github.com/ddev/ddev@v1.23.2-0.20240519125000-d824ffe36ff3/containers/ddev-webserver/ddev-webserver-base-files/etc/apache2/mods-available/actions.conf (about) 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