Wondering to figure out if there was an attempt on your site using Apache logs, you can do that using Ida. It is Intrusion Detection for Apache which scans Apache logs to detect attempts. The log format needs to be in common format. It contains plugins to find out attempts. Really a handy tool to [...]
Monitoring Apache logs to fix all the errors is a critical part in troubleshooting site errors so that it can be fixed well ahead in time. Most of the time we need to login to server and check for errors. I was searching for some tool which provides errors on browser in order to increase [...]
I was searching over past many days to get some tool which can push Awstats data file in to MySql database so that it can be customized to generate reports the way I wanted. I came across a tool that really does that with quite ease. You may have to customize the script so that [...]
Want to get rss for your apache logs for quicker response to error reporting and troubleshooting. You can try error_log feed. Its a php script that generated rss for errors. Please follow link to get more details about it.
Want to trigger an action if certain event has happened. Assume you want to send an email, execute a command, etc… if any event has happened on every occurance of apache request, you can use mod_trigger to do this. Please follow link to get more detail on achieving the same.
Scanning apache error log to fix all the critical issues is very important to make your site error free before your users report for it, which will result in reduction of apache strain of writing errors to log. It also enables users for error free environment during browsing. Here we link a small tool which [...]
Wednesday, December 2, 2009
0 Comments