0.6.0-1 release
[manu/suphp.git] / debian / conf / suphp.conf
1 <IfModule mod_suphp.c>
2         AddHandler x-httpd-php .php .php3 .php4 .php5 .phtml
3         suPHP_AddHandler x-httpd-php
4         suPHP_Engine on
5 # # Use a specific php config file (a dir which contains a php.ini file)
6 #       suPHP_ConfigPath /etc/php4/cgi/suphp/
7 # # Tells mod_suphp NOT to handle requests with the type <mime-type>.
8 #       suPHP_RemoveHandler <mime-type>
9 </IfModule>