]> git.pld-linux.org Git - packages/apache.git/blame - apache-mod_alias.conf
- make apxs -i respect $DESTDIR (for use with $RPM_BUILD_ROOT from %install targets)
[packages/apache.git] / apache-mod_alias.conf
CommitLineData
86dece47 1# $Id$
86dece47
ER
2
3<IfModule alias_module>
408714fc
ER
4 # ScriptAlias: This controls which directories contain server scripts.
5 # ScriptAliases are essentially the same as Aliases, except that
6 # documents in the target directory are treated as applications and
7 # run by the server when requested rather than as documents sent to the
8 # client. The same rules about trailing "/" apply to ScriptAlias
9 # directives as to Alias.
10 #
11 ScriptAlias /cgi-bin/ "/home/services/httpd/cgi-bin/"
86dece47 12</IfModule>
This page took 0.029436 seconds and 4 git commands to generate.