ErrorLog file
file is the name of the file to which errors will be
logged. It is either a full pathname, or a partial pathname
relative to ServerRoot.
Only one ErrorLog directive is allowed in the configuration file.
ErrorLog logs/error_log
ErrorLog logs/errors This logs errors to the file logs/errors in the ServerRoot directory.
ErrorLog /tmp/httpd-errors
This logs errors to the file /tmp/httpd-errors.
ErrorLog /dev/null
This effectively turns off error logging.
Return to Server
Configuration File Overview
NCSA httpd Development Team
httpd@ncsa.uiuc.edu