Re: svn commit: r1410459 - in /httpd/httpd/trunk: docs/log-message-tags/next-number server/mpm/event/event.c server/mpm/eventopt/eventopt.c

2013-11-22 Thread Jeff Trawick
On Fri, Nov 22, 2013 at 2:39 PM, Jim Jagielski j...@jagunet.com wrote: On Nov 22, 2013, at 2:22 PM, Jeff Trawick traw...@gmail.com wrote: On Sat, Nov 17, 2012 at 6:00 AM, Ruediger Pluem rpl...@apache.org wrote: j...@apache.org wrote: +i = apr_atomic_dec32(foo

Re: svn commit: r1410459 - in /httpd/httpd/trunk: docs/log-message-tags/next-number server/mpm/event/event.c server/mpm/eventopt/eventopt.c

2013-11-22 Thread Jeff Trawick
be seeing it in trunk as well... On Nov 22, 2013, at 2:43 PM, Jeff Trawick traw...@gmail.com wrote: On Fri, Nov 22, 2013 at 2:39 PM, Jim Jagielski j...@jagunet.com wrote: On Nov 22, 2013, at 2:22 PM, Jeff Trawick traw...@gmail.com wrote: On Sat, Nov 17, 2012 at 6:00 AM, Ruediger Pluem rpl

Re: svn commit: r1410459 - in /httpd/httpd/trunk: docs/log-message-tags/next-number server/mpm/event/event.c server/mpm/eventopt/eventopt.c

2013-11-22 Thread Jeff Trawick
On Fri, Nov 22, 2013 at 3:24 PM, Jeff Trawick traw...@gmail.com wrote: On Fri, Nov 22, 2013 at 2:52 PM, Jim Jagielski j...@jagunet.com wrote: Note, the only think changed in event now (via https://svn.apache.org/viewvc?view=revisionrevision=1542560) is that event *checks* that atomics work

Re: svn commit: r1410459 - in /httpd/httpd/trunk: docs/log-message-tags/next-number server/mpm/event/event.c server/mpm/eventopt/eventopt.c

2013-11-22 Thread Jeff Trawick
On Fri, Nov 22, 2013 at 3:40 PM, Jeff Trawick traw...@gmail.com wrote: On Fri, Nov 22, 2013 at 3:24 PM, Jeff Trawick traw...@gmail.com wrote: On Fri, Nov 22, 2013 at 2:52 PM, Jim Jagielski j...@jagunet.com wrote: Note, the only think changed in event now (via https://svn.apache.org/viewvc

Re: svn commit: r1410459 - in /httpd/httpd/trunk: docs/log-message-tags/next-number server/mpm/event/event.c server/mpm/eventopt/eventopt.c

2013-11-22 Thread Jeff Trawick
On Fri, Nov 22, 2013 at 3:57 PM, Jeff Trawick traw...@gmail.com wrote: On Fri, Nov 22, 2013 at 3:40 PM, Jeff Trawick traw...@gmail.com wrote: On Fri, Nov 22, 2013 at 3:24 PM, Jeff Trawick traw...@gmail.com wrote: On Fri, Nov 22, 2013 at 2:52 PM, Jim Jagielski j...@jagunet.com wrote: Note

Re: svn commit: r1410459 - in /httpd/httpd/trunk: docs/log-message-tags/next-number server/mpm/event/event.c server/mpm/eventopt/eventopt.c

2013-11-22 Thread Jeff Trawick
On Fri, Nov 22, 2013 at 4:27 PM, Jeff Trawick traw...@gmail.com wrote: On Fri, Nov 22, 2013 at 3:57 PM, Jeff Trawick traw...@gmail.com wrote: On Fri, Nov 22, 2013 at 3:40 PM, Jeff Trawick traw...@gmail.com wrote: On Fri, Nov 22, 2013 at 3:24 PM, Jeff Trawick traw...@gmail.com wrote: On Fri

Re: svn commit: r1410459 - in /httpd/httpd/trunk: docs/log-message-tags/next-number server/mpm/event/event.c server/mpm/eventopt/eventopt.c

2013-11-22 Thread Jeff Trawick
. */ if (queue_info-idlers 0) { *had_to_block = 1; rv = apr_thread_cond_wait(queue_info-wait_for_idler, queue_info-idlers_mutex); On Nov 22, 2013, at 3:40 PM, Jeff Trawick traw...@gmail.com wrote: On Fri, Nov 22, 2013 at 3:24 PM, Jeff

[RFC] StderrLog fname|none

2013-11-21 Thread Jeff Trawick
On Sun, Nov 17, 2013 at 5:20 AM, Stefan Fritsch s...@sfritsch.de wrote: Am Dienstag, 12. November 2013, 13:33:23 schrieb Jan Kaluža: I think LDAPLibraryDebug is one user of stderr going to the error log. As the logging is done by the ldap library, there is really no way to change it.

Re: [VOTE] Release Apache httpd 2.4.7 as GA

2013-11-20 Thread Jeff Trawick
On Tue, Nov 19, 2013 at 12:45 PM, Jim Jagielski j...@jagunet.com wrote: The pre-release test tarballs for Apache httpd 2.4.7 can be found at the usual place: http://httpd.apache.org/dev/dist/ I'm calling a VOTE on releasing these as Apache httpd 2.4.7 GA. [ ] +1: Good to go [ ]

Re: ssl_die() and pool cleanup

2013-11-20 Thread Jeff Trawick
On Wed, Nov 20, 2013 at 5:19 AM, Kaspar Brand httpd-dev.2...@velox.chwrote: On 18.11.2013 14:59, Jeff Trawick wrote: Has anyone looked at making ssl_die() clean up pools on the way out (presumably by calling some function besides exit())? It is rather easy to end up with a bunch

Re: svn commit: r1539988 - /httpd/httpd/trunk/server/log.c

2013-11-20 Thread Jeff Trawick
On Mon, Nov 18, 2013 at 10:45 AM, Jeff Trawick traw...@gmail.com wrote: On Fri, Nov 8, 2013 at 6:41 AM, jkal...@apache.org wrote: Author: jkaluza Date: Fri Nov 8 11:41:08 2013 New Revision: 1539988 URL: http://svn.apache.org/r1539988 Log: Do not lose log messages with NULL server_rec

be a bit more obvious with event's requirement of apr 1.5?

2013-11-19 Thread Jeff Trawick
Index: CHANGES === --- CHANGES (revision 1543469) +++ CHANGES (working copy) @@ -2,10 +2,11 @@ Changes with Apache 2.4.7 + *) APR 1.5.0 or later is now required for the event MPM. + *) slotmem_shm: Error detection. [Jim

ssl_die() and pool cleanup

2013-11-18 Thread Jeff Trawick
Has anyone looked at making ssl_die() clean up pools on the way out (presumably by calling some function besides exit())? It is rather easy to end up with a bunch of stranded IPC objects while debugging your SSL config. Commentary in ssl_die() suggests a great goal, but that's essentially

Re: svn commit: r1541029 - in /httpd/httpd/trunk: CHANGES include/ap_mmn.h include/http_core.h modules/loggers/mod_syslog.c server/core.c

2013-11-18 Thread Jeff Trawick
On Tue, Nov 12, 2013 at 7:14 AM, jkal...@apache.org wrote: Author: jkaluza Date: Tue Nov 12 12:14:50 2013 New Revision: 1541029 URL: http://svn.apache.org/r1541029 Log: Add parse_errorlog_arg callback to ap_errorlog_provider to allow providers to check the ErrorLog argument. Implement

Re: svn commit: r1539988 - /httpd/httpd/trunk/server/log.c

2013-11-18 Thread Jeff Trawick
On Fri, Nov 8, 2013 at 6:41 AM, jkal...@apache.org wrote: Author: jkaluza Date: Fri Nov 8 11:41:08 2013 New Revision: 1539988 URL: http://svn.apache.org/r1539988 Log: Do not lose log messages with NULL server_rec when error log provider is used. - set stderr_log to NULL after it is

Does mod_perl/mod_??? need a hook called when a request/conn leaves the original worker thread?

2013-11-18 Thread Jeff Trawick
For the mod_perl crash with Event that I posted at the URL below, I would suspect that there's some affinity with the original worker thread. Can anyone in mod_perl land confirm?

Re: Does mod_perl/mod_??? need a hook called when a request/conn leaves the original worker thread?

2013-11-18 Thread Jeff Trawick
Ouch, I meant to sent this to dev@perl instead of dev@apr... On Mon, Nov 18, 2013 at 10:58 AM, Jeff Trawick traw...@gmail.com wrote: For the mod_perl crash with Event that I posted at the URL below, I would suspect that there's some affinity with the original worker thread. Can anyone

Re: Playing with cmake: LONG_NAME= problems

2013-11-18 Thread Jeff Trawick
On Mon, Nov 18, 2013 at 12:37 PM, Bert Huijben b...@qqmail.nl wrote: Hi, As I already mentioned I'm re-scripting my build of httpd to work using the new cmake generator. It looks like I have things working now, with about half as many local patches as before..., but I think one

Re: Playing with cmake: LONG_NAME= problems

2013-11-18 Thread Jeff Trawick
when there are multiple words. Bert Cool... In the meantime, I have a fix in trunk (r1543149) and am building the 2.4.x fix with Visual Studio 2010 currently. (Luckily exiftool makes it easy to quickly check File Description.) *From:* Jeff Trawick [mailto:traw...@gmail.com

Re: Playing with cmake: LONG_NAME= problems

2013-11-18 Thread Jeff Trawick
On Mon, Nov 18, 2013 at 4:14 PM, Jeff Trawick traw...@gmail.com wrote: On Mon, Nov 18, 2013 at 4:10 PM, Bert Huijben b...@qqmail.nl wrote: Hi Jeff, Thanks for looking into this. I tried the Visual Studio 9 and Visual Studio 11 generators in both standard Win32 and x64

Re: Playing with cmake: LONG_NAME= problems

2013-11-18 Thread Jeff Trawick
system too. ICON_FILE was passed in with the same syntax (quoting) as other values that were already APR_STRINGIFY-ed in the .rc file. *From:* Jeff Trawick [mailto:traw...@gmail.com] *Sent:* maandag 18 november 2013 22:19 *To:* Apache HTTP Server Development List *Subject:* Re: Playing

Re: r1542328 breaks cmake build

2013-11-16 Thread Jeff Trawick
ouch, thought I committed that; I guess I just started the build/test will commit shortly if nobody beat me to it On Sat, Nov 16, 2013 at 12:03 PM, Bert Huijben b...@qqmail.nl wrote: Hi, I’m trying to switch my personal Windows build from the old system to cmake in

Re: r1542328 breaks cmake build

2013-11-16 Thread Jeff Trawick
On Sat, Nov 16, 2013 at 12:37 PM, Jeff Trawick traw...@gmail.com wrote: ouch, thought I committed that; I guess I just started the build/test will commit shortly if nobody beat me to it r1542539 On Sat, Nov 16, 2013 at 12:03 PM, Bert Huijben b...@qqmail.nl wrote: Hi

Re: [users@httpd] mod_proxy doesn't persist connections to php-fpm

2013-11-15 Thread Jeff Trawick
default to NOT reusing connections (e.g., FastCGI). On Nov 14, 2013, at 4:29 PM, Jeff Trawick traw...@gmail.com wrote: Need a way to stop setting backend-close without breaking other users. FastCGI-specific keyword parameter? envvar? -- Forwarded message -- From: Jeff

Re: [users@httpd] mod_proxy doesn't persist connections to php-fpm

2013-11-15 Thread Jeff Trawick
On Fri, Nov 15, 2013 at 12:02 PM, Jim Jagielski j...@jagunet.com wrote: Or just 'reuse=On | reuse=Off' maybe? we already have disablereuse on ProxyPass On Nov 15, 2013, at 11:51 AM, Jeff Trawick traw...@gmail.com wrote: On Thu, Nov 14, 2013 at 5:02 PM, Jim Jagielski j...@jagunet.com

Re: False positive errno test after call to strtol()

2013-11-15 Thread Jeff Trawick
On Thu, Nov 14, 2013 at 4:11 PM, Mike Rumph mike.ru...@oracle.com wrote: The man page for strtol() indicate that the function can set errno to ERANGE (EINVAL is also possible for some environments). But for the errno check to be valid errno should be set to 0 before the function call. -

Re: svn commit: r1542413 - /httpd/httpd/trunk/modules/slotmem/mod_slotmem_shm.c

2013-11-15 Thread Jeff Trawick
On Nov 15, 2013 7:00 PM, Jim Jagielski j...@jagunet.com wrote: When I looked at apr_file_write_full() it appeared that it could return APR_SUCCESS but not send all the data... I may be mistaken though. As long as APR_SUCCESS means that all data was sent, this is perfect. I don't have it

Re: windows binaries thread from users@

2013-11-14 Thread Jeff Trawick
On Thu, Nov 14, 2013 at 9:26 AM, Eric Covener cove...@gmail.com wrote: Had a confused user on users@. Noticed two things. * The download page should say source not Unix source ** maybe a note telling people that we don't (ncessarily?) produce windows source packages anymore I'm concerned

Fwd: [users@httpd] mod_proxy doesn't persist connections to php-fpm

2013-11-14 Thread Jeff Trawick
Need a way to stop setting backend-close without breaking other users. FastCGI-specific keyword parameter? envvar? -- Forwarded message -- From: Jeff Trawick traw...@gmail.com Date: Thu, Nov 14, 2013 at 4:26 PM Subject: Re: [users@httpd] mod_proxy doesn't persist connections

Re: error log providers, multiple vhosts, mod_syslog

2013-11-12 Thread Jeff Trawick
On Tue, Nov 12, 2013 at 7:33 AM, Jan Kaluža jkal...@redhat.com wrote: On 11/11/2013 10:50 AM, Stefan Fritsch wrote: On Thu, 7 Nov 2013, Joe Orton wrote: On Thu, Oct 17, 2013 at 12:33:50PM +, Plüm, Rüdiger, Vodafone Group wrote: Hmm. This points out another issue when using an error

Re: svn commit: r1541029 - in /httpd/httpd/trunk: CHANGES include/ap_mmn.h include/http_core.h modules/loggers/mod_syslog.c server/core.c

2013-11-12 Thread Jeff Trawick
On Tue, Nov 12, 2013 at 7:40 AM, Jan Kaluža jkal...@redhat.com wrote: On 11/12/2013 01:28 PM, Jim Jagielski wrote: On Nov 12, 2013, at 7:14 AM, jkal...@apache.org wrote: Author: jkaluza Date: Tue Nov 12 12:14:50 2013 New Revision: 1541029 URL: http://svn.apache.org/r1541029 Log: Add

Re: NOTE: Intent to TR 2.2.6 tomorrow

2013-11-12 Thread Jeff Trawick
On Tue, Nov 12, 2013 at 3:22 PM, Jim Jagielski j...@jagunet.com wrote: On Nov 12, 2013, at 2:39 PM, Ben Reser b...@reser.org wrote: On Tue Nov 12 11:25:57 2013, Jim Jagielski wrote: Oh yeah... I recall you had an issue with me building because of potential issues with using a later, but

Re: NOTE: Intent to TR 2.2.6 tomorrow

2013-11-12 Thread Jeff Trawick
no need itself? (That wouldn't make sense for pcre AFAIK.) On Nov 12, 2013, at 3:33 PM, Jeff Trawick traw...@gmail.com wrote: On Tue, Nov 12, 2013 at 3:22 PM, Jim Jagielski j...@jagunet.com wrote: On Nov 12, 2013, at 2:39 PM, Ben Reser b...@reser.org wrote: On Tue Nov 12 11:25:57 2013

Re: error log providers, multiple vhosts, mod_syslog

2013-11-07 Thread Jeff Trawick
On Thu, Nov 7, 2013 at 7:09 AM, Jan Kaluža jkal...@redhat.com wrote: On 11/07/2013 11:11 AM, Joe Orton wrote: On Thu, Oct 17, 2013 at 12:33:50PM +, Plüm, Rüdiger, Vodafone Group wrote: Hmm. This points out another issue when using an error log provider for the main server log: We lose

Re: error log providers, multiple vhosts, mod_syslog

2013-11-06 Thread Jeff Trawick
On Tue, Oct 29, 2013 at 7:04 AM, Jeff Trawick traw...@gmail.com wrote: On Tue, Oct 29, 2013 at 5:30 AM, Jan Kaluža jkal...@redhat.com wrote: On 10/25/2013 03:37 PM, Jeff Trawick wrote: I'm hoping to get back to this discussion soon. I also have a 2.4.x patch I've played

Re: error log providers, multiple vhosts, mod_syslog

2013-10-29 Thread Jeff Trawick
On Tue, Oct 29, 2013 at 5:30 AM, Jan Kaluža jkal...@redhat.com wrote: On 10/25/2013 03:37 PM, Jeff Trawick wrote: I'm hoping to get back to this discussion soon. I also have a 2.4.x patch I've played with that is roughly in sync with trunk (though syslog logging support isn't a provider

Any thoughts on appropriate use of Windows VERSIONINFO for bundled ASF projects?

2013-10-29 Thread Jeff Trawick
I'd like to see how to tweak the .rc files/build to make it easy to identify the files properly -- what is the underlying open source project/version, where did you get them. IOW, route the credit and liability to the appropriate, different places. That's a good thing for everybody. E.g.,

Re: Exposing more loggable data from the proxy

2013-10-25 Thread Jeff Trawick
On Fri, Oct 25, 2013 at 9:07 AM, Daniel Ruggeri drugg...@primary.netwrote: As I stand up a simple IPv6 test proxy that supports both AF_INET and AF_INET6 addresses, I was looking for a way to log what addr family (and maybe the IP address) mod_proxy settled on for each request in the

Re: error log providers, multiple vhosts, mod_syslog

2013-10-25 Thread Jeff Trawick
I'm hoping to get back to this discussion soon. I also have a 2.4.x patch I've played with that is roughly in sync with trunk (though syslog logging support isn't a provider in the 2.4.x version). On Thu, Oct 17, 2013 at 8:33 AM, Plüm, Rüdiger, Vodafone Group ruediger.pl...@vodafone.com wrote:

Re: Exposing more loggable data from the proxy

2013-10-25 Thread Jeff Trawick
On Fri, Oct 25, 2013 at 9:16 AM, Jeff Trawick traw...@gmail.com wrote: On Fri, Oct 25, 2013 at 9:07 AM, Daniel Ruggeri drugg...@primary.netwrote: As I stand up a simple IPv6 test proxy that supports both AF_INET and AF_INET6 addresses, I was looking for a way to log what addr family

Re: svn commit: r1533810 - in /httpd/httpd/trunk: docs/man/rotatelogs.8 docs/manual/programs/rotatelogs.html.en support/rotatelogs.c

2013-10-20 Thread Jeff Trawick
On Sun, Oct 20, 2013 at 1:54 PM, Ben Reser b...@reser.org wrote: On 10/20/13 5:31 AM, Ruediger Pluem wrote: apr_pool_create(newlog.pool, status-pool); +if (config-create_path) { +char *ptr = strrchr(newlog.name, '/'); +if (ptr ptr newlog.name) { +

Re: debugging dropped output on v2.2.15

2013-10-19 Thread Jeff Trawick
On Fri, Oct 18, 2013 at 1:28 PM, Martin Langhoff martin.langh...@gmail.comwrote: Hi all, I am trying to debug a very strange bug where the apache child takes some time to compute the (html) output, but eventually writes it to the fd. However, looking at the http stream with wireshark shows

Re: [PATCH 55315] mod_proxy interpolation code broken by regression to APR-util 1.5.2

2013-10-16 Thread Jeff Trawick
AM, Jim Jagielski wrote: +1 On Sep 17, 2013, at 11:32 AM, Jeff Trawick traw...@gmail.comtraw...@gmail.comwrote: not really a rewrite fan, but I think that's better than code so IMO we should doc that interpolation isn't supported in the scheme, and instead a solution

Re: [PATCH 55315] mod_proxy interpolation code broken by regression to APR-util 1.5.2

2013-10-16 Thread Jeff Trawick
On Wed, Oct 16, 2013 at 8:49 AM, Jeff Trawick traw...@gmail.com wrote: On Wed, Oct 9, 2013 at 2:17 PM, Mike Rumph mike.ru...@oracle.com wrote: Okay, I've confirmed that the following configuration works for httpd trunk and httpd 2.2.25: RewriteEngine On ** ** RewriteCond

error log providers, multiple vhosts, mod_syslog

2013-10-15 Thread Jeff Trawick
Does this patch/commit look okay? It works for me with a simple provider in different scenarios (vhost that inherits provider setup from s_main, vhost that has its own setup). I suppose mod_syslog needs to disallow any attempts to configure it in a vhost with different settings since openlog()

[ANNOUNCE] mod_fcgid 2.3.9 released

2013-10-08 Thread Jeff Trawick
(cve.mitre.org) Fix possible heap buffer overwrite. Reported and solved by: [Robert Matthews rob tigertech.com] *) Add experimental cmake-based build system for Windows. [Jeff Trawick] *) Correctly parse quotation and escaped spaces in FcgidWrapper and the AAA Authenticator

Re: [VOTE] Release mod_fcgid 2.3.9

2013-10-07 Thread Jeff Trawick
On Fri, Oct 4, 2013 at 5:16 PM, Jeff Trawick traw...@gmail.com wrote: Tarballs/zips are at http://httpd.apache.org/dev/dist/mod_fcgid/ Shortcut to changes: http://httpd.apache.org/dev/dist/mod_fcgid/CHANGES-FCGID The difference with 2.3.8 is that one of the regressions found in 2.3.8 has

Re: [VOTE] Release mod_fcgid 2.3.9

2013-10-07 Thread Jeff Trawick
On Fri, Oct 4, 2013 at 5:16 PM, Jeff Trawick traw...@gmail.com wrote: Tarballs/zips are at http://httpd.apache.org/dev/dist/mod_fcgid/ Shortcut to changes: http://httpd.apache.org/dev/dist/mod_fcgid/CHANGES-FCGID The difference with 2.3.8 is that one of the regressions found in 2.3.8 has

Re: [VOTE] Release mod_fcgid 2.3.9

2013-10-06 Thread Jeff Trawick
: PidActiveIdleAccessesState15682357201620Ready596023594036Ready Ok exit, when processes reach: FcgidInitialEnv PHP_FCGI_MAX_REQUESTS 1000 FcgidMaxRequestsPerProcess 1000 On Friday 04/10/2013 at 23:16, Jeff Trawick wrote: Tarballs/zips are at http://httpd.apache.org/dev/dist/mod_fcgid/ Shortcut to changes: http://httpd.apache.org/dev

Re: [VOTE] Release mod_fcgid 2.3.9

2013-10-05 Thread Jeff Trawick
On Fri, Oct 4, 2013 at 5:16 PM, Jeff Trawick traw...@gmail.com wrote: Tarballs/zips are at http://httpd.apache.org/dev/dist/mod_fcgid/ Shortcut to changes: http://httpd.apache.org/dev/dist/mod_fcgid/CHANGES-FCGID The difference with 2.3.8 is that one of the regressions found in 2.3.8 has

Re: [VOTE] Release mod_fcgid 2.3.8

2013-10-04 Thread Jeff Trawick
\fcgid_proctbl_win.c 71 On Friday 04/10/2013 at 03:59, Jeff Trawick wrote: On Thu, Oct 3, 2013 at 5:45 AM, Steffen i...@apachelounge.com wrote: Running in real at AL for an hour with patch revert-r1377398.txt Results, see www.apachelounge.com/status-revert-r1377398.html Observation: No hanging

Re: [VOTE] Release mod_fcgid 2.3.8

2013-10-04 Thread Jeff Trawick
On Fri, Oct 4, 2013 at 8:19 AM, Jeff Trawick traw...@gmail.com wrote: On Fri, Oct 4, 2013 at 6:23 AM, Steffen i...@apachelounge.com wrote: That looks better and so far I can see it is the behavior as with 2.3.7. Keep it running at AL. When I see some strange, I shall report. That is good

Re: svn commit: r1357986 - /httpd/mod_fcgid/trunk/modules/fcgid/fcgid_bridge.c

2013-10-04 Thread Jeff Trawick
On Thu, Oct 3, 2013 at 1:06 AM, Chris Darroch chr...@pearsoncmg.com wrote: Chris Darroch wrote: The intent of r1357986 was to deal with a particular, wonky sub-case, when the Authorizer returns 200 (so the spec paragraph doesn't apply in this case, as it's a 200 OK response), but adds a

[VOTE] Release mod_fcgid 2.3.9

2013-10-04 Thread Jeff Trawick
Tarballs/zips are at http://httpd.apache.org/dev/dist/mod_fcgid/ Shortcut to changes: http://httpd.apache.org/dev/dist/mod_fcgid/CHANGES-FCGID The difference with 2.3.8 is that one of the regressions found in 2.3.8 has been reverted and and the other has been fixed. +/-1 [ ] Release mod_fcgid

Re: [VOTE] Release mod_fcgid 2.3.8

2013-10-03 Thread Jeff Trawick
://svn.apache.org/viewvc/httpd/mod_fcgid/trunk/modules/fcgid/fcgid_pm_win.c?r1=1529062r2=1529061pathrev=1529062 These two uninitialized fields on Windows could prevent finding a suitable, existing FastCGI process when one is needed. (This was a regression in 2.3.8.) Thanks!! *From:* Jeff Trawick traw

Re: [VOTE] Release mod_fcgid 2.3.8

2013-10-01 Thread Jeff Trawick
On Sun, Sep 29, 2013 at 2:00 PM, Jeff Trawick traw...@gmail.com wrote: Tarballs/zips are at http://httpd.apache.org/dev/dist/mod_fcgid/ Shortcut to changes: http://httpd.apache.org/dev/dist/mod_fcgid/CHANGES-FCGID +/-1 [ ] Release mod_fcgid 2.3.8 as GA I'll hold the vote open for 72

Re: svn commit: r1357986 - /httpd/mod_fcgid/trunk/modules/fcgid/fcgid_bridge.c

2013-10-01 Thread Jeff Trawick
On Thu, Jul 5, 2012 at 7:01 PM, chr...@apache.org wrote: Author: chrisd Date: Thu Jul 5 23:01:09 2012 New Revision: 1357986 URL: http://svn.apache.org/viewvc?rev=1357986view=rev Log: Avoid internal sub-requests and processing of Location headers when in FCGI_AUTHORIZER mode, as the

Re: [VOTE] Release mod_fcgid 2.3.8

2013-10-01 Thread Jeff Trawick
On Tue, Oct 1, 2013 at 8:35 AM, Jeff Trawick traw...@gmail.com wrote: On Sun, Sep 29, 2013 at 2:00 PM, Jeff Trawick traw...@gmail.com wrote: Tarballs/zips are at http://httpd.apache.org/dev/dist/mod_fcgid/ Shortcut to changes: http://httpd.apache.org/dev/dist/mod_fcgid/CHANGES-FCGID +/-1

Re: [VOTE] Release mod_fcgid 2.3.8

2013-10-01 Thread Jeff Trawick
On Tue, Oct 1, 2013 at 6:57 PM, Jeff Trawick traw...@gmail.com wrote: On Tue, Oct 1, 2013 at 8:35 AM, Jeff Trawick traw...@gmail.com wrote: On Sun, Sep 29, 2013 at 2:00 PM, Jeff Trawick traw...@gmail.com wrote: Tarballs/zips are at http://httpd.apache.org/dev/dist/mod_fcgid/ Shortcut

Re: [VOTE] Release mod_fcgid 2.3.8

2013-09-30 Thread Jeff Trawick
testcase uses 11-12 processes like 2.3.7 instead of 20 processes like 2.3.8. TIA! On Monday 30/09/2013 at 01:36, Jeff Trawick wrote: On Sun, Sep 29, 2013 at 5:14 PM, Jeff Trawick traw...@gmail.com wrote: On Sun, Sep 29, 2013 at 4:04 PM, Steffen i...@apachelounge.com wrote

Re: [VOTE] Release mod_fcgid 2.3.8

2013-09-30 Thread Jeff Trawick
. - rest is just “hanging” as working with no accesses and high idle time. Back to 2.3.7 Thanks... I'll see if I can encounter this issue and look for another change to revert. From: Jeff Trawick Sent: Monday, September 30, 2013 2:12 PM To: Apache HTTP Server Development List Subject: Re

Re: [PATCH 49220] mod_fcgid - restrict arbitrary command execution from .htaccess files

2013-09-29 Thread Jeff Trawick
On Fri, Sep 27, 2013 at 1:56 PM, Benjamin Coddington bcodd...@uvm.eduwrote: On Sep 27, 2013, at 1:50 PM, Benjamin Coddington bcodd...@uvm.edu wrote: since I'll now need to generate a large number of AllowOverrideList configurations in order to implement this across our hosting - which

[VOTE] Release mod_fcgid 2.3.8

2013-09-29 Thread Jeff Trawick
Tarballs/zips are at http://httpd.apache.org/dev/dist/mod_fcgid/ Shortcut to changes: http://httpd.apache.org/dev/dist/mod_fcgid/CHANGES-FCGID +/-1 [ ] Release mod_fcgid 2.3.8 as GA I'll hold the vote open for 72 hours unless something out of the ordinary occurs. Thanks in advance for

Re: [VOTE] Release mod_fcgid 2.3.8

2013-09-29 Thread Jeff Trawick
days to observe more. Thanks, Steffen. I'll try to reproduce soon and see which commit changed that. (Maybe 1377398?) On Sunday 29/09/2013 at 20:01, Jeff Trawick wrote: Tarballs/zips are at http://httpd.apache.org/dev/**dist/mod_fcgid/http://httpd.apache.org/dev/dist/mod_fcgid

Re: [VOTE] Release mod_fcgid 2.3.8

2013-09-29 Thread Jeff Trawick
On Sun, Sep 29, 2013 at 5:14 PM, Jeff Trawick traw...@gmail.com wrote: On Sun, Sep 29, 2013 at 4:04 PM, Steffen i...@apachelounge.com wrote: Becoming dramatic here, already running over 30 processes. Running out of memory this way. All time high here is 5 processes, and while writing

Re: svn commit: r1526666 - in /httpd/httpd/trunk: CHANGES docs/log-message-tags/next-number server/mpm/winnt/child.c server/mpm/winnt/mpm_winnt.c server/mpm/winnt/mpm_winnt.h

2013-09-28 Thread Jeff Trawick
On Fri, Sep 27, 2013 at 4:09 AM, Ivan Zhakov i...@visualsvn.com wrote: On 27 September 2013 00:08, traw...@apache.org wrote: Author: trawick Date: Thu Sep 26 20:08:33 2013 New Revision: 152 URL: http://svn.apache.org/r152 Log: WinNT MPM: Exit the child if the parent

Re: [PATCH 49220] mod_fcgid - restrict arbitrary command execution from .htaccess files

2013-09-27 Thread Jeff Trawick
On Fri, Sep 20, 2013 at 4:31 PM, Benjamin Coddington bcodd...@uvm.eduwrote: Hello everyone, We're looking at moving our shared hosting execution behind mod_fcgid and suexec, but we need to continue to allow our users .htaccess 'Files' overrides. The current mod_fcgid allows users to execute

Re: building trunk with VS2012

2013-09-26 Thread Jeff Trawick
On Thu, Sep 26, 2013 at 8:47 AM, jean-frederic clere jfcl...@gmail.comwrote: Hi, It seems some files are missing in trunk from Makefile.win +++ !ELSEIF EXIST(httpd.mak) !defined(USEDSW) +++ Is that correct or do I miss something? Cheers Jean-Frederic Use cmake :)

Re: building trunk with VS2012

2013-09-26 Thread Jeff Trawick
On Thu, Sep 26, 2013 at 8:49 AM, Jeff Trawick traw...@gmail.com wrote: On Thu, Sep 26, 2013 at 8:47 AM, jean-frederic clere jfcl...@gmail.comwrote: Hi, It seems some files are missing in trunk from Makefile.win +++ !ELSEIF EXIST(httpd.mak) !defined(USEDSW) +++ Is that correct or do I

Re: building trunk with VS2012

2013-09-26 Thread Jeff Trawick
On Thu, Sep 26, 2013 at 11:45 AM, jean-frederic clere jfcl...@gmail.comwrote: On 09/26/2013 02:49 PM, Jeff Trawick wrote: On Thu, Sep 26, 2013 at 8:47 AM, jean-frederic clere jfcl...@gmail.com mailto:jfcl...@gmail.com wrote: Hi, It seems some files are missing in trunk from

Re: [PATCH] proxy API to indicate if connection is potentially reusable (for proxy_fcgi)

2013-09-25 Thread Jeff Trawick
On Mon, Sep 23, 2013 at 9:40 AM, Jim Jagielski j...@jagunet.com wrote: Looks good birthday boy! On Sep 21, 2013, at 4:06 PM, Jeff Trawick traw...@gmail.com wrote: http://people.apache.org/~trawick/check_proxy_connection_reusable_r1.txt proxy_fcgi should only turn on AP_FCGI_KEEP_CONN

Re: any interest in massaging the new error log provider to fit into 2.4.x?

2013-09-24 Thread Jeff Trawick
On Tue, Sep 24, 2013 at 2:25 AM, Jan Kaluža jkal...@redhat.com wrote: On 09/23/2013 09:13 PM, Jeff Trawick wrote: On Mon, Sep 23, 2013 at 2:54 PM, Ivan Zhakov i...@visualsvn.com mailto:i...@visualsvn.com wrote: On 23 September 2013 22:35, Jeff Trawick traw...@gmail.com mailto:traw

Re: will anyone build httpd/apr with cmake on Windows?

2013-09-08 Thread Jeff Trawick
On Tue, Sep 3, 2013 at 2:50 PM, Steffen i...@apachelounge.com wrote: Also attention to the following. To use new functionality introduced in each major operating system release: #define _WIN32_WINNT in apr.hw and ApacheMonitor.c see http://msdn2.microsoft.com/en-us/library/aa383745.aspx

any clues about viability of httpd test suite on Windows?

2013-09-02 Thread Jeff Trawick
-- Born in Roswell... married an alien... http://emptyhammock.com/

Re: will anyone build httpd/apr with cmake on Windows?

2013-09-01 Thread Jeff Trawick
On Sun, Sep 1, 2013 at 9:37 AM, Guenter Knauf fua...@apache.org wrote: Hi Jeff, 1st of all a big thanks from me that you picked this up! As you might imagine I'm on your side - means I love to have a full-automatic build without user interaction, and a resulting buildlog text file which I

Re: will anyone build httpd/apr with cmake on Windows?

2013-08-31 Thread Jeff Trawick
On Sat, Aug 31, 2013 at 5:42 PM, Steffen i...@apachelounge.com wrote: Suddenly we have cmake in trunk, is there history to go this way ? I don't know what you mean by history to go this way. The primary cmake selling point is cross platform, is it tried on *nix ? The cmake lists would

Re: breach attack

2013-08-07 Thread Jeff Trawick
On Tue, Aug 6, 2013 at 1:32 PM, Eric Covener cove...@gmail.com wrote: On Tue, Aug 6, 2013 at 1:24 PM, Paul Querna p...@querna.org wrote: Hiya, Has anyone given much thought to changes in httpd to help mitigate the recently publicized breach attack: http://breachattack.com/ From

Re: [RFC] http_log functions to log buffers

2013-08-06 Thread Jeff Trawick
On Mon, Aug 5, 2013 at 9:32 AM, Jeff Trawick traw...@gmail.com wrote: Any thoughts on the API below? For mod_ssl as an example, at least a couple of additions would be needed to replace ssl_io_data_dump(): 1. a processing flag that converted the printable form to EBCDIC in an EBCDIC

Re: New Application Including Apache

2013-08-06 Thread Jeff Trawick
On Tue, Aug 6, 2013 at 3:28 PM, Riley Lloyd riley.lloy...@me.com wrote: Dear Apache Corporation, I am an an Apple Mobile Developer who would like to make a new web designing solution for today's web enthusiasts. My idea is to create an app that works as an offline server for the iPad

Re: [PATCH] fix timeout in mod_ssl's trace2 log output

2013-08-05 Thread Jeff Trawick
On Mon, Aug 5, 2013 at 7:19 AM, Faidon Liambotis parav...@debian.orgwrote: timeout is nowadays a duration, not an absolute value. Fix the trace2 output to print it as such, instead of subtracting time(NULL) and resulting in lines such as: [Mon Aug 05 03:51:07.369625 2013] [ssl:trace2] [pid

[RFC] mod_authnz_fcgi

2013-08-05 Thread Jeff Trawick
I have been working on an AA (just 2 for now ;) ) over FastCGI interface for httpd 2.4+ which uses the provider APIs. The source still needs some TLC (especially some parts which originated with mod_proxy_fcgi but still need drastic restructure to suit the more limited requirements of auth), but

Re: [PATCH 55360] Potential buffer overflows in support/ab

2013-08-05 Thread Jeff Trawick
On Mon, Aug 5, 2013 at 2:11 PM, Mike Rumph mike.ru...@oracle.com wrote: Hello all, A comment section in support/ab.c lists the following known problems: /* * BUGS: * * - uses strcpy/etc. * - has various other poor buffer attacks related to the lazy parsing of * response headers

Re: [PATCH 55360] Potential buffer overflows in support/ab

2013-08-05 Thread Jeff Trawick
On Mon, Aug 5, 2013 at 4:10 PM, Jeff Trawick traw...@gmail.com wrote: On Mon, Aug 5, 2013 at 2:11 PM, Mike Rumph mike.ru...@oracle.com wrote: Hello all, A comment section in support/ab.c lists the following known problems: /* * BUGS: * * - uses strcpy/etc. * - has various other

[RFC] http_log functions to log buffers

2013-08-04 Thread Jeff Trawick
Any thoughts on the API below? For mod_ssl as an example, at least a couple of additions would be needed to replace ssl_io_data_dump(): 1. a processing flag that converted the printable form to EBCDIC in an EBCDIC environment 2. the ap_log_csdata() variation This doesn't currently implement the

Re: Hey Steinar... Re: Revisiting the pre_htaccess hook

2013-07-24 Thread Jeff Trawick
On Wed, Jul 24, 2013 at 3:31 PM, Stefan Fritsch s...@sfritsch.de wrote: Am Montag, 22. Juli 2013, 19:58:11 schrieb Steinar H. Gunderson: On Wed, Jul 10, 2013 at 03:07:56PM -0400, Jeff Trawick wrote: I guess it seems to work in the earlier e-mail is the validation that the API

Re: [VOTE] Release Apache httpd 2.4.6 as GA

2013-07-16 Thread Jeff Trawick
On Mon, Jul 15, 2013 at 12:48 PM, Jim Jagielski j...@jagunet.com wrote: The pre-release test tarballs for Apache httpd 2.4.6 can be found at the usual place: http://httpd.apache.org/dev/dist/ I'm calling a VOTE on releasing these as Apache httpd 2.4.6 GA. NOTE: The -deps tarballs

Re: TR of 2.4.6

2013-07-15 Thread Jeff Trawick
On Jul 15, 2013 9:07 AM, Jim Jagielski j...@jagunet.com wrote: Just a FYI: I plan to TR 2.4.6 this afternoon (eastern). It will be 2.4.5 minus r1485675. As such, 2.4.6 will still ship with PR54948 un-patched, but I think it's safer to do that instead of rush a revised patch thru. +1

Re: [VOTE] Release Apache httpd 2.4.5 as GA

2013-07-14 Thread Jeff Trawick
On Sat, Jul 13, 2013 at 10:40 PM, Rainer Jung rainer.j...@kippdata.dewrote: Hi Jeff, On 14.07.2013 03:46, Jeff Trawick wrote: Tested with event on FreeBSD 9 (amd64). I'm running the test suite on an ASF FreeBSD 9 system as well. Mine is a VMware VM with 4 CPUs enabled. My original

Re: svn commit: r1455225 - in /httpd/httpd/branches/2.4.x: ./ docs/manual/ docs/manual/howto/ docs/manual/mod/ include/ modules/filters/ modules/generators/ modules/slotmem/ os/unix/ server/ support/

2013-07-13 Thread Jeff Trawick
On Mon, Mar 11, 2013 at 12:38 PM, j...@apache.org wrote: Author: jim Date: Mon Mar 11 16:38:39 2013 New Revision: 1455225 URL: http://svn.apache.org/r1455225 Log: Merge r1442865, r1442759, r1442326, r1442309, r1448171, r1418556, r1448453, r1425771, r1425772, r1425775 from trunk: Change

Re: [VOTE] Release Apache httpd 2.4.5 as GA

2013-07-13 Thread Jeff Trawick
On Thu, Jul 11, 2013 at 2:54 PM, Jim Jagielski j...@jagunet.com wrote: The pre-release test tarballs for Apache httpd 2.4.5 can be found at the usual place: http://httpd.apache.org/dev/dist/ [X] +1: Good to go Tested with event on FreeBSD 9 (amd64). The only regression I see

Re: [VOTE] The 'RM' Baton

2013-07-10 Thread Jeff Trawick
On Wed, Jul 10, 2013 at 2:41 AM, William A. Rowe Jr. wr...@rowe-clan.netwrote: Fellow httpd devs, A major problem which has occurred repeatedly, since the rapid pace of release candidates in the 2.0 series, is that the RM baton has been announced and dropped on the ground for weeks, if not

Re: [VOTE] Lazy Consensus for 2.4.x backports

2013-07-10 Thread Jeff Trawick
On Wed, Jul 10, 2013 at 2:03 PM, Jim Jagielski j...@jagunet.com wrote: Pulling this out as a proposal: I propose that we track all backports in 2.4 STATUS as we currently do. Each backport is time-tagged and we operate under a lazy consensus. Assuming no -1 votes within 96 hours, the

Re: Hey Steinar... Re: Revisiting the pre_htaccess hook

2013-07-10 Thread Jeff Trawick
On Wed, Jul 10, 2013 at 2:30 PM, Stefan Fritsch s...@sfritsch.de wrote: On Wednesday 10 July 2013, Steinar H. Gunderson wrote: I don't like all that much having to duplicate the “official” hook (in particular the ap_make_full_path() call), but I guess it's better than what used to be

Re: [VOTE] Lazy Consensus for 2.4.x backports

2013-07-10 Thread Jeff Trawick
On Wed, Jul 10, 2013 at 3:09 PM, Eric Covener cove...@gmail.com wrote: If I count right, 80% or more of the fixes potentially in 2.4.next are already there (I didn't count mod_lua.) That doesn't seem so bad. FWIW, I had a flurry of trivial fixes in trunk that I didn't want to

Re: apache process ps -aux

2013-07-10 Thread Jeff Trawick
On Wed, Jul 10, 2013 at 10:52 AM, peter_bateman jrweisb...@gmail.comwrote: Hello All, I know this may be a newbie question, Newbie or not, use the users@httpd mailing list for this sort of thing ;) however when i run the following command, all of my apache processes are listed with -k

Re: svn commit: r1501215 - /httpd/httpd/branches/2.4.x/STATUS

2013-07-09 Thread Jeff Trawick
On Tuesday, July 9, 2013, Eric Covener wrote: ++0.5: jj: I would prefer if this sat in trunk for a few months first OT and maybe a dumb question, but if something got two +1's and two +0.5's, would it be considered approved or not? No Perhaps the ITK guy could test the interface and

Hey Steinar... Re: Revisiting the pre_htaccess hook

2013-07-09 Thread Jeff Trawick
On Sun, Jun 9, 2013 at 8:00 AM, Steinar H. Gunderson sgunder...@bigfoot.com wrote: On Sun, Jun 09, 2013 at 11:57:54AM +0200, Stefan Fritsch wrote: Wouldn't a hook for opening the htaccess file make more sense because it would have more possible use cases? Then modules could use this hook

Re: svn commit: r1501215 - /httpd/httpd/branches/2.4.x/STATUS

2013-07-09 Thread Jeff Trawick
On Tue, Jul 9, 2013 at 8:52 AM, Steinar H. Gunderson sgunder...@bigfoot.com wrote: On Tue, Jul 09, 2013 at 08:38:50AM -0400, Jeff Trawick wrote: ++0.5: jj: I would prefer if this sat in trunk for a few months first OT and maybe a dumb question, but if something got two +1's and two

Re: [discussion] Release 2.0.65 [the final frontier]

2013-07-02 Thread Jeff Trawick
On Tue, Jul 2, 2013 at 8:53 AM, MikeM michaelm12-asfbugzi...@aquaorange.net wrote: Hi, Maybe the simple option is to do the final release with the old/existing bundled APR, but put a foot note in the release notes that the newer APR v1.4.8/1.5.2 has been confirmed to successfully work with

Re: [VOTE] Release 2.0.65 [the final frontier]

2013-07-01 Thread Jeff Trawick
On Sun, Jun 30, 2013 at 10:32 PM, Jeff Trawick traw...@gmail.com wrote: On Fri, Jun 28, 2013 at 5:28 PM, William A. Rowe Jr. wr...@rowe-clan.netwrote: Candidates are in http://httpd.apache.org/dev/dist/ +/-1 [ ] Release 2.0.65 as the final 2.0 series package TIA! [+1] Release

<    1   2   3   4   5   6   7   8   9   10   >