]> git.pld-linux.org Git - packages/apache1.git/blame - apache1-mod_actions.conf
- change Group: Development/Tools -> Networking/Daemons for suexec package
[packages/apache1.git] / apache1-mod_actions.conf
CommitLineData
c6d435c1
ER
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# Format: Action media/type /cgi-script/location
9# Format: Action handler-name /cgi-script/location
10</IfModule>
11
12# vim: filetype=apache ts=4 sw=4 et
This page took 0.14991 seconds and 4 git commands to generate.