|
Check your httpd.conf file to make sure you are using the combined custom log and not the common.
#CustomLog /usr/local/apache/logs/httpd-access.log common
CustomLog /usr/local/apache/logs/httpd-access.log combined
Then make sure the CustomLog Directive in your virtual host files are correct.
|