[mod_fcgid] How to share between vhosts (and extensions)

2009-09-23 Thread Rainer Jung
Sorry for the long mail, especially in case all is well-known. While looking for the right way to implement something like FCGIDGroup I stumbled about something a bit strange in mod_fcgid. When looking for an appropriate existing process to handle a request the following data is used by

Re: [mod_fcgid] How to share between vhosts (and extensions)

2009-09-23 Thread Jeff Trawick
On Wed, Sep 23, 2009 at 9:31 AM, Rainer Jung rainer.j...@kippdata.dewrote: When looking for an appropriate existing process to handle a request the following data is used by mod_fcgid: - inode inode num of the wrapper if one is used, of the request filename otherwise - deviceid device

Re: [VOTE] release httpd mod_ftp-0.9.5 beta?

2009-09-23 Thread Guenter Knauf
Hi Bill, William A. Rowe, Jr. schrieb: Then I'll roll tomorrow afternoon along with mod_fcgid. We have two ways to handle this; FTPOptions NoUTF8Feature, or something like; --- mod_ftp.c (revision 816386) +++ mod_ftp.c (working copy) @@ -86,12 +86,14 @@

Re: [VOTE] release httpd mod_ftp-0.9.5 beta?

2009-09-23 Thread William A. Rowe, Jr.
Guenter Knauf wrote: I would prefer the 'FTPOptions NoUTF8Feature' thing because IIRC (its been 5,6 years back when we discussed that with Novell's core developers) we can now build an UTF8-enabled Apache, just its not what we do by default; so ifdef by platform is not right, at least not for

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

Re: [VOTE] release httpd mod_ftp-0.9.5 beta?

2009-09-23 Thread Guenter Knauf
Bill, William A. Rowe, Jr. schrieb: To confirm; if UTF8 characters are *invalid* and won't be accepted for path names, this feature should be set. If the server *can* name files in UTF8 this is the correct feature, even if the file names would appear 'odd' to the local user. This is why the

Re: svn commit: r817830 - in /httpd/mod_fcgid/trunk: CHANGES-FCGID README-FCGID modules/fcgid/fcgid_conf.c modules/fcgid/fcgid_conf.h modules/fcgid/mod_fcgid.c

2009-09-23 Thread Jeff Trawick
On Tue, Sep 22, 2009 at 5:10 PM, Jeff Trawick traw...@gmail.com wrote: On Tue, Sep 22, 2009 at 4:44 PM, William A. Rowe, Jr. wr...@rowe-clan.net wrote: What state do you feel the module is in? When should we cut a beta to put the improvements-to-date into users hands? I think it is in

Re: mod_fcgid: Problem serving binary content with Apache 2.2.13 - PHP 5.2.9

2009-09-23 Thread Marcus Merz
Hi Jeff, after another evening, this is what i came up with: Goals: 1. I do not want to mess around with /etc/apache2/conf.d/mod_fcgid.conf 2. I do not want to be forced to always use mod_fcgid on virtual hosts that are configured for mod_cgi (from Plesk) I achieve this by doing all necessary

Re: mod_fcgid: copy-and-paste error in feature detection

2009-09-23 Thread Jeff Trawick
On Wed, Sep 23, 2009 at 11:33 AM, Paul Howarth p...@city-fan.org wrote: 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,

Re: mod_fcgid: make install doesn't fully honour DESTDIR

2009-09-23 Thread Jeff Trawick
On Wed, Sep 23, 2009 at 11:30 AM, Paul Howarth p...@city-fan.org wrote: 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

mod_ftp needs the DESTDIR goodness in r818242

2009-09-23 Thread Jeff Trawick
(AFAICT)

Re: Memory usage, core output filter, and apr_brigade_destroy

2009-09-23 Thread Ruediger Pluem
On 09/22/2009 09:19 PM, Stefan Fritsch wrote: On Sunday 13 September 2009, Stefan Fritsch wrote: On Sunday 13 September 2009, Ruediger Pluem wrote: On 09/13/2009 01:11 PM, Stefan Fritsch wrote: http://httpd.apache.org/docs/trunk/developer/output-filters.htm l recommends to reuse bucket

Re: svn commit: r818234 - in /httpd/mod_fcgid/trunk/modules/fcgid: fcgid_bridge.c fcgid_conf.c fcgid_conf.h

2009-09-23 Thread Ruediger Pluem
On 09/23/2009 10:10 PM, traw...@apache.org wrote: Author: trawick Date: Wed Sep 23 20:10:02 2009 New Revision: 818234 URL: http://svn.apache.org/viewvc?rev=818234view=rev Log: the request body size should be tracked and checked against apr_off_t, not size_t and int Modified:

Re: svn commit: r818234 - in /httpd/mod_fcgid/trunk/modules/fcgid: fcgid_bridge.c fcgid_conf.c fcgid_conf.h

2009-09-23 Thread Jeff Trawick
On Wed, Sep 23, 2009 at 5:04 PM, Ruediger Pluem rpl...@apache.org wrote: On 09/23/2009 10:10 PM, traw...@apache.org wrote: Author: trawick Date: Wed Sep 23 20:10:02 2009 New Revision: 818234 URL: http://svn.apache.org/viewvc?rev=818234view=rev Log: the request body size should be

Re: [VOTE] release httpd mod_ftp-0.9.5 beta?

2009-09-23 Thread Guenter Knauf
Bill, William A. Rowe, Jr. schrieb: Guenter Knauf wrote: BTW I've just tested 'FTPOptions NoUTF8Feature' - gave me no error during start, but still get UTF8 with feature list ... hopefully I have a bit time to investigate that further later - unless you beat me :) Inheritance issue,

Re: svn commit: r818287 - /httpd/httpd/branches/2.2.x/include/ap_mmn.h

2009-09-23 Thread Jeff Trawick
On Wed, Sep 23, 2009 at 6:21 PM, minf...@apache.org wrote: Author: minfrin Date: Wed Sep 23 22:21:54 2009 New Revision: 818287 URL: http://svn.apache.org/viewvc?rev=818287view=rev Log: Bump minor mmn after addition of mod_proxy_scgi Why? The MMN is for programming interfaces. Does

Re: svn commit: r818287 - /httpd/httpd/branches/2.2.x/include/ap_mmn.h

2009-09-23 Thread Graham Leggett
Jeff Trawick wrote: Bump minor mmn after addition of mod_proxy_scgi Why? The MMN is for programming interfaces. Does mod_proxy_scgi provide any? Sorry, my bad - will revert. Regards, Graham -- smime.p7s Description: S/MIME Cryptographic Signature

mod_fcgid and suexec problems

2009-09-23 Thread David Rees
I initially opened a bug for this downstream (See Fedora #523903[1]), but the Fedora mod_fcgid maintainer Paul suggested I open up the discussion here. I was recently working on configuring some of my servers to use the worker MPM instead of prefork to be able to handle more concurrent

Re: [VOTE] release httpd mod_ftp-0.9.5 beta?

2009-09-23 Thread William A. Rowe, Jr.
Guenter Knauf wrote: Bill, William A. Rowe, Jr. schrieb: To confirm; if UTF8 characters are *invalid* and won't be accepted for path names, this feature should be set. If the server *can* name files in UTF8 this is the correct feature, even if the file names would appear 'odd' to the local

Re: [VOTE] release httpd mod_ftp-0.9.5 beta?

2009-09-23 Thread William A. Rowe, Jr.
Guenter Knauf wrote: Bill, William A. Rowe, Jr. schrieb: Guenter Knauf wrote: BTW I've just tested 'FTPOptions NoUTF8Feature' - gave me no error during start, but still get UTF8 with feature list ... hopefully I have a bit time to investigate that further later - unless you beat me :)

Re: mod_ftp needs the DESTDIR goodness in r818242

2009-09-23 Thread William A. Rowe, Jr.
Jeff Trawick wrote: (AFAICT) That was my guess as well, have that message open and looking at it now.

[vote] release httpd-2.2.14?

2009-09-23 Thread Graham Leggett
Hi all, The tarballs are (will soon be) at http://httpd.apache.org/dev/dist/. This release contains fixes for the following security issues: *) SECURITY: CVE-2009-2699 (cve.mitre.org) Fixed in APR 1.3.9. Faulty error handling in the Solaris pollset support (Event Port backend)

Re: svn commit: r818315 - /httpd/site/trunk/dist/tools/release.sh

2009-09-23 Thread Graham Leggett
wr...@apache.org wrote: URL: http://svn.apache.org/viewvc?rev=818315view=rev Log: Validate r818275 by bundling apr 1.3.9 version. Should I recreate the binaries? (I've taken them offline so they don't sync). Regards, Graham -- smime.p7s Description: S/MIME Cryptographic Signature

Re: [mod_fcgid] How to share between vhosts (and extensions)

2009-09-23 Thread Graham Dumpleton
FWIW, the Python specific hosting module called mod_wsgi for Apache implements named daemon process groups, with ability to control how WSGI applications are delegated to which process group. This includes being able to optionally have process group selected based on value of ENV value set by

Re: [vote] release httpd-2.2.14?

2009-09-23 Thread Graham Leggett
Graham Leggett wrote: The tarballs are (will soon be) at http://httpd.apache.org/dev/dist/. Tarballs rolled with apr v1.3.9: SHA1(httpd-2.2.14.tar.bz2)= eacd04c87b489231ae708c84a77dc8e9ee176fd2 SHA1(httpd-2.2.14.tar.gz)= e6e20b3fc58a57a5116e036e31bf97d409db7cfa Regards, Graham -- smime.p7s

Re: DO NOT REPLY [Bug 15866] cache MUST treat incomplete cached response as partial

2009-09-23 Thread Nick Kew
On 23 Sep 2009, at 14:40, bugzi...@apache.org wrote: https://issues.apache.org/bugzilla/show_bug.cgi?id=15866 --- Comment #6 from Dan Poirier poir...@pobox.com 2009-09-23 06:40:13 PDT --- Created an attachment (id=24306) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=24306)

Re: [vote] release httpd-2.2.14?

2009-09-23 Thread Guenter Knauf
resend without attachments cause stupid mail server marked as virus ... Hi Graham, Graham Leggett schrieb: The tarballs are (will soon be) at http://httpd.apache.org/dev/dist/. This release contains fixes for the following security issues: *) SECURITY: CVE-2009-2699 (cve.mitre.org)