github.com/drud/ddev@v1.21.5-alpha1.0.20230226034409-94fcc4b94453/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