Thread Apache Meldungen abschalten (2 answers)
Opened by bianca at 2014-05-23 09:08

bianca
 2014-05-23 09:08
#175649 #175649
User since
2009-09-13
6977 Artikel
BenutzerIn

user image
Mein lokaler Apache bringt nach jedem Neustart diese Meldungen:
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
[Fri May 23 08:58:53 2014] [notice] Parent: Received restart signal -- Restarting the server.
[Fri May 23 08:58:53 2014] [notice] Child 936: Exit event signaled. Child process is ending.
[Fri May 23 08:58:54 2014] [notice] Apache/... -- resuming normal operations
[Fri May 23 08:58:54 2014] [notice] Server built: ...
[Fri May 23 08:58:54 2014] [notice] Parent: Created child process 4168
[Fri May 23 08:58:54 2014] [notice] Child 936: Released the start mutex
[Fri May 23 08:58:55 2014] [notice] Child 4168: Child process is running
[Fri May 23 08:58:55 2014] [notice] Child 4168: Acquired the start mutex.
[Fri May 23 08:58:55 2014] [notice] Child 4168: Starting 64 worker threads.
[Fri May 23 08:58:55 2014] [notice] Child 4168: Starting thread to listen on port 443.
[Fri May 23 08:58:55 2014] [notice] Child 4168: Starting thread to listen on port 80.
[Fri May 23 08:58:56 2014] [notice] Child 936: All worker threads have exited.
[Fri May 23 08:58:56 2014] [notice] Child 936: Child process is exiting

In der httpd.conf steht: LogLevel error
und in der httpd-ssl.conf ebenfalls: LogLevel error
Aufgrund dieser Einstellungen würde ich erwarten, dass nur Fehler und höhere Meldungen (crit, alert und warn) im error.log erscheinen.
Trotdem stehen immer dieses Notices drin. Warum? Wie kann ich die abschalten?
10 print "Hallo"
20 goto 10

View full thread Apache Meldungen abschalten