Jasiek’s Blog

Jasiek’s Blog header image 4

Entries from September 2007

Windows Apache and access.log

September 18th, 2007 · Comments Off · Tech Suport

Running apache in Windows with rotatelogs.exe causes memeory leak and many instances of rotatelogs.exe in Task Manager. To prevent access.log from growing too big I use the following script which is scheduled to run at 11:55 PM every day.
@echo off
rem This utility will stop apache server and rename access.log
rem and restart apache service. J. Tylek [...]

[Read more →]

Tags: