status report for ASF board

2005-08-12 Thread Roy T. Fielding
I need to prepare a status report for the HTTP server project for the ASF board meeting on Wednesday (IIRC). Given that I'll be on vacation for two weeks starting Monday, it would be nice to have some text ready to send in by Sunday night. Our last report on 2005_05_18 consisted of ===

New mod_smtpd release

2005-08-12 Thread Rian Hunter
Hi, I've checked in mod_smtpd 0.9 and its API should be completely frozen by now. This version of mod_smtpd is heavily based on Qpsmtpd, so the same extensibility you expect from Qpsmtpd can be achieved with this version of mod_smtpd. I haven't written any documentation yet but here is a

Re: svn commit: r232406 - in /httpd/mod_smtpd/trunk: configure configure.ac

2005-08-12 Thread Garrett Rooney
[EMAIL PROTECTED] wrote: Author: soc-rian Date: Fri Aug 12 16:56:59 2005 New Revision: 232406 URL: http://svn.apache.org/viewcvs?rev=232406&view=rev Log: More robuse apache version checking in configure Modified: httpd/mod_smtpd/trunk/configure httpd/mod_smtpd/trunk/configure.ac Would

Re: Questions about SSL 0.9.8 and Apache 2.0.54 compiling errors on released versions

2005-08-12 Thread William A. Rowe, Jr.
At 04:28 AM 8/12/2005, Fields Marshall wrote: >I have installed and compiled OpenSSL 0.9.8 and then started to compile apache >now I am getting the `PEM_F_DEF_CALLBACK' undeclared error. Fixed in the next release. Sorry, our psychic skills have been falling down lately, and the steam rising out

Re: Apache2 FIPS Certified?

2005-08-12 Thread William A. Rowe, Jr.
At 08:12 AM 8/12/2005, Jess Holle wrote: >Thanks for the information, Bill. > >As best I could tell it looks like the OpenSSL folk have not gotten around to >bringing the fips mode forward into 0.9.8 yet either... That's not as likely to happen on any particular schedule, and would be a pointless

Re: [PATCH] typo in manual

2005-08-12 Thread Wilfredo Sánchez Vega
On HEAD and 2.2. Thanks, -wsv On Aug 9, 2005, at 7:36 AM, Ben Collins-Sussman wrote: [[[ Fix typo in manual. * docs/manual/logs.xml: typo. "flexibly"-->"flexible". ]]] Index: docs/manual/logs.xml === --- docs/manual

Re: [PATCH] Make caching hash more deterministic

2005-08-12 Thread Jim Jagielski
On Aug 12, 2005, at 1:10 PM, Colm MacCarthaigh wrote: On Fri, Aug 12, 2005 at 04:59:20PM +0100, Colm MacCarthaigh wrote: On Fri, Aug 12, 2005 at 11:54:44AM -0400, Brian Akins wrote: Should this honor usecanonicalname? If so, could just use ap_get_servername(r) in stead of r->hostname. Thi

mod_headers: changes to support direct HTTP header mapping (+Vary)

2005-08-12 Thread Paul Rhodes
Hi, I've been using mod_headers extensively for a number of years to modify headers from as they enter and exit the network. We use apache as a front end to our appservers and we get requests from multiple sources so we often have issues with header translation. This means we have to do somet

Re: [PATCH] Make caching hash more deterministic

2005-08-12 Thread Colm MacCarthaigh
On Fri, Aug 12, 2005 at 04:59:20PM +0100, Colm MacCarthaigh wrote: > On Fri, Aug 12, 2005 at 11:54:44AM -0400, Brian Akins wrote: > > Should this honor usecanonicalname? If so, could just use > > ap_get_servername(r) in stead of r->hostname. This may further compact > > the number of entries. >

Re: [PATCH] fix incorrect 304's responses when cache is unwritable

2005-08-12 Thread Justin Erenkrantz
--On August 8, 2005 9:46:52 PM +0200 [EMAIL PROTECTED] wrote: log_correction.diff: ... dir_removal_patch.diff: Committed in r232335 and r232334, respectively. Thanks! -- justin

Re: [PATCH] Make caching hash more deterministic

2005-08-12 Thread Colm MacCarthaigh
On Fri, Aug 12, 2005 at 11:54:44AM -0400, Brian Akins wrote: > Should this honor usecanonicalname? If so, could just use > ap_get_servername(r) in stead of r->hostname. This may further compact > the number of entries. Yes, but I think there'd have to be additional code to detect the proxy cas

Re: [PATCH] Make caching hash more deterministic

2005-08-12 Thread Brian Akins
Should this honor usecanonicalname? If so, could just use ap_get_servername(r) in stead of r->hostname. This may further compact the number of entries. -- Brian Akins Lead Systems Engineer CNN Internet Technologies

[PATCH] Make caching hash more deterministic

2005-08-12 Thread Colm MacCarthaigh
Currently; GET / HTTP/1.1 Host: ftp.heanet.ie GET http://ftp.heanet.ie/ HTTP/1.0 GET HTTP://Ftp.Heanet.Ie/ HTTP/1.0 are all mapped to different hashes by mod_cache; despite being the same content, this is an inefficient waste of disk space and really awkward for

RE: Apache2 FIPS Certified?

2005-08-12 Thread Fenlason, Josh
Thanks for the info. , Josh. > -Original Message- > From: William A. Rowe, Jr. [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 11, 2005 6:44 PM > To: dev@httpd.apache.org > Cc: dev@httpd.apache.org > Subject: Re: Apache2 FIPS Certified? > > > Plenty. First, OpenSSL is -not- FIPS cer

Re: Apache2 FIPS Certified?

2005-08-12 Thread Jess Holle
Thanks for the information, Bill. As best I could tell it looks like the OpenSSL folk have not gotten around to bringing the fips mode forward into 0.9.8 yet either... -- Jess Holle William A. Rowe, Jr. wrote: Plenty. First, OpenSSL is -not- FIPS certified. It's in the certification und

Re: svn commit: r231355 - in /httpd/httpd/trunk/modules/proxy: mod_proxy.c mod_proxy.h mod_proxy_http.c

2005-08-12 Thread Nick Kew
Joe Orton wrote: plus this looks equally broken: OK, I've bitten the bullet and updated my build environment here to to build the whole proxy in context. Apologies for assuming this fix was too simple to need it. Note that the 2.0 fix is a straight diff between 2.0.54 and a fully working fix

Questions about SSL 0.9.8 and Apache 2.0.54 compiling errors on released versions

2005-08-12 Thread Fields Marshall
Title: Message Hi this is my first post to the mailing list asking perhaps a rather simple question to you apache developers. I am writing this email because I see that this will be a common problem with people trying to compile the latest SSL and Apache. I think I fit a common scenario

Memory leak not fixed from 2003

2005-08-12 Thread sternmarc
Bug #25659 is about a memory leak.   The (quite trivial) patch has been provided in 2003, and the bug is still not corrected !!! Could somebody include this is next version ?   Thanks,   Marc

Re: [PATCH] fix incorrect 304's responses when cache is unwritable

2005-08-12 Thread r . pluem
Justin Erenkrantz wrote: > On Fri, Aug 12, 2005 at 05:38:40AM +0200, Plm, Rdiger, VIS wrote: > >>In the case that you are caching a response from a backend app server or >>a cgi script I can imagine situations where one variant is 404 and another >>one is not. Dw also pointed that out. >>From my

htcacheadmin was: Re: [PATCH] fix incorrect 304's responses when cache is unwritable

2005-08-12 Thread Colm MacCarthaigh
On Thu, Aug 11, 2005 at 11:48:21PM -0700, Justin Erenkrantz wrote: > Right. I think Paul mentioned that we also need to fix up htcacheclean to > remove the .vary subdirectories as well. -- justin Next time someone is commiting to htcacheclean; it's define's for VARY_FORMAT_VERSION and DISK_FORMA

Re: svn commit: r231355 - in /httpd/httpd/trunk/modules/proxy: mod_proxy.c mod_proxy.h mod_proxy_http.c

2005-08-12 Thread Joe Orton
On Fri, Aug 12, 2005 at 07:59:49AM +0100, Joe Orton wrote: > On Thu, Aug 11, 2005 at 07:56:38PM +0100, Nick Kew wrote: > > Justin Erenkrantz wrote: > > > > >>Fix ProxyPassReverse & family to work correctly in > > > > > > > > >This commit broke the build. > > > > Aaargh! Careless cut&paste. Sor

Re: svn commit: r231355 - in /httpd/httpd/trunk/modules/proxy: mod_proxy.c mod_proxy.h mod_proxy_http.c

2005-08-12 Thread Joe Orton
On Thu, Aug 11, 2005 at 07:56:38PM +0100, Nick Kew wrote: > Justin Erenkrantz wrote: > > >>Fix ProxyPassReverse & family to work correctly in > > > > > >This commit broke the build. > > Aaargh! Careless cut&paste. Sorry. Fixed - thanks. proxy_util.c: In function `ap_proxy_location_reverse_ma