]> git.pld-linux.org Git - packages/apache1.git/blobdiff - apache1-errordocs.conf
- fix shell syntax
[packages/apache1.git] / apache1-errordocs.conf
index 7d4ba52742595c4cf9aa0f1d173f699fadfdcc43..c396ff292b942f3c4bd43672c6e37b9e0574aa1d 100644 (file)
@@ -1,10 +1,11 @@
 # $Id$
 
+<IfModule mod_alias.c>
 Alias /errordocs/ "/home/services/apache/errordocs/"
 <Directory /home/services/apache/errordocs/>
        AllowOverride None
        Options IncludesNoExec FollowSymLinks
-    Allow from all
+       Allow from all
 </Directory>
 
 ErrorDocument 400      /errordocs/400.shtml
@@ -19,5 +20,4 @@ ErrorDocument 411     /errordocs/411.shtml
 ErrorDocument 414      /errordocs/414.shtml
 ErrorDocument 500      /errordocs/500.shtml
 ErrorDocument 503      /errordocs/503.shtml
-
-# vim: filetype=apache ts=4 sw=4 et
+</IfModule>
This page took 0.027871 seconds and 4 git commands to generate.