How to enable Apache internal debug log (Win32)
Posted
by Michael
on Stack Overflow
See other posts from Stack Overflow
or by Michael
Published on 2010-04-22T00:14:53Z
Indexed on
2010/04/24
13:03 UTC
Read the original article
Hit count: 171
On Win32 I'm getting intermittent output like this at page header:
order allow,deny deny from allorder allow,deny deny from all
I'm running php script which has number of .htaccess files in each subfolder. I need to understand why sometimes apache is just dumping me a content of this files. So just wondering if there is any way to enable debug log.
I've tried
ErrorLog "e:/wamp/logs/apache_error.log"
LogLevel debug
However can't see any debug output neither in error nor in access logs.
Thanks
© Stack Overflow or respective owner