Mysterious Segmentation Fault in main.c

2008-03-05 Thread Thib
Hi, I'm working on an Apache Module since few months and it works fine until this morning... I made a little upgrade on a regular expression. All is fine on the machine where I develop but when I deploy Apache on an other machine, I obtain a segmentation fault when I start httpd process... The

Re: Mysterious Segmentation Fault in main.c

2008-03-05 Thread Joel Westerberg
Which platform is this? I've had trouble with matching optional groups in regular expression for mod reqrite on OS X which work perfectly on a linux system. Like match (pattern1|pattern2). The apache just segfaults. Cheers, Joel

Re: [PATCH] ap_socache.h mod_socache_*

2008-03-05 Thread Plüm , Rüdiger , VF-Group
-Ursprüngliche Nachricht- Von: Paul Querna Gesendet: Mittwoch, 5. März 2008 04:39 An: dev@httpd.apache.org Betreff: Re: [PATCH] ap_socache.h mod_socache_* [Patch shows diffs relative to original ssl_scache_* for the providers] Does it make sense to do this in a

Re: [PATCH] ap_socache.h mod_socache_*

2008-03-05 Thread Joe Orton
On Wed, Mar 05, 2008 at 09:32:54AM +0100, Plüm, Rüdiger, VF-Group wrote: [Patch shows diffs relative to original ssl_scache_* for the providers] Does it make sense to do this in a branch in subversion? Not sure if this is needed as Joe has already done a lot of the redesign work in

flood patches/mods

2008-03-05 Thread John ORourke
Hi folks, Who's currently maintaining flood? I'm hoping to put in some time on improvements in the next month or two but might need to discuss it with someone to avoid submitting silly patches. cheers John

Re: flood patches/mods

2008-03-05 Thread Guy Ferraiolo
Unknown. I submitted a patch a while ago and Willam Rowe showed some interest but I haven't heard about it, yet. I'd be willing to volunteer for this. I use flood a lot and I have some ideas of my own. Also, I'd like to head off potential problems in advance. The patch I submitted was one

Re: flood patches/mods

2008-03-05 Thread William A. Rowe, Jr.
John ORourke wrote: Hi folks, Who's currently maintaining flood? I'm hoping to put in some time on improvements in the next month or two but might need to discuss it with someone to avoid submitting silly patches. Submit away; you'll find everyone interested in the flood/trunk code right

Re: flood patches/mods

2008-03-05 Thread William A. Rowe, Jr.
Guy Ferraiolo wrote: Unknown. I submitted a patch a while ago and Willam Rowe showed some interest but I haven't heard about it, yet. I'd be willing to volunteer for this. I use flood a lot and I have some ideas of my own. Also, I'd like to head off potential problems in advance. The patch

Re: Experience with Visual Studio 2008 Professional Edition

2008-03-05 Thread Issac Goldstand
Steffen wrote: Just to inform you. We at Apache Lounge done the first build with Visual Studio 2008 Professional Edition. SDK 6.1 (latest as today) 2.2.8 source (plus dso and fix for DOS-box) Openssl was build with VC8 Zlib was build with VC8 Changed in apr.hw (otherwise errors): #define

Experience with Visual Studio 2008 Professional Edition

2008-03-05 Thread Steffen
Just to inform you. We at Apache Lounge done the first build with Visual Studio 2008 Professional Edition. SDK 6.1 (latest as today) 2.2.8 source (plus dso and fix for DOS-box) Openssl was build with VC8 Zlib was build with VC8 Changed in apr.hw (otherwise errors): #define _WIN32_WINNT

Re: flood patches/mods

2008-03-05 Thread Guy Ferraiolo
I wasn't intending to bug you. I think flood belongs in a separate category because it is not httpd specific. Guy On Wed, 2008-03-05 at 11:31 -0600, William A. Rowe, Jr. wrote: Guy Ferraiolo wrote: Unknown. I submitted a patch a while ago and Willam Rowe showed some interest but I

Adding stickysession cookie on the proxy

2008-03-05 Thread Jani M.
Hi, I've been playing with the idea of adding support for the proxy module to add stickysession cookies on behalf of the backend servers. I have one case on my hands right now where this would be needed, and I can think of this being of use for others too. The way this would work is that if

Re: Experience with Visual Studio 2008 Professional Edition

2008-03-05 Thread Harry Holt
How about SSL over mod_ldap? On Wed, Mar 5, 2008 at 2:38 PM, Issac Goldstand [EMAIL PROTECTED] wrote: Steffen wrote: Just to inform you. We at Apache Lounge done the first build with Visual Studio 2008 Professional Edition. SDK 6.1 (latest as today) 2.2.8 source (plus dso and fix

Re: Experience with Visual Studio 2008 Professional Edition

2008-03-05 Thread Jorge Schrauwen
I've had no problems building with VC9 either, unless you do it on vista since the new PSDK updates some files and a small edit is needed. Also x64 building is out of the question for some reason OpenSSL/Zlib nor httpd itself want to compile at all. On Wed, Mar 5, 2008 at 10:12 PM, Harry Holt

Re: Adding stickysession cookie on the proxy

2008-03-05 Thread Akins, Brian
On 3/5/08 3:12 PM, Jani M. [EMAIL PROTECTED] wrote: To start with, am I correct in assuming that others might find use for this feature? We do this in our homegrown proxy. One less thing for the java guys to think about... -- Brian Akins Chief Operations Engineer Turner Digital Media

Re: Experience with Visual Studio 2008 Professional Edition

2008-03-05 Thread William A. Rowe, Jr.
Steffen wrote: Just to inform you. We at Apache Lounge done the first build with Visual Studio 2008 Professional Edition. Congrats - did the same last week against 2008 in 64 bit mode. My results essentially mirrored yours for 32 bit builds, although I'm having mixed success with x86_64

Re: Adding stickysession cookie on the proxy

2008-03-05 Thread Ruediger Pluem
On 03/05/2008 09:12 PM, Jani M. wrote: Hi, I've been playing with the idea of adding support for the proxy module to add stickysession cookies on behalf of the backend servers. I have one case on my hands right now where this would be needed, and I can think of this being of use for others

Re: flood patches/mods

2008-03-05 Thread Sander Temme
On Mar 5, 2008, at 9:31 AM, William A. Rowe, Jr. wrote: Right now we have Apache httpd-1.3 and Apache httpd-2.0 products in bugzilla, and none of the subcategories fit really well. I'd love to see the second renamed Apache httpd-2 to avoid confusion. Wait, I thought that was done a long

2.2.8 Win32 Access Violation

2008-03-05 Thread Some Guy
I've built Apache 2.2.8 and APR with VS 2005 SP1. I have written a module that does some heavy work in a separate thread spawned in the single child process (winnt_mpm). I find that I get an access violation during one part of the code (from 3rd party lib) where memory usage increases and many