############################################################################## # # Standard logging support (console and file logging) # ############################################################################## LoadModule = mod_stdlog.php # Log every hit to standard outpout ? [0/1] #LogHitsToConsole = 1 # Log every hit to the server log(s) ? [0/1] #LogHitsToServerLog = 1 # LogType lets you set the format used for log files output. # "common" is the NCSA Common Log Format (also known as CLF) # "common-with-vhost" is the same as CLF, but with support for multiple hosts # "combined" is the extended CLF format used by Apache (default) LogType = combined