Re: weird that optional_fn_retrieve hook has no server_rec for logging and can't halt startup

2011-02-10 Thread Nick Kew
On Thu, 10 Feb 2011 18:23:18 -0500 Jeff Trawick wrote: > or am I missing something? > > Is it too disruptive to fix for 2.4? Well, we *could* just dispense with it, and let modules retrieve optional functions in a hook of their choice such as post_config. Are you looking to a radical change to

weird that optional_fn_retrieve hook has no server_rec for logging and can't halt startup

2011-02-10 Thread Jeff Trawick
or am I missing something? Is it too disruptive to fix for 2.4?

Re: svn commit: r1069428 - in /httpd/httpd/branches/2.2.x: CHANGES STATUS server/mpm/prefork/prefork.c

2011-02-10 Thread Jim Jagielski
On Feb 10, 2011, at 2:05 PM, Jeff Trawick wrote: > On Thu, Feb 10, 2011 at 12:05 PM, Jim Jagielski wrote: >> Yeah... I need to check my merge script and figure out why >> it does that. >> >> Sorry... > > Thanks :) BTW, Joe's svn.merge seems to work fine. > But his doesn't handle cases wher

Re: svn commit: r1069428 - in /httpd/httpd/branches/2.2.x: CHANGES STATUS server/mpm/prefork/prefork.c

2011-02-10 Thread Jeff Trawick
On Thu, Feb 10, 2011 at 12:05 PM, Jim Jagielski wrote: > Yeah... I need to check my merge script and figure out why > it does that. > > Sorry... Thanks :) BTW, Joe's svn.merge seems to work fine.

Re: mod_proxy_balancer build failure

2011-02-10 Thread William A. Rowe Jr.
On 2/10/2011 7:24 AM, Jim Jagielski wrote: > PROXY_DECLARE(apr_status_t) ap_proxy_update_members is what I > want and what I meant. Modules should not be exporting functions, they should be registering optional functions at the reg phase, other modules picking them up if available in their config

Re: Why is 1.3 still on the download page?

2011-02-10 Thread William A. Rowe Jr.
On 2/10/2011 9:34 AM, Lars Eilebrecht wrote: > Issac Goldstand wrote: >> Am I getting senile, or didn't we vote on making 1.3 End-Of-Life >> already? If so, why is 1.3.42 still featured on our download page as a >> "current recommended release" a year later? Isn't it time to change >> that to a n

Re: Re: mod_proxy_balancer build failure

2011-02-10 Thread Gregg L. Smith
Hi Jim, r1069381 works, thank you. Cheers, Gregg -Original Message- From: Jim Jagielski To: dev@httpd.apache.org Date: Thu, 10 Feb 2011 08:24:12 -0500 Subject: Re: mod_proxy_balancer build failure PROXY_DECLARE(apr_status_t) ap_proxy_update_members is what I want and what I meant. On

Re: svn commit: r1069428 - in /httpd/httpd/branches/2.2.x: CHANGES STATUS server/mpm/prefork/prefork.c

2011-02-10 Thread Jim Jagielski
Yeah... I need to check my merge script and figure out why it does that. Sorry... On Feb 10, 2011, at 11:01 AM, Jeff Trawick wrote: > On Thu, Feb 10, 2011 at 10:29 AM, wrote: >> Author: jim >> Date: Thu Feb 10 15:29:07 2011 >> New Revision: 1069428 >> >> URL: http://svn.apache.org/viewvc?rev=

RE: mod_reqtimeout logging

2011-02-10 Thread Plüm, Rüdiger, VF-Group
I am as well. WARN sounds good. Regards Rüdiger > -Original Message- > From: Jim Jagielski > Sent: Mittwoch, 9. Februar 2011 16:40 > To: dev@httpd.apache.org > Subject: Re: mod_reqtimeout logging > > I'd be +1 on moving it higher... > > On Feb 9, 2011, at 10:28 AM, Nick Gearls wrote:

Re: Different vhosts.conf between Apache 2.2.17 for Windows and Apache for Linux 2.2.14-rc1 - issue 25435?

2011-02-10 Thread Zeno Davatz
On Thu, Feb 10, 2011 at 3:46 PM, Eric Covener wrote: Is there a specifically different way to handle Content Handlers on Windows? I am now looking at this: >>> >>> No. >> >> So what you are trying to tell me is, that there must be a fault in >> mod_ruby.so itself? Or is this a configurat

