I am a metal monkey!
Administrator Community Supporter?
Jedai Sword Master
Gender:
Posts: 5779
46271 credits Members referred : 3
« on: Dec 16, 2005, 12: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: 886
1148 credits Members referred : 4
« Reply #1 on: Dec 16, 2005, 11:43:03 pm »
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: 886
1148 credits Members referred : 4
« Reply #3 on: Dec 16, 2005, 11:54:53 pm »
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