Forum Moderators: phranque
Here is a snippet from my httpd.conf file
<VirtualHost *>
ServerName www.example.com
DocumentRoot /home/username/public_html/
CustomLog /home/username/logs/access.log combined
</VirtualHost>
The problem is that no logs are bein writen to /home/username/logs/access.log I have made sure that the perms for /logs allow the file to be writen, "mkdr logs, chmod 777 logs"
I am using the exact same format for all my virtual hosts, but this one is the only cause for concern.
Any ideas appreciated.
Mack.