From: Jakub Bogusz Date: Sat, 9 Feb 2008 20:48:26 +0000 (+0000) Subject: - use MultiViews X-Git-Tag: auto/ac/apache1-1_3_41-4~2 X-Git-Url: https://git.pld-linux.org/?p=packages%2Fapache1.git;a=commitdiff_plain;h=da907750208fa34a0f58a977817f2349a954e9bf - use MultiViews - unified paths with apache 2.x - no IfModule - deps handled at rpm level Changed files: apache1-errordocs.conf -> 1.6 --- diff --git a/apache1-errordocs.conf b/apache1-errordocs.conf index c396ff2..ba21fd7 100644 --- a/apache1-errordocs.conf +++ b/apache1-errordocs.conf @@ -1,23 +1,22 @@ # $Id$ - -Alias /errordocs/ "/home/services/apache/errordocs/" - +Alias /error/ "/usr/share/apache1/error/" + AllowOverride None - Options IncludesNoExec FollowSymLinks + Options IncludesNoExec MultiViews Allow from all + LanguagePriority en pl -ErrorDocument 400 /errordocs/400.shtml -ErrorDocument 401 /errordocs/401.shtml -ErrorDocument 403 /errordocs/403.shtml -ErrorDocument 404 /errordocs/404.shtml -ErrorDocument 405 /errordocs/405.shtml -ErrorDocument 406 /errordocs/406.shtml -ErrorDocument 408 /errordocs/408.shtml -ErrorDocument 410 /errordocs/410.shtml -ErrorDocument 411 /errordocs/411.shtml -ErrorDocument 414 /errordocs/414.shtml -ErrorDocument 500 /errordocs/500.shtml -ErrorDocument 503 /errordocs/503.shtml - +ErrorDocument 400 /error/400.shtml +ErrorDocument 401 /error/401.shtml +ErrorDocument 403 /error/403.shtml +ErrorDocument 404 /error/404.shtml +ErrorDocument 405 /error/405.shtml +ErrorDocument 406 /error/406.shtml +ErrorDocument 408 /error/408.shtml +ErrorDocument 410 /error/410.shtml +ErrorDocument 411 /error/411.shtml +ErrorDocument 414 /error/414.shtml +ErrorDocument 500 /error/500.shtml +ErrorDocument 503 /error/503.shtml