]> git.pld-linux.org Git - packages/apache1.git/blame - apache1-mod_actions.conf
rel 15; builds
[packages/apache1.git] / apache1-mod_actions.conf
CommitLineData
c6d435c1 1# $Id$
0a771c6c 2LoadModule actions_module modules/mod_actions.so
c6d435c1
ER
3
4<IfModule mod_actions.c>
5# Action lets you define media types that will execute a script whenever
6# a matching file is called. This eliminates the need for repeated URL
7# pathnames for oft-used CGI file processors.
0a771c6c 8
c6d435c1
ER
9# Format: Action media/type /cgi-script/location
10# Format: Action handler-name /cgi-script/location
11</IfModule>
This page took 0.099546 seconds and 4 git commands to generate.