]> git.pld-linux.org Git - packages/apache1.git/blame - apache1-manual.conf
rel 15; builds
[packages/apache1.git] / apache1-manual.conf
CommitLineData
6ea68523
ER
1# Sets up default html for Apache
2
3# This Alias will project the on-line documentation tree under /manual/
4# even if you change the DocumentRoot. Comment it if you don't want to
5# provide access to the on-line documentation.
6
7Alias /manual/ /usr/share/apache1/manual/
8
9<Directory "/usr/share/apache1/manual">
10 Options Indexes FollowSymlinks MultiViews
11 AllowOverride None
12 <IfModule mod_access.c>
13 Order allow,deny
14 Allow from all
15 </IfModule>
16</Directory>
This page took 0.040743 seconds and 4 git commands to generate.