Drives me crazy...

Started by Gregg, April 26, 2010, 10:19:32 PM

Previous topic - Next topic

Gregg

I really do not find this useful,

I know the deal with SNI and browsers, I do not need to be reminded of it everytime I start Apache. What's worse is I get it twice. And a WARN? ... it should be a NOTICE.

[Sun Apr 25 10:49:18 2010] [warn] Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)

If it doesn't fail, It Works! right? Maybe this should move to DEBUG;

[Sun Apr 25 10:49:18 2010] [notice] ModSecurity ... configured.
[Sun Apr 25 10:49:19 2010] [notice] mod_antiloris 0.4 started
[Sun Apr 25 10:49:19 2010] [notice] Apache/2.2.15 (Win32) mod_ssl/2.2.15 ... configured -- resuming normal operations

httpd -V will get me this and more info;
[Sun Apr 25 10:49:19 2010] [notice] Server built: Mar 31 2010 00:04:38

Pretty much useless info except while debugging;
[Sun Apr 25 10:49:19 2010] [notice] Parent: Created child process 2540

Um, I had to manually make this change in the config, I do not need to be reminded all the time. Move to DEBUG
[Sun Apr 25 10:49:19 2010] [notice] Disabled use of AcceptEx() WinSock2 API

Here again, more useless crap that could be moved to DEBUG;
[Sun Apr 25 10:55:22 2010] [notice] Parent: Received restart signal -- Restarting the server.
[Sun Apr 25 10:55:22 2010] [notice] Child 2540: Exit event signaled. Child process is ending.
[Sun Apr 25 10:55:23 2010] [notice] Child 2540: Released the start mutex
[Sun Apr 25 10:55:23 2010] [notice] Child 2540: All worker threads have exited.
[Sun Apr 25 10:55:23 2010] [notice] Child 2540: Child process is exiting

Single line  START, RESTART and STOP notices would be sufficient.
My error log is for errors, not commentary.

I recently compiled Apache 1.3.42 and back in the old days before useless bloat, you could  start, stop and restart without a single log entry.

I'm glad I build my own, I am going to put a stop to this madness for my server!
Say NO to Log Pollution now!

mario

I remeber those ugly messages from mod_fcgid every time a new interpreter started.

[Wed Jan 27 17:16:15 2010] [notice] mod_fcgid: call c:/www_fcgi/some.php with wrapper c:/php-nts/php-cgi.exe

with the new mod_fcgid version it disappeared.