backing up shopserver1p apache config
[eostre.git] / drupal-configs / apache2 / mods-available / actions.conf
... / ...
CommitLineData
1# a2enmod-note: needs-configuration
2
3#
4# Action lets you define media types that will execute a script whenever
5# a matching file is called. This eliminates the need for repeated URL
6# pathnames for oft-used CGI file processors.
7# Format: Action media/type /cgi-script/location
8# Format: Action handler-name /cgi-script/location
9#
10
11# vim: syntax=apache ts=4 sw=4 sts=4 sr noet