Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Closed
Labels
Milestone
Description
Insymfony/symfony#15134, a new--force option was introduced for theserver:start command which is useful when PHP's built-in web server terminated unexpected, but the lock file does still exist. In this case, theserver:start command would refuse to start a new server process telling you that there already is a running process. The--force could then be used to (try to) start a new process anyway.
This could simply be documented by adding a small tip in the chapter that explains how to control the internal web server (seehttp://symfony.com/doc/current/cookbook/web_server/built_in.html).