We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fadb17 commit 57ce127Copy full SHA for 57ce127
cookbook/web_server/built_in.rst
@@ -39,6 +39,15 @@ can change the socket passing an IP address and a port as a command-line argumen
39
40
$ php app/console server:run 192.168.0.1:8080
41
42
+.. note::
43
+
44
+ You can use the ``--force`` option to force the web server start
45
+ even if a web server is already running.
46
47
+ .. code-block:: bash
48
49
+ $ php app/console server:start --force
50
51
.. note::
52
53
You can use the ``server:status`` command to check if a web server is
0 commit comments