help porting module

2005-12-09 Thread Alexey Toptygin
I'm trying to port a module from NSAPI to apache2. What it basically does is authenticates the client based on the client-supplied certificate given during SSL negotiation. I've read this: http://httpd.apache.org/docs/2.0/developer/ and now I'm just confused. So, some questions, in no partic

Re: Directions for Win32 binary httpd

2005-12-09 Thread William A. Rowe, Jr.
Francis ANDRE wrote: Thanks Bill... but I have noticed this first dependency since APR IS NOT delivered with httpd (at least with CVS). One have to checkout ap, apr-util and apr-iconv in the httpd/srclib directory... Sure, and this is just fine with the developers. APR actually is not T

Re: AW: 2.2 mod_http_proxy and "partial" pages

2005-12-09 Thread Brian Akins
Roy T. Fielding wrote: Me too -- I'll see what I can come up with during the hackathon. So I'm assuming we will have no consensus until after apachecon? When I looked at it earlier, a fix seemed feasible with only two lines of code plus whatever log messages are desired. That's the fix y

Re: AP_INIT_TAKE1 in 2.2 and C++

2005-12-09 Thread Joe Orton
On Thu, Dec 08, 2005 at 09:12:07PM +, Phil Endecott wrote: > I'm the author of Anyterm (http://anyterm.org), which includes an Apache > module. Although I haven't yet tried to compile it for Apache 2.2 some > of my users have, and they're having problems. See > http://anyterm.org/forums/vi

Re: 2.2 mod_http_proxy and "partial" pages

2005-12-09 Thread Plüm , Rüdiger , VIS
> -Ursprüngliche Nachricht- > Von: Justin Erenkrantz > Gesendet: Freitag, 9. Dezember 2005 06:22 > An: dev@httpd.apache.org > Betreff: Re: AW: 2.2 mod_http_proxy and "partial" pages > [..cut..] > Even with an EOS bucket, how will we indicate that the > connection should be aborted?

Re: What do you want in HTTPD 2.4/3.0/X/GREEN?

2005-12-09 Thread Brian Candler
On Wed, Dec 07, 2005 at 02:52:44PM -0500, Jim Jagielski wrote: > Yeah, maybe it's time to re-open this discussion... previously, > whenever we thought about adding more "functionality" to > the config file, it was discouraged because it increases the > complexity of Apache for something that could

Re: Directions for Win32 binary httpd

2005-12-09 Thread Francis ANDRE
His further dismissal of beginning at APR leads me to suspect that he's never actually built httpd, or in the process, never noted that APR is the first, most fundemental dependency. If APR is not built using ant, all further discussion on this list is rather pointless, no? Thanks Bill...