blob: bc17d2b0a9520a61db61ade0614af31c5aa049ca (
plain)
- # This file is based on /etc/apache2/mods-available/suphp.conf
- # Comment out those rules to enable the functionality only per vhost.
- <IfModule mod_suphp.c>
- AddHandler x-httpd-suphp .php .php3 .php4 .php5 .phtml
- suPHP_AddHandler x-httpd-suphp
- suPHP_Engine on
- # # Use a specific php config file (a dir which contains a php.ini file)
- # suPHP_ConfigPath /etc/php4/cgi/suphp/
- # # Tells mod_suphp NOT to handle requests with the type <mime-type>.
- # suPHP_RemoveHandler <mime-type>
- </IfModule>
|