I am a metal monkey!
Administrator Community Supporter?
Jedai Sword Master
Gender:
Posts: 8116
41653 credits Members referred : 3
« on: Dec 16, 2005, 01:06:20 PM »
Does anyone knows what this directive stands for?
Code:
; Whether or not to define the various syslog variables (e.g. $LOG_PID, ; $LOG_CRON, etc.). Turning it off is a good idea performance-wise. In ; runtime, you can define these variables by calling define_syslog_variables(). define_syslog_variables = Off
aka J Love Community Supporter?
Bill Gates is my home boy
Gender:
Posts: 884
1636 credits Members referred : 4
« Reply #1 on: Dec 17, 2005, 12:43:03 AM »
this is where you decide whether or not to instruct Apache to log all system (server) errors. its my opinion to leave it off, as rarely errors occur, this makes the apache web server run a little bit slower.
aka J Love Community Supporter?
Bill Gates is my home boy
Gender:
Posts: 884
1636 credits Members referred : 4
« Reply #3 on: Dec 17, 2005, 12:54:53 AM »
you will know if u have errors simply by trying to restart/start apache.. it wont connect unless its setup correctly. so why need for separate log files of junk when all you want is it work, then leave the settings alone.. and with error scripts that covers everything else