SOURCES: apache1-errordocs.conf - use MultiViews - unified paths w...
qboosh
qboosh at pld-linux.org
Sat Feb 9 21:48:31 CET 2008
Author: qboosh Date: Sat Feb 9 20:48:31 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- use MultiViews
- unified paths with apache 2.x
- no IfModule - deps handled at rpm level
---- Files affected:
SOURCES:
apache1-errordocs.conf (1.5 -> 1.6)
---- Diffs:
================================================================
Index: SOURCES/apache1-errordocs.conf
diff -u SOURCES/apache1-errordocs.conf:1.5 SOURCES/apache1-errordocs.conf:1.6
--- SOURCES/apache1-errordocs.conf:1.5 Wed Dec 21 14:22:46 2005
+++ SOURCES/apache1-errordocs.conf Sat Feb 9 21:48:26 2008
@@ -1,23 +1,22 @@
# $Id$
-<IfModule mod_alias.c>
-Alias /errordocs/ "/home/services/apache/errordocs/"
-<Directory /home/services/apache/errordocs/>
+Alias /error/ "/usr/share/apache1/error/"
+<Directory /usr/share/apache1/error/>
AllowOverride None
- Options IncludesNoExec FollowSymLinks
+ Options IncludesNoExec MultiViews
Allow from all
+ LanguagePriority en pl
</Directory>
-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
-</IfModule>
+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
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/apache1-errordocs.conf?r1=1.5&r2=1.6&f=u
More information about the pld-cvs-commit
mailing list