0.6.0-1 release
[manu/suphp.git] / debian / conf / suphp.conf
index 108de96..42d8fd5 100644 (file)
@@ -1,6 +1,9 @@
 <IfModule mod_suphp.c>
 <IfModule mod_suphp.c>
-       AddHandler x-httpd-php .php .php3 .php4 .phtml
+       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/
        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>
 </IfModule>