You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by br...@hyperreal.org on 1997/07/21 06:05:42 UTC

Re: mod_include/840: #include cmd="/directory" should report a more meaningful error in the log

Synopsis: #include cmd="/directory" should report a more meaningful error in the log

State-Changed-From-To: open-closed
State-Changed-By: brian
State-Changed-When: Sun Jul 20 21:05:41 PDT 1997
State-Changed-Why:
Improved error logging is coming to Apache; that should 
address your concern regarding trying to track down the
source of that entry in the error log.  

Regarding checking what's passed to "cmd" by stat()'ing the
file or something, that's tricky because /bin/sh can do many
things with what's passed it on a command line; shell aliases 
are only one example.  

Thanks for your report!