Hello:
we are using the Apache compatibility mode no access log files are being written ? In our vhost configuration we have:
ErrorLog logs/
CustomLog logs/
combined env=!dontlog
is it due to the environment variable we set in a separate configuration which has:
SetEnvIf Remote_Addr "127\.0\.0\.1" dontlog
Thanks.
we are using the Apache compatibility mode no access log files are being written ? In our vhost configuration we have:
ErrorLog logs/
Code:
www.somedomain.co.uk.error.log
Code:
www.somedomain.co.uk.access.log
is it due to the environment variable we set in a separate configuration which has:
SetEnvIf Remote_Addr "127\.0\.0\.1" dontlog
Thanks.