Re: Re: mod_proxy_balancer build failure

2011-02-09 Thread Gregg L. Smith
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 tag, so the function needs to be exported or made static.

Re: Enabling OCSP Stapling by default (was Re: mod_ssl ssl_util_stapling.c warnings)

2011-02-09 Thread William A. Rowe Jr.
On 2/9/2011 5:15 AM, Joe Orton wrote: > On Wed, Feb 09, 2011 at 09:39:36AM +, Rob Stradling wrote: >> On Wednesday 05 Jan 2011 10:03:19 Rob Stradling wrote: >>> On Friday 24 December 2010 16:24:03 Igor Galić wrote: >>> >>> If we want to see more extensive testing in the field, then t

Re: mod_reqtimeout logging

2011-02-09 Thread Eric Covener
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? Can it know when one of the timeouts looks malicious vs. just being delayed? -- Eric Covener cove...@gmail.com

Re: SetHandler mod_ruby Apache 2.2.17 Windows

2011-02-09 Thread Zeno Davatz
Dear Tom On Wed, Feb 9, 2011 at 4:12 PM, Tom Evans wrote: > (why are we talking on dev@ btw, this seems clearly a users@ > discussion. If/when you reply, please drop dev@) It seems a dev issue because what works on Linux does not seem to work on Apache for Windows. That is why I sent this to de

Re: SetHandler mod_ruby Apache 2.2.17 Windows

2011-02-09 Thread Zeno Davatz
Dear Tom On Wed, Feb 9, 2011 at 4:12 PM, Tom Evans wrote: > (why are we talking on dev@ btw, this seems clearly a users@ > discussion. If/when you reply, please drop dev@) > > OK, there are some inconsistencies in your conf. > > First, in your vhost configuration, you have SetHandler ruby-object

Re: mod_reqtimeout logging

2011-02-09 Thread Jim Jagielski
I'd be +1 on moving it higher... On 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? > > Regards, > > Nick >

mod_reqtimeout logging

2011-02-09 Thread Nick Gearls
Hello, When an attack (timeout) is detected, it is logged at the info level. Shouldn't this be considered as a warning? Regards, Nick

Re: SetHandler mod_ruby Apache 2.2.17 Windows

2011-02-09 Thread Tom Evans
On Wed, Feb 9, 2011 at 2:59 PM, Zeno Davatz wrote: > Dear Tom > > Thank you for your reply. > > Yes, it seems so, as my index.rbx is not being loaded AFAICT. > > According to my understanding the above setup should work, but it does > not work as the page is not served but I just get the following

Re: SetHandler mod_ruby Apache 2.2.17 Windows

2011-02-09 Thread Eric Covener
On Wed, Feb 9, 2011 at 9:13 AM, Zeno Davatz wrote: > Hi > > I tried for a couple of days now and I also searched the Internet long > and wide and then I bounced into this: Please take this to the users list: http://httpd.apache.org/userslist.html

Re: SetHandler mod_ruby Apache 2.2.17 Windows

2011-02-09 Thread Zeno Davatz
Dear Tom Thank you for your reply. On Wed, Feb 9, 2011 at 3:27 PM, Tom Evans wrote: > On Wed, Feb 9, 2011 at 2:13 PM, Zeno Davatz wrote: >> I tried for a couple of days now and I also searched the Internet long >> and wide and then I bounced into this: >> >> https://issues.apache.org/bugzilla/

Catacomb as optional httpd module

