Skip to content

Commit

Permalink
feature #5521 [Cookbook][WebServer] #5504 add a tip for the --force o…
Browse files Browse the repository at this point in the history
…ption (vincentaubert)

This PR was merged into the 2.8 branch.

Discussion
----------

[Cookbook][WebServer] #5504 add a tip for the --force option

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | 2.8
| Fixed tickets | #5504

Commits
-------

b88a17e [Cookbook][WebServer] #5504 add a tip for the --force option on server:start
  • Loading branch information
wouterj committed Jul 23, 2015
2 parents 3b829c0 + b88a17e commit 2f98474
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions cookbook/web_server/built_in.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@ can change the socket passing an IP address and a port as a command-line argumen
$ php app/console server:run 192.168.0.1:8080
.. note::

You can use the ``--force`` option to force the web server start
if the process wasn't correctly stopped (without using the ``server:stop`` command).

.. code-block:: bash
$ php app/console server:start --force
.. note::

You can use the ``server:status`` command to check if a web server is
Expand Down

0 comments on commit 2f98474

Please sign in to comment.