]> git.pld-linux.org Git - packages/apache1.git/blob - apache1-mod_actions.conf
- check config before doing apache restart
[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 # 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.023813 seconds and 3 git commands to generate.