Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with getting rotatelogs to work on WIN32

Status
Not open for further replies.

charliepa74

Technical User
Aug 1, 2003
1
US
I'm rather new to using Apache so please bear with me. I'm running Apache 2.0.47. Having trouble with the proper context for this command. Below are the original working lines and the modified lines not working. When I try to enable rotatelogs the Apache service won't even start. Any help is greatly appreciated.


(original) - ErrorLog G:/logs/error.log

(not working) - ErrorLog "|bin/rotatelogs G:/logs/error.log 86400" common

(original) - CustomLog G:/logs/access.log combined env=!image-request

(not working) - CustomLog "|bin/rotatelogs G:/logs/access.log 86400" common

Thanks,
Charlie

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top