blob: a249342973dc12c449e25b6ed491cbfed7760b21 (
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-php .php .php3 .php4 .php5 .phtml
- suPHP_AddHandler x-httpd-php
- 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>
|