ultrabook
01-26-2003, 05:08 PM
I am attempting to reset my log files after extensive testing of my site so that they actually start to reflect the number of outside users are accessing it. I have read that one mustn't simply delete the logs and restart the server, that they must be moved and the following command should be run:
kill -t `cat /var/run/httpd.pid`
I have gotten up to this far and have not been successful in removing the old information from the logs. The logs are regenerated and start out at 0k. However, when I access the statistical information via Webalizer, all the old information is still showing up, logs dating back several months. I've looked at the actual log file and its contents don't reflect information back that far. I suppose the real question is with regard to Webalizer and how to remove the previous log information from its output. I have deleted the files generated by it and re-run it, and had no luck.
Any help is greatly appreciated!
kill -t `cat /var/run/httpd.pid`
I have gotten up to this far and have not been successful in removing the old information from the logs. The logs are regenerated and start out at 0k. However, when I access the statistical information via Webalizer, all the old information is still showing up, logs dating back several months. I've looked at the actual log file and its contents don't reflect information back that far. I suppose the real question is with regard to Webalizer and how to remove the previous log information from its output. I have deleted the files generated by it and re-run it, and had no luck.
Any help is greatly appreciated!