logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: filtering error log
Author
bagu



Joined: 06 Jan 2011
Posts: 193
Location: France

PostPosted: Sun 19 Jun '11 14:05    Post subject: filtering error log Reply with quote

Hello,

I wonder if there is a solution to filter my error log...because i have many line like this :
Code:
[Sat Jun 18 23:56:01 2011] [warn] mod_fcgid: cleanup zombie process 348
[Sun Jun 19 01:20:40 2011] [warn] mod_fcgid: cleanup zombie process 5132


Or like this :
Code:
[Sun Jun 19 02:11:25 2011] [warn] mod_fcgid: process 5664 graceful kill fail, sending SIGKILL
[Sun Jun 19 02:21:43 2011] [warn] mod_fcgid: process 452 graceful kill fail, sending SIGKILL


Witch seem to be normal.
So i want to hide them in my error log (and only these messages)
Is there a way to do this ?

Thanks.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7371
Location: Germany, Next to Hamburg

PostPosted: Tue 21 Jun '11 11:14    Post subject: Reply with quote

There AFAIK only two ways to do this. First you could change the log level in apache (not recommend) or change the code in mod_fcgid and compile it again.
Back to top
bagu



Joined: 06 Jan 2011
Posts: 193
Location: France

PostPosted: Tue 21 Jun '11 12:24    Post subject: Reply with quote

Arf, i hope there was a solution with !env= or something like this.
Thanks for your attention.
Back to top


Reply to topic   Topic: filtering error log View previous topic :: View next topic
Post new topic   Forum Index -> Apache