rpms/mod_suphp/devel mod_suphp-0.6.1-AddHandler.patch, NONE, 1.1 .cvsignore, 1.3, 1.4

Andreas Thienemann (ixs) fedora-extras-commits at redhat.com
Mon Feb 6 16:43:24 UTC 2006


Author: ixs

Update of /cvs/extras/rpms/mod_suphp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18626

Modified Files:
	.cvsignore 
Added Files:
	mod_suphp-0.6.1-AddHandler.patch 
Log Message:
* Mon Feb 06 2006 Andreas Thienemann <andreas at bawue.net> 0.6.1-1
- Updated to 0.6.1


mod_suphp-0.6.1-AddHandler.patch:

--- NEW FILE mod_suphp-0.6.1-AddHandler.patch ---
--- 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}
 };
 


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mod_suphp/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	6 Feb 2006 16:36:27 -0000	1.3
+++ .cvsignore	6 Feb 2006 16:43:24 -0000	1.4
@@ -1,6 +1 @@
 suphp-0.6.1.tar.gz
-README.fedora
-mod_suphp-0.6.1-userdir.patch
-mod_suphp-0.6.1-AddHandler.patch
-suphp.conf
-mod_suphp.conf




More information about the scm-commits mailing list