Re: svn commit: r1069428 - in /httpd/httpd/branches/2.2.x: CHANGES STATUS server/mpm/prefork/prefork.c

2011-02-10 Thread Jeff Trawick
On Thu, Feb 10, 2011 at 10:29 AM, wrote: > Author: jim > Date: Thu Feb 10 15:29:07 2011 > New Revision: 1069428 > > URL: http://svn.apache.org/viewvc?rev=1069428&view=rev > Log: >  *) prefork: Update MPM state in children during a graceful restart. >       Allow the HTTP connection handling loop

Re: mod_reqtimeout logging

2011-02-10 Thread Jeff Trawick
On Wed, Feb 9, 2011 at 10:28 AM, Nick Gearls wrote: > Hello, > > When an attack (timeout) is detected, it is logged at the info level. > Shouldn't this be considered as a warning? Counters would be nice for this since you want to know something about the big picture before worrying about it. Rea

Re: Why is 1.3 still on the download page?

2011-02-10 Thread Lars Eilebrecht
Issac Goldstand wrote: > Am I getting senile, or didn't we vote on making 1.3 End-Of-Life > already? If so, why is 1.3.42 still featured on our download page as a > "current recommended release" a year later? Isn't it time to change > that to a note saying something to the extent of "If you absol

Why is 1.3 still on the download page?

2011-02-10 Thread Issac Goldstand
Am I getting senile, or didn't we vote on making 1.3 End-Of-Life already? If so, why is 1.3.42 still featured on our download page as a "current recommended release" a year later? Isn't it time to change that to a note saying something to the extent of "If you absolutely MUST continue using 1.3,

Re: Different vhosts.conf between Apache 2.2.17 for Windows and Apache for Linux 2.2.14-rc1 - issue 25435?

2011-02-10 Thread Zeno Davatz
Dear Eric On Thu, Feb 10, 2011 at 3:46 PM, Eric Covener wrote: > On Thu, Feb 10, 2011 at 9:27 AM, Zeno Davatz wrote: >> On Thu, Feb 10, 2011 at 3:24 PM, Eric Covener wrote: Is there a specifically different way to handle Content Handlers on Windows? I am now looking at this: >>> >>>

Re: Different vhosts.conf between Apache 2.2.17 for Windows and Apache for Linux 2.2.14-rc1 - issue 25435?

2011-02-10 Thread Eric Covener
On Thu, Feb 10, 2011 at 9:27 AM, Zeno Davatz wrote: > Dear Eric > > On Thu, Feb 10, 2011 at 3:24 PM, Eric Covener wrote: >>> Is there a specifically different way to handle Content Handlers on >>> Windows? I am now looking at this: >> >> No. > > So what you are trying to tell me is, that there mu

Re: Different vhosts.conf between Apache 2.2.17 for Windows and Apache for Linux 2.2.14-rc1 - issue 25435?

2011-02-10 Thread Zeno Davatz
Dear Eric On Thu, Feb 10, 2011 at 3:24 PM, Eric Covener wrote: >> Is there a specifically different way to handle Content Handlers on >> Windows? I am now looking at this: > > No. So what you are trying to tell me is, that there must be a fault in mod_ruby.so itself? Or is this a configuration i

Time to start planning for httpd 2.3.11-BETA ?

2011-02-10 Thread Jim Jagielski
Let's commit to pushing for a 2.3.11-BETA...

Re: Different vhosts.conf between Apache 2.2.17 for Windows and Apache for Linux 2.2.14-rc1 - issue 25435?

2011-02-10 Thread Eric Covener
> Is there a specifically different way to handle Content Handlers on > Windows? I am now looking at this: No.

Re: Different vhosts.conf between Apache 2.2.17 for Windows and Apache for Linux 2.2.14-rc1 - issue 25435?

2011-02-10 Thread Zeno Davatz
Dear Eric Thank you for your reply. On Thu, Feb 10, 2011 at 2:37 PM, Eric Covener wrote: >> Now I do not yet understand if that has any meaning or not. > > It means your mod_ruby can't act as a handler, the piece  which > actually generates the response for a request.  This is why it only > seem

Re: Different vhosts.conf between Apache 2.2.17 for Windows and Apache for Linux 2.2.14-rc1 - issue 25435?

