File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -81,17 +81,12 @@ can change the socket passing an IP address and a port as a command-line argumen
81
81
.. note ::
82
82
83
83
You can use the ``server:status `` command to check if a web server is
84
- listening on a certain socket :
84
+ listening:
85
85
86
86
.. code-block :: terminal
87
87
88
88
$ php bin/console server:status
89
89
90
- $ php bin/console server:status 192.168.0.1:8080
91
-
92
- The first command shows if your Symfony application will be served through
93
- ``localhost:8000 ``, the second one does the same for ``192.168.0.1:8080 ``.
94
-
95
90
.. tip ::
96
91
97
92
Some systems do not support the ``server:start `` command, in these cases
@@ -146,13 +141,5 @@ command:
146
141
147
142
$ php bin/console server:stop
148
143
149
- Like with the start command, if you omit the socket information, Symfony will
150
- stop the web server bound to ``localhost:8000 ``. Just pass the socket information
151
- when the web server listens to another IP address or to another port:
152
-
153
- .. code-block :: terminal
154
-
155
- $ php bin/console server:stop 192.168.0.1:8080
156
-
157
144
.. _`built-in web server` : https://php.net/manual/en/features.commandline.webserver.php
158
145
.. _`php.net` : https://php.net/manual/en/features.commandline.webserver.php#example-411
You can’t perform that action at this time.
0 commit comments