]> git.pld-linux.org Git - packages/apache1.git/blame - apache1-mod_alias.conf
- use /manual in comments
[packages/apache1.git] / apache1-mod_alias.conf
CommitLineData
c6d435c1 1# $Id$
c6d435c1
ER
2
3<IfModule mod_alias.c>
e73fbcdf 4# Aliases: Add here as many aliases as you need (with no limit). The format is
c6d435c1
ER
5# Alias fakename realname
6#
7# Note that if you include a trailing / on fakename then the server will
8de569b9
ER
8# require it to be present in the URL. So "/manual" isn't aliased in this
9# example, only "/manual/"..
c6d435c1 10#
c6d435c1
ER
11
12Alias /manual/ "/usr/share/apache1-manual/"
13<Directory "/usr/share/apache1-manual">
14 Options Indexes MultiViews
15 AllowOverride None
16 order deny,allow
17 deny from all
18 allow from 127.0.0.1
19</Directory>
20
c6d435c1 21</IfModule>
This page took 0.094926 seconds and 4 git commands to generate.