]> git.pld-linux.org Git - packages/apache1.git/blame - apache1-mod_alias.conf
rel 15; builds
[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
5b724287
ER
16 <IfModule mod_access.c>
17 Order deny,allow
18 Deny from all
19 Allow from 127.0.0.1
20 </IfModule>
c6d435c1
ER
21</Directory>
22
c6d435c1 23</IfModule>
This page took 0.374207 seconds and 4 git commands to generate.