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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Apache cronolog

Status
Not open for further replies.

fmuquartet

Programmer
Sep 21, 2006
60
US
Has anyone any ideas on how I might be able to revise a perl script to mimic apache cronolog daemon? The current version of cronolog has a bug that is consuming memory resources on our production web farm and need a work around process; that will take the access.log for a 24 hour period and append a time and date stamp, then reset the current access.log.

Thank in advance
 
have you checked for any patches to this bug on the apache website?

------------------------------------------
- Kevin, perl coder unexceptional! [wiggle]
 
Kevin,
At the moment there are no patches available for this problem is to why I am wanting to possible script around it.
 
Well, I guess you could write a perl script to do what you want. What do you need help with?

------------------------------------------
- Kevin, perl coder unexceptional! [wiggle]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top