hi everybody...
here i m tanmoy..
i m running weblog_rotate.pl successfully with the option
perl weblog_rotate.pl --log /usr/home/affiliate/cgi-bin/log_analyse/logs/access_log.1 --touchlog --restart_cmd "apachectl restart" --compress --days 7

but when i m running weblog_rotate.pl with the option
perl weblog_rotate.pl --loglist /etc/httpd/logs/ --touchlog --restart_cmd "apachectl restart" --compress --days 7
then it is not working at all.it is giving error Logfile: access_log.1 does not exist or is unreadable.
In my server all logs are located in the directory /etc/httpd/logs/
plz can anybody give me proper solution?