]> git.pld-linux.org Git - packages/apache1.git/blob - apache1-mod_actions.conf
rel 15; builds
[packages/apache1.git] / apache1-mod_actions.conf
1 # $Id$
2 LoadModule actions_module       modules/mod_actions.so
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.
8
9 # Format: Action media/type /cgi-script/location
10 # Format: Action handler-name /cgi-script/location
11 </IfModule>
This page took 0.032895 seconds and 3 git commands to generate.