https://bz.apache.org/bugzilla/show_bug.cgi?id=63079
Bug ID: 63079
Summary: Add a debug line if Directory instruction provides an
invalid path
Product: Apache httpd-2
Version: 2.5-HEAD
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: Core
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
`apachectl -t` should provide an info at 'debug' level if the path for
<Directory> directive does not exist.
For example, given <Directory /var/www/demo>,
if /var/www/demo does not exist, `apachectl -t -e DEBUG` does not complain
(tested with v.2.4.37). It would display something like AH00112 for
DocumentRoot:
'Warning: DocumentRoot [/var/www/demo] does not exist'
so it would be:
'Debug: Directory /var/www/demo does not exist'
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]