Disabling suexec log?

So, suexec comes with it’s logging enabled out of the box. However I have tons of notices in log and I really don’t see a need to cause any extra load because of that. Is there a way to disable suexec logging? I haven’t found answer to this anywhere, spent 4-5 hours now trying to find a way. So I hope I could get some help over here :slight_smile:

Howdy,

This appears to be an Apache compile-time option, likely for security reasons.

I don’t see a way to set this after Apache has been compiled.

There are some details regarding that in the suexec documentation here:

http://httpd.apache.org/docs/2.2/suexec.html

Ok, thanks for the reply! Guess I just see if I can disable suexec altogether as a first aid.