
bugzilla at apache
Nov 20, 2009, 1:49 PM
Post #1 of 1
(187 views)
Permalink
|
|
[Bug 48254] New: Bogus "DocumentRoot does not exist" warning when set to a file
|
|
https://issues.apache.org/bugzilla/show_bug.cgi?id=48254 Summary: Bogus "DocumentRoot does not exist" warning when set to a file Product: Apache httpd-2 Version: 2.3-HEAD Platform: All OS/Version: All Status: NEW Severity: trivial Priority: P2 Component: All AssignedTo: bugs [at] httpd ReportedBy: billclark [at] berkeley I often set the DocumentRoot of a vhost to a file (PHP script) to remap requests for all URIs to a single point of entry. This works just fine and has never given me a problem, but Apache throws a warning about the DocumentRoot not existing. The existence check should probably just check for existence, and not that the DocumentRoot is a directory (which is what it is apparently doing now) or at least give a more accurate warning ("DocumentRoot is not a directory") or something. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe [at] httpd For additional commands, e-mail: bugs-help [at] httpd
|