Re: HTTPD 2.2.17 issue on Fedora 15 with listening on IPv4

2011-07-08 Thread Paul Howarth
On 07/08/2011 02:30 PM, Barry Scott wrote: If this is the wrong list to ask for help on this please redirect me. We are porting our application to Fedora 15 and to systemd from SysV init. The httpd configuraturation we are using work without problem on earlier Fedora 13 systems. We are hitting

Re: [Vote] Release mod_fcgid 2.3.6

2010-11-05 Thread Paul Howarth
On 04/11/10 12:58, Jeff Trawick wrote: Tarballs/zips are at http://httpd.apache.org/dev/dist/mod_fcgid/ http://httpd.apache.org/dev/dist/mod_fcgid/CHANGES-FCGID Due to the inclusion of a security fix, I hope to get enough feedback within 24 hours to release. +/-1 [ ] Release mod_fcgid

Re: Patch for disabling the suexec stuff (Patch: mod_fcgid-2.3.5-disable_suexec_check.patch)

2010-11-04 Thread Paul Howarth
On 22/10/10 13:35, Jeff Trawick wrote: On Fri, Oct 22, 2010 at 5:32 AM, Erik Wassererik.was...@iquer.net wrote: I've added an extra option to mod_fcgid to turn off the suexec stuff. It's useful if you want to run the apache as non-root user and you need the speed of mod_fcgid. The default

Re: svn commit: r823703 - in /httpd/mod_fcgid/trunk/modules/fcgid/fcgid_proc_unix.c

2009-10-21 Thread Paul Howarth
--- httpd/mod_fcgid/trunk/modules/fcgid/fcgid_proc_unix.c 2009/10/08 14:32:38 823190 +++ httpd/mod_fcgid/trunk/modules/fcgid/fcgid_proc_unix.c 2009/10/08 14:35:13 823191 @@ -259,6 +259,17 @@ return errno; } +/* IPC directory permissions are safe, but avoid

Re: mod_fcgid: settings needed in every vhost?

2009-10-15 Thread Paul Howarth
On Mon, 5 Oct 2009 06:31:31 +0700 Walter Heck walterh...@gmail.com wrote: (If you want help here you need to use the ASF-distributed mod_fcgid, not the now-ancient mod_fcgid 2.2.) Not a big fan of self-compiled stuff on production systems. I presume there is no RHEL5 rpm yet? Is anybody on

Re: svn commit: r818242 - in /httpd/mod_fcgid/trunk: CHANGES-FCGID Makefile.apxs

2009-09-25 Thread Paul Howarth
On 24/09/09 21:37, William A. Rowe, Jr. wrote: Guys, I think we missed one... traw...@apache.org wrote: Author: trawick Date: Wed Sep 23 20:31:44 2009 New Revision: 818242 URL: http://svn.apache.org/viewvc?rev=818242view=rev Log: Fix a make install DESTDIR problem handling the reference

mod_fcgid: make install doesn't fully honour DESTDIR

2009-09-23 Thread Paul Howarth
Whilst the main software install is put under DESTDIR, the manual and eventually the config file when there is one, ignore the DESTDIR setting. This is a problem for downstream packagers, which is resolved for me by the attached patch. Cheers, Paul.--- mod_fcgid-2.3.1/Makefile.apxs 2009-09-04

mod_fcgid: copy-and-paste error in feature detection

2009-09-23 Thread Paul Howarth
The mod_fcgid build fails for me due to erroneously detecting sys/mutex.h when in fact it's not present. This appears to be due to a copy-and-paste error in build/Makefile.apxs, resolved by the attached patch. Cheers, Paul.--- mod_fcgid-2.3.1/build/Makefile.apxs 2009-08-27 12:33:51.0