]> git.pld-linux.org Git - packages/apache1.git/blob - apache1-errordocs.conf
rel 15; builds
[packages/apache1.git] / apache1-errordocs.conf
1 # $Id$
2
3 Alias /error/ "/usr/share/apache1/error/"
4 <Directory /usr/share/apache1/error/>
5         AllowOverride None
6         Options IncludesNoExec MultiViews
7         Allow from all
8         LanguagePriority en pl
9 </Directory>
10
11 ErrorDocument 400       /error/400.shtml
12 ErrorDocument 401       /error/401.shtml
13 ErrorDocument 403       /error/403.shtml
14 ErrorDocument 404       /error/404.shtml
15 ErrorDocument 405       /error/405.shtml
16 ErrorDocument 406       /error/406.shtml
17 ErrorDocument 408       /error/408.shtml
18 ErrorDocument 410       /error/410.shtml
19 ErrorDocument 411       /error/411.shtml
20 ErrorDocument 414       /error/414.shtml
21 ErrorDocument 500       /error/500.shtml
22 ErrorDocument 503       /error/503.shtml
This page took 0.047951 seconds and 3 git commands to generate.