Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > d7f896e0cff59cf14417aa89d8177253 > files > 3

apache-mod_suphp-0.6.1-6mdv2008.0.src.rpm

--- suphp-0.6.1/src/apache2/mod_suphp.c.orig	2006-02-06 16:08:30.591794312 +0100
+++ suphp-0.6.1/src/apache2/mod_suphp.c	2006-02-06 16:08:36.532891128 +0100
@@ -313,8 +313,8 @@
     AP_INIT_TAKE2("suPHP_UserGroup", suphp_handle_cmd_user_group, NULL, RSRC_CONF | ACCESS_CONF,
                   "User and group scripts shall be run as"),
 #endif
-    AP_INIT_ITERATE("suPHP_AddHandler", suphp_handle_cmd_add_handler, NULL, ACCESS_CONF, "Tells mod_suphp to handle these MIME-types"),
-    AP_INIT_ITERATE("suPHP_RemoveHandler", suphp_handle_cmd_remove_handler, NULL, ACCESS_CONF, "Tells mod_suphp not to handle these MIME-types"),
+    AP_INIT_ITERATE("suPHP_AddHandler", suphp_handle_cmd_add_handler, NULL, RSRC_CONF | ACCESS_CONF, "Tells mod_suphp to handle these MIME-types"),
+    AP_INIT_ITERATE("suPHP_RemoveHandler", suphp_handle_cmd_remove_handler, NULL, RSRC_CONF | ACCESS_CONF, "Tells mod_suphp not to handle these MIME-types"),
     {NULL}
 };