[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] [RAQ] Cron Daily Error



> this is the error I get every day with the emailreport:
> 
> Error: Can't open log file /var/log/httpd/access_log
> 
> 
> access_log is not existing in this directory...

If it's not there you could create it and give it the correct permissions.
eg.

SSH in to your machine

cd /var/log/httpd

touch access_log

su
<password>

chown root.httpd access_log

chmod 644 access_log

HTH,
j
-- 
http://www.bizmanuals.com