diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-09-18 03:54:11 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-09-18 03:54:11 +0000 |
commit | d0a0d29069ab6eee511672c9721650efbfc79aee (patch) | |
tree | 9cd9ade9e8a44f9ac2dc195e92b2becfb993e164 /etc | |
parent | 2b9e1ecb5d29b7582db9746b64ba23f10f2d8407 (diff) | |
download | pfsense-d0a0d29069ab6eee511672c9721650efbfc79aee.zip pfsense-d0a0d29069ab6eee511672c9721650efbfc79aee.tar.gz |
Comment out server log. Its erroring out since we are not loading the module
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inc/system.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc index 3a17030..9579c9e 100644 --- a/etc/inc/system.inc +++ b/etc/inc/system.inc @@ -456,7 +456,7 @@ server.modules = ( server.document-root = "{$document_root}" ## where to send error-messages to -server.errorlog = "/var/log/lighttpd.error.log" +#server.errorlog = "/var/log/lighttpd.error.log" # files to check for if .../ is requested server.indexfiles = ( "index.php", "index.html", |