diff options
author | James Meyer <james.meyer@operamail.com> | 2010-03-31 02:28:45 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-03-31 02:28:45 (GMT) |
commit | 8df17b59ad2a4f92633c25406d495586a1c4ec06 (patch) | |
tree | d555a8d6ffa3efbd92dfe00714d244a46d8123b8 /abs/core-testing/lighttpd/lighttpd.conf | |
parent | 0fc0baa06eea5e1f3c3ce380dd46886f2331b514 (diff) | |
download | linhes_pkgbuild-8df17b59ad2a4f92633c25406d495586a1c4ec06.zip linhes_pkgbuild-8df17b59ad2a4f92633c25406d495586a1c4ec06.tar.gz linhes_pkgbuild-8df17b59ad2a4f92633c25406d495586a1c4ec06.tar.bz2 |
lighttpd: added default 404 page
Diffstat (limited to 'abs/core-testing/lighttpd/lighttpd.conf')
-rw-r--r-- | abs/core-testing/lighttpd/lighttpd.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core-testing/lighttpd/lighttpd.conf b/abs/core-testing/lighttpd/lighttpd.conf index af7d134..f437484 100644 --- a/abs/core-testing/lighttpd/lighttpd.conf +++ b/abs/core-testing/lighttpd/lighttpd.conf @@ -145,7 +145,7 @@ static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" ) #server.bind = "127.0.0.1" ## error-handler for status 404 -#server.error-handler-404 = "/error-handler.html" +server.error-handler-404 = "/404.html" #server.error-handler-404 = "/error-handler.php" ## to help the rc.scripts |