DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10844>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10844

httpd -t should test for logging directory

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX



------- Additional Comments From [EMAIL PROTECTED]  2002-07-15 21:17 -------
httpd -t is to test for a syntactically correct configuration file.  While it
would be possible to add checks for the logging directory, that is just one
example of a semantic problem that will not be caught by httpd -t.  Rather than
try to shoe-horn a semantic check into an option that is only meant to check for
syntacic errors, I am marking this bug WONTFIX.  Adding the check described
won't gaurantee a valid config file and will lead to a false sense of security
after running httpd -t.

The easiest way to determine if the Configuration file is Sematically correct,
is to try to start the server.  If you are concerned about it conflicting with
an existing server, you can use -C "Port 8080" to define the port that you want
the new server to listen on.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to