2011-02-10 Thread Eric Covener
> Now I do not yet understand if that has any meaning or not. It means your mod_ruby can't act as a handler, the piece which actually generates the response for a request. This is why it only seems to work when you configure your windows system to run ruby scripts as CGI -- but it's not actually

Re: mod_proxy_balancer build failure

2011-02-10 Thread Jim Jagielski
PROXY_DECLARE(apr_status_t) ap_proxy_update_members is what I want and what I meant. On Feb 9, 2011, at 11:07 PM, Gregg L. Smith wrote: > Hi Jim, > > Thank you, yet I'm more concerned about the former one honestly as it's a > no-go. > > I looked up the error and you can not declare a function

Re: Different vhosts.conf between Apache 2.2.17 for Windows and Apache for Linux 2.2.14-rc1 - issue 25435?

2011-02-10 Thread Zeno Davatz
Dear Günter On Thu, Feb 10, 2011 at 10:22 AM, Guenter Knauf wrote: > Am 10.02.2011 09:48, schrieb Zeno Davatz: >> >> It seems that Apache for Windows interprets vhosts.conf files >> differently then Apache for Linux does. I am asking this question >> related to mod_ruby. Both Apaches (Linux and

Re: mod_reqtimeout logging

2011-02-10 Thread Daniel Ruggeri
On 2/10/2011 2:21 AM, Nick Gearls wrote: Probably not, but as we specify the time-outs to allow all normal requests (we hope), I'd like to be warned when an attack occurs, but also if one of my genuine customers is blocked (to possibly fine-tunes the time-outs). We should figure out what the ge

Re: [users@httpd] [mod_ftp] accessing root path with firefox

2011-02-10 Thread Carsten Wiedmann
Am 08.02.2011 21:23, schrieb William A. Rowe Jr.: Hi Carsten, you've certainly found dev@ worthy flaws :) Hi William, I guess I should move my problem with mod_fcgid also to dev@? But first some more infos about mod_ftp... command.log: | anonymous [::1] RETR / | anonymous [::1] RETR /te

Re: Different vhosts.conf between Apache 2.2.17 for Windows and Apache for Linux 2.2.14-rc1 - issue 25435?

2011-02-10 Thread Zeno Davatz
Dear Günter Thanks for the reply. On Thu, Feb 10, 2011 at 10:22 AM, Guenter Knauf wrote: > Am 10.02.2011 09:48, schrieb Zeno Davatz: >> >> It seems that Apache for Windows interprets vhosts.conf files >> differently then Apache for Linux does. I am asking this question >> related to mod_ruby. B

Re: Different vhosts.conf between Apache 2.2.17 for Windows and Apache for Linux 2.2.14-rc1 - issue 25435?

2011-02-10 Thread Guenter Knauf
Hi Zeno, Am 10.02.2011 09:48, schrieb Zeno Davatz: It seems that Apache for Windows interprets vhosts.conf files differently then Apache for Linux does. I am asking this question related to mod_ruby. Both Apaches (Linux and Windows) start fine with mod_ruby.so loaded. This vhosts.conf file on Li

Different vhosts.conf between Apache 2.2.17 for Windows and Apache for Linux 2.2.14-rc1 - issue 25435?

2011-02-10 Thread Zeno Davatz
Hi It seems that Apache for Windows interprets vhosts.conf files differently then Apache for Linux does. I am asking this question related to mod_ruby. Both Apaches (Linux and Windows) start fine with mod_ruby.so loaded. This vhosts.conf file on Linux Apache 2.2.14-r1 works just fine. Ruby is exe

Re: mod_reqtimeout logging

2011-02-10 Thread Nick Gearls
Probably not, but as we specify the time-outs to allow all normal requests (we hope), I'd like to be warned when an attack occurs, but also if one of my genuine customers is blocked (to possibly fine-tunes the time-outs). Another option would be to set an environment variable, so I could check

Re: mod_proxy_balancer build failure

2011-02-10 Thread William A. Rowe Jr.
On 2/9/2011 10:07 PM, Gregg L. Smith wrote: > Hi Jim, > > Thank you, yet I'm more concerned about the former one honestly as it's a > no-go. > > I looked up the error and you can not declare a function internal to the dll > as a dll import. Because of PROXY_DECLARE the function gets an import t