2011-02-09 Thread markus.litz
Hello all, the catacomb project exists for quite some time. Catacomb is a WebDAV repository module for use with the Apache WebDAV module, mod_dav. Mod_dav already comes with a module that acts like an interface between the httpd-server and the local hard drive: mod_dav_fs. Catacomb (mod_dav_rep

Re: SetHandler mod_ruby Apache 2.2.17 Windows

2011-02-09 Thread Tom Evans
On Wed, Feb 9, 2011 at 2:13 PM, Zeno Davatz wrote: > Hi > > I tried for a couple of days now and I also searched the Internet long > and wide and then I bounced into this: > > https://issues.apache.org/bugzilla/show_bug.cgi?id=25435 > > My question is in reading to above Bug-Report as mod_ruby.so

Re: mod_proxy_balancer build failure

2011-02-09 Thread Jim Jagielski
On Feb 8, 2011, at 9:11 PM, Gregg L. Smith wrote: > Good evening, > > -- Build started: Project: mod_proxy_balancer, Configuration: Release > Win32 -- > Compiling... > mod_proxy_balancer.c > .\mod_proxy_balancer.c(1332) : error C2491: 'ap_proxy_update_members' : > definition of dllimpo

SetHandler mod_ruby Apache 2.2.17 Windows

2011-02-09 Thread Zeno Davatz
Hi I tried for a couple of days now and I also searched the Internet long and wide and then I bounced into this: https://issues.apache.org/bugzilla/show_bug.cgi?id=25435 My question is in reading to above Bug-Report as mod_ruby.so uses SetHandler as well. my mod_ruby.conf file in in C:\Apache2.

Re: svn commit: r1068581 - in /httpd/httpd/trunk/modules/proxy: mod_proxy.h mod_proxy_balancer.c mod_proxy_ftp.c proxy_util.c

2011-02-09 Thread Jim Jagielski
On Feb 9, 2011, at 2:33 AM, Ruediger Pluem wrote: > > > Don't we need to protect the address cache for unbalanced workers as well by > a thread lock? > > I don't think we do... I'll smoke test to make sure. > Hm, why don't we need to protect the data in the shared mem like > candidate->s->

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

2011-02-09 Thread Jim Jagielski
On Feb 9, 2011, at 2:02 AM, Ruediger Pluem wrote: >> +(*slot->num_free)--; > > Is this atomic? Don't we need to use the atomic functions from APR here? > > >> return APR_SUCCESS; >> } >> >> @@ -574,6 +592,7 @@ static apr_status_t slotmem_release(ap_s >> return APR_NOTFOUND; >>

Re: Enabling OCSP Stapling by default (was Re: mod_ssl ssl_util_stapling.c warnings)

2011-02-09 Thread Joe Orton
On Wed, Feb 09, 2011 at 09:39:36AM +, Rob Stradling wrote: > On Wednesday 05 Jan 2011 10:03:19 Rob Stradling wrote: > > On Friday 24 December 2010 16:24:03 Igor Galić wrote: > > > > > > > If we want to see more extensive testing in the field, > > > then this is the right time to make 'On' the

Re: MinGW, Apache, APR and MSYS

2011-02-09 Thread Zeno Davatz
Dear Günter On Wed, Feb 9, 2011 at 10:42 AM, Guenter Knauf wrote: > Am 09.02.2011 10:08, schrieb Zeno Davatz: >> >> How about switching the order? The reason why I done this is because I >> want to be able to use git directly from my commandline window >> _without_ having to open a separate wind

Re: Enabling OCSP Stapling by default (was Re: mod_ssl ssl_util_stapling.c warnings)

2011-02-09 Thread Rob Stradling
On Wednesday 09 Feb 2011 09:39:36 Rob Stradling wrote: > On Wednesday 05 Jan 2011 10:03:19 Rob Stradling wrote: > > On Friday 24 December 2010 16:24:03 Igor Galić wrote: > > > > > > > If we want to see more extensive testing in the field, > > > then this is the right time to make 'On' the default

Re: MinGW, Apache, APR and MSYS

2011-02-09 Thread Guenter Knauf
Zeno, Am 09.02.2011 10:08, schrieb Zeno Davatz: How about switching the order? The reason why I done this is because I want to be able to use git directly from my commandline window _without_ having to open a separate window, just to be capable to use GIT. I want one command windows for everythin

Enabling OCSP Stapling by default (was Re: mod_ssl ssl_util_stapling.c warnings)

2011-02-09 Thread Rob Stradling
On Wednesday 05 Jan 2011 10:03:19 Rob Stradling wrote: > On Friday 24 December 2010 16:24:03 Igor Galić wrote: > > > > If we want to see more extensive testing in the field, > > then this is the right time to make 'On' the default. > > Steve, has Igor persuaded you? I was hoping to generate a b

Re: MinGW, Apache, APR and MSYS

2011-02-09 Thread Zeno Davatz
Dear Günter On Wed, Feb 9, 2011 at 10:08 AM, Zeno Davatz wrote: > On Wed, Feb 9, 2011 at 9:28 AM, Guenter Knauf wrote: > >> Am 09.02.2011 09:14, schrieb Zeno Davatz: >>> >>> This is my Path: >>> C:\tools;C:\Program >>> >>> Files\PostgreSQL\8.4\bin;C:\Windows\system32;C:\Windows;C:\Windows\Syste

MinGW, Apache, APR and MSYS

2011-02-09 Thread Zeno Davatz
Dear Günter I am changing the subject line. On Wed, Feb 9, 2011 at 9:28 AM, Guenter Knauf wrote: > Am 09.02.2011 09:14, schrieb Zeno Davatz: >> >> This is my Path: >> C:\tools;C:\Program >> >> Files\PostgreSQL\8.4\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Ruby-1.8.6-oniguru

Re: Loadable Module debugging Apache 2.2.17 Windows.

2011-02-09 Thread Zeno Davatz
Dear Carsten On Wed, Feb 9, 2011 at 9:39 AM, Carsten Wiedmann wrote: >> Question: What does Apache use the SystemPath for? Does >> Apache_MSI-Installer for Windows install some Apache DLL into the >> System Path during the Setup? I will Google this now. > > If you start Apache with the "GUI" (Ap

Re: svn commit: r1068310 - in /httpd/httpd/branches/2.2.x: ./ CHANGES STATUS docs/ docs/conf/mime.types docs/manual/mod/mod_autoindex.xml modules/dav/main/mod_dav.c support/ab.c support/suexec.c

2011-02-09 Thread Ruediger Pluem
Reverted in r1068793. Stefan can you please take care of the trunk revision and remove the test from the framework that fails without this patch? BTW: We should update PR42978. It would be cool if Roy could do that, because it might result in an interesting RFC discussion :-). Regards Rüdiger O

Re: Loadable Module debugging Apache 2.2.17 Windows.

2011-02-09 Thread Carsten Wiedmann
Hello Zeno, Question: What does Apache use the SystemPath for? Does Apache_MSI-Installer for Windows install some Apache DLL into the System Path during the Setup? I will Google this now. If you start Apache with the "GUI" (Apache monitor), Apache is started as Windows service. --> a Windows

Re: Loadable Module debugging Apache 2.2.17 Windows.

2011-02-09 Thread Zeno Davatz
Dear Günter On Wed, Feb 9, 2011 at 9:28 AM, Guenter Knauf wrote: > Am 09.02.2011 09:14, schrieb Zeno Davatz: >> >> This is my Path: >> C:\tools;C:\Program >> >> Files\PostgreSQL\8.4\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Ruby-1.8.6-oniguruma\bin;C:\Program >> Files\7-Zip;C

Re: svn commit: r1068310 - in /httpd/httpd/branches/2.2.x: ./ CHANGES STATUS docs/ docs/conf/mime.types docs/manual/mod/mod_autoindex.xml modules/dav/main/mod_dav.c support/ab.c support/suexec.c

2011-02-09 Thread Roy T. Fielding
Sorry, I didn't see this earlier. -1 (veto). This requirement will be (or has already been) removed from httpbis because it hinders extensibility and breaks content management systems, just as the change below causes content-language to be broken. That is why we never implemented this requiremen

Re: Loadable Module debugging Apache 2.2.17 Windows.

2011-02-09 Thread Guenter Knauf
Hi, Am 09.02.2011 09:14, schrieb Zeno Davatz: This is my Path: C:\tools;C:\Program Files\PostgreSQL\8.4\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Ruby-1.8.6-oniguruma\bin;C:\Program Files\7-Zip;C:\MinGW\bin;C:\Program Files\Git\bin;C:\ImageMagick-6.5.6-Q8;C:\Apache2.2\bin;C:\

Re: Loadable Module debugging Apache 2.2.17 Windows.

2011-02-09 Thread Zeno Davatz
Dear Günter On Wed, Feb 9, 2011 at 9:19 AM, Guenter Knauf wrote: > Hi Zeno, > Am 09.02.2011 09:14, schrieb Zeno Davatz: >> >> Yes. Apache is in my Path but not in my System Path. Does Apache and >> Ruby have to be in my System Path as well for Apache to work properly. >> Sorry for this dumb quest

Re: Building httpd-trunk, and... the following fixes it.

2011-02-09 Thread Ruediger Pluem
On 02/09/2011 02:31 AM, NormW wrote: > G/M, > With assistance, the following gets mod_slotmem_plain.c to build again: > >> Index: modules/slotmem/mod_slotmem_plain.c >> === >> --- modules/slotmem/mod_slotmem_plain.c (revision 1068715

Re: Loadable Module debugging Apache 2.2.17 Windows.

2011-02-09 Thread Guenter Knauf
Hi Zeno, Am 09.02.2011 09:14, schrieb Zeno Davatz: Yes. Apache is in my Path but not in my System Path. Does Apache and Ruby have to be in my System Path as well for Apache to work properly. Sorry for this dumb question but I am not all to familiar with Windows. This is my Path: C:\tools;C:\Prog

Re: Loadable Module debugging Apache 2.2.17 Windows.

2011-02-09 Thread Zeno Davatz
Dear Carsten Thank you for your reply. On Wed, Feb 9, 2011 at 8:37 AM, Carsten Wiedmann wrote: > Am 09.02.2011 08:16, schrieb Zeno Davatz: mod_ruby.so could not be loaded. If I open mod_ruby.so with depends.exe (Dependencywalker.com) I get no errors. >> >> On Tue, Feb