|
Skrevet av Timmi-T
|
Postet i linuxkategorien, men gjelder også apache i W32 miljø.
LogLevel DirectiveDescription: Kontrollerer førlsomheten til Errorlogen
Syntax: LogLevel level
Default: LogLevel warn
Context: server config, virtual host
Status: Core
Module: core
emerg
Emergencies - system is unusable.
eks: "Child cannot open lock file. Exiting"
alert
Action must be taken immediately.
eks: "getpwuid: couldn't determine user name from uid"
crit
Critical Conditions.
eks: "socket: Failed to get a socket, exiting child"
error
Error conditions.
eks: "Premature end of script headers"
warn
Warning conditions.
eks: "child process 1234 did not exit, sending another SIGHUP"
notice
Normal but significant condition.
eks: "httpd: caught SIGBUS, attempting to dump core in ..."
info
Informational.
eks: "Server seems busy, (you may need to increase StartServers, or Min/MaxSpareServers)..."
debug
Debug-level messages
eks: "Opening config file ..."
|
|
Sist oppdatert ( torsdag 24. juli 2008 )
|