]> git.pld-linux.org Git - packages/apache.git/blob - 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
1 # $Id$
2
3 <IfModule alias_module>
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/"
12 </IfModule>
This page took 0.028098 seconds and 3 git commands to generate.