Results 1 to 4 of 4

Thread: Cron error

  1. #1
    Member
    Join Date
    Jan 2007
    Posts
    28

    Default Cron error

    I have been getting this error for a while now, just kept brishing it off, but I must finally ask you guys what you know about.

    I couldnt find anything here about, but here it goes.

    Code:
    /etc/cron.daily/logrotate:
    
    error: error accessing /var/log/httpd: No such file or directory
    error: httpd:1 glob failed for /var/log/httpd/*log

    Everyday my wonderful cpanel shoots me this little notice, any idea how to fix this?

    -Lane

  2. #2
    Member
    Join Date
    Jan 2005
    Location
    /dev/null
    Posts
    770

    Default

    logrotate shouldnt even be looking there, cpanels apache logs go in /usr/local/apache/logs and /usr/local/apache/domlogs

    what OS are you running?

  3. #3
    Member
    Join Date
    Jan 2005
    Location
    Earth
    Posts
    1,052

    Default

    You are missing the httpd directory under /var/log/, hence the error. You need to change the path of apache logs in /etc/logrotate.d/httpd file

    From: /var/log/httpd/*log
    TO: /usr/local/apache/logs/*log

    as cPanel stores the apache logs under /usr/local/apache/logs/

  4. #4
    Member
    Join Date
    Jan 2007
    Posts
    28

    Default

    Thank you Shekhar. I have made the changes and will see of all is well. Thank you both for your responses.


    -Lane

Similar Threads

  1. Replies: 11
    Last Post: 12-04-2011, 04:17 PM
  2. Daily Error Email - Cron run-parts /etc/cron.daily
    By sm9 in forum cPanel & WHM Discussions
    Replies: 3
    Last Post: 04-04-2010, 10:09 PM
  3. /etc/cron.daily/chkformmailver.cron Can't Locate Error
    By devellion in forum cPanel & WHM Discussions
    Replies: 2
    Last Post: 03-27-2005, 08:58 AM
  4. A cron error
    By kickback in forum cPanel & WHM Discussions
    Replies: 0
    Last Post: 03-06-2004, 11:39 PM
  5. cPanel cron jobs or cron.daily , cron.hourly , etc.?
    By spaceman in forum cPanel & WHM Discussions
    Replies: 6
    Last Post: 01-01-2004, 07:16 PM