symfony: Web server does not stop on server:stop
Q | A |
---|---|
Bug report? | yes |
Feature request? | no |
BC Break report? | no |
RFC? | no |
Symfony version | 3.3.5 |
Hello,
Despite my initial assumption, the server:stop
does not actually stop the web server. It displays all-is-good message, but I can still access the app under 127.0.0.1:8000
. What is more, there is no way for my to shut down the process aside from running kill PROCESS_PID
.
This has changed since upgrading to 3.3.5 from 3.2.11 (PHP 7.1.7).
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Reactions: 4
- Comments: 18 (12 by maintainers)
Commits related to this issue
- bug #23686 [Console][WebServerBundle] Use "exec" when possible (nicolas-grekas) This PR was merged into the 3.3 branch. Discussion ---------- [Console][WebServerBundle] Use "exec" when possible | ... — committed to symfony/symfony by fabpot 7 years ago
- Add 'exec' when starting server. This should allow Ubuntu to stop the process. (Relevant bug report for Symfony here: https://github.com/symfony/symfony/issues/23568) — committed to orchestral/testbench-dusk by Keoghan 6 years ago
- Improve server management [3.5] (#10) - Be more cautious with using/creating Dusk server. Fail if a server (or process) already exists on the host/port we want to use. - Add a shutdown_function to... — committed to orchestral/testbench-dusk by Keoghan 6 years ago
@nicolas-grekas #23686 not #23568 😃