summaryrefslogtreecommitdiffstats
path: root/mod_suphp-0.6.1-AddHandler.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-06-13 18:43:31 +0200
committerRemi Collet <fedora@famillecollet.com>2012-06-13 18:43:31 +0200
commit3eb5696b8ee245c48c11dd6aefbda531054a0eec (patch)
treecd7b7a8c909f6a2dd2d4978cf590032083d3b906 /mod_suphp-0.6.1-AddHandler.patch
reorg repoHEADmaster
Diffstat (limited to 'mod_suphp-0.6.1-AddHandler.patch')
-rw-r--r--mod_suphp-0.6.1-AddHandler.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/mod_suphp-0.6.1-AddHandler.patch b/mod_suphp-0.6.1-AddHandler.patch
new file mode 100644
index 0000000..0e77f2a
--- /dev/null
+++ b/mod_suphp-0.6.1-AddHandler.patch
@@ -0,0 +1,13 @@
+--- 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}
+ };
+