[mod_fcgid PATCH] don't try to change ownership of socket directory unless running as root

2009-05-11 Thread Jeff Trawick
Currently, starting httpd as non-root with mod_fcgid loaded fails unless User/Group are set to the active User/Group. Normally, httpd modules don't try to set ownership of objects to the specified User/Group unless starting as root. Thus, httpd.conf can contain reasonable User/Group settings for

Re: [mod_fcgid PATCH] don't try to change ownership of socket directory unless running as root

2009-05-11 Thread Joe Orton
On Mon, May 11, 2009 at 11:56:42AM -0400, Jeff Trawick wrote: Currently, starting httpd as non-root with mod_fcgid loaded fails unless User/Group are set to the active User/Group. Normally, httpd modules don't try to set ownership of objects to the specified User/Group unless starting as

Re: [mod_fcgid PATCH] don't try to change ownership of socket directory unless running as root

2009-05-11 Thread Jeff Trawick
On Mon, May 11, 2009 at 4:26 PM, Joe Orton jor...@redhat.com wrote: On Mon, May 11, 2009 at 11:56:42AM -0400, Jeff Trawick wrote: Currently, starting httpd as non-root with mod_fcgid loaded fails unless User/Group are set to the active User/Group. Normally, httpd modules don't try to set