[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] [RAQ] Cron Daily Error
- Subject: Re: [cobalt-users] [RAQ] Cron Daily Error
- From: Jay Summers <jay@xxxxxxxxxxxxxxxxxxxxx>
- Date: Thu Jan 17 10:04:24 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> 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