]> git.pld-linux.org Git - packages/apache1.git/blame_incremental - apache1-mod_actions.conf
- height typo, cleanups
[packages/apache1.git] / apache1-mod_actions.conf
... / ...
CommitLineData
1# $Id$
2LoadModule 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.024047 seconds and 4 git commands to generate.