You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason apachex doesn't kill all apache processes when using the configuration file proposed in Tutorial 3. This prevents it from starting a new apache process using the same port.
(98)Address already in use: AH00072: make_sock: could not bind to address [::]:80
(98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Note that the PID File has to be configured in the config file (which is not the case for the code in this tutorial) for apachex to work at all. This is a bug that is addressed in PR #75 commit 7cf8575.
The text was updated successfully, but these errors were encountered:
For some reason apachex doesn't kill all apache processes when using the configuration file proposed in Tutorial 3. This prevents it from starting a new apache process using the same port.
Note that the PID File has to be configured in the config file (which is not the case for the code in this tutorial) for apachex to work at all. This is a bug that is addressed in PR #75 commit 7cf8575.
The text was updated successfully, but these errors were encountered: