Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

As Apache states in its Log Rotation documentation, the access log file typically grows 1 MB or more per 10,000 requests. The simplest method to manage this process is to set up a script to run regularly (e.g. weekly or monthly) during off-hours.  The script should contain the following lines on a Windows monitoring station:

 

No Formatcode
net stop "up.time web server"
del "C:\program files\uptime software\uptime\apache\logs\access.log"
net start "up.time web server"

...

The script should only run for a few seconds and the web interface will only be down for those few seconds before coming back online.  No data will be lost since the data collector is not touched and only the web interface is temporarily interrupted.