httpd -D FOREGROUND silently fails out of the box
#1
Wed, 2017-10-11 19:45
mcandre
-
- Offline
- 1 day 10 hours ago
- 2016-02-09
Apache should really present a warning when the /run/apache2 directory path is missing or inaccessible. Currently, when httpd -D FOREGROUND runs out of the box, Apache silently fails.
Also, the apache package should automatically mkdir -p /run/apache2 as a postinstall step, so that users don't have to manually configure the system so much.