[ANNOUNCE] libapreq2-2.06-dev Released

2005-07-20 Thread Joe Schaefer
libapreq2-2.06-dev Released The Apache Software Foundation and The Apache HTTP Server Project are pleased to announce the 2.06-dev release of libapreq2. This Announcement notes significant changes introduced by this release. libapreq2-2.06-dev is released under the Apache License

Re: svn commit: r209837 - /httpd/apreq/trunk/include/apreq_version.h

2005-07-20 Thread Joe Schaefer
Philip M. Gollucci [EMAIL PROTECTED] writes: #define APREQ_MINOR_VERSION 1 /** patch level */ -#define APREQ_PATCH_VERSION 1 +#define APREQ_PATCH_VERSION 2 speaking of which shouldn't the patchlevel be at 4 at this point ? I'm probably not grasping how apreq is using

Re: mod-cache-requestor plan

2005-07-20 Thread Parin Shah
Hi All, We are now almost at consesus about this new mod-cache-requester module's mechanism. and now I believe its good time to start implementing the module. But before I could do that, I need some help from you guys. - I am now comfortable with mod-cache, mod-mem-cache, cache_storage.c,

Re: NTLM HTTP Authentication is insecure by design - a new writeup by Amit Klein

2005-07-20 Thread William A. Rowe, Jr.
At 03:57 AM 7/19/2005, Roy T. Fielding wrote: On Jul 18, 2005, at 12:30 PM, William A. Rowe, Jr. wrote: NTLM HTTP Authentication (and possibly other connection-oriented HTTP authentication and authorization protocols) is insecure by

Re: svn commit: r219520 - /httpd/httpd/branches/2.2.x/

2005-07-20 Thread Joe Orton
On Mon, Jul 18, 2005 at 11:58:21AM -0500, William Rowe wrote: Thanks Paul, you just collided with the refactoring of 2.1.x proxy. Is this refactoring complete? Apart from the compiler warnings, a bunch of the t/ssl/proxy.t tests have started failing with the trunk code. With worker, the

Re: Pondering strings in Apache 3.x

2005-07-20 Thread André Malo
* Brian Pane wrote: And although I like the performance benefits of the pool memory allocators, I remember how tricky it was to debug some of the pool and bucket lifetime problems that we encountered during the development of 2.0 (especially in filters). All things considered, I don't think

RE: mod-cache-requestor plan

2005-07-20 Thread Sergio Leonardi
Hi I can just tell you something on point #2. In my opinion mod-cache-requester should pass in the regeneration request what a normal user should pass to the system (e.g. cookies, header variables and so on) because a portion of these data can be relevant in order to generate the page correctly.

Apache for win64

2005-07-20 Thread Gopikrishnan Sidhardhan
Hi, Does anybody know if there is an Apache binary installer for Win64 somewhere? If not, does the win32 source work for win64 as well out of the box? Thanks, --Gopi

Re: Apache for win64

2005-07-20 Thread Jorge Schrauwen
No x64 binaries, But the win32 source should work fine. Jorge - Original Message - From: Gopikrishnan Sidhardhan [EMAIL PROTECTED] To: dev@httpd.apache.org Sent: Wed, 20 Jul 2005 11:54:43 +0200 Subject: Apache for win64 Hi, Does anybody know if there is an Apache binary installer

Re: Apache for win64

2005-07-20 Thread Gopikrishnan Sidhardhan
Tried building it. Went on for some time, with lots of warnings like conversion from size_t to DWORD: possible loss of data. Then the build broke with fatal error LNK1112: module machine type 'AMD64' conflicts with target machine type 'X86'. Any ideas, anyone? Thanks, --Gopi Jorge

httpd-1.3 patchlets

2005-07-20 Thread Sander Temme
Two very small patches against 1.3. First one, make ab default to the highest SSL version available: Index: src/support/ab.c === --- src/support/ab.c(revision 125243) +++ src/support/ab.c(working copy) @@ -1655,7 +1655,7 @@

Re: Initial mod_smtpd code.

2005-07-20 Thread Paul A Houle
Jem Berkes wrote: I could also start work on a mod_smtpd_dnsbl if the mentors feel that is worthwhile? This would look up a connecting IP address against a blacklist and return a descriptive string to mod_smtpd if the client should be rejected with an error: 550 5.7.1 Email rejected because

Re: Initial mod_smtpd code.

2005-07-20 Thread Jem Berkes
Overall blacklists aren't that effective and cause a lot of false positives. They may make sense in the case of something like SpamAssassin which uses a blacklist in conjunction with other false positives, but by themselves they really aren't a responsible way of dealing with the spam

Re: mod-cache-requestor plan

2005-07-20 Thread Graham Leggett
Parin Shah wrote: 2. how mod-cache-requester can generate the sub request just to reload the content in the cache. Look inside mod_include - it uses subrequests to be able to embed pages within other pages. Regards, Graham --

[PATCH] mod_disk_cache: change handling of varied contents

2005-07-20 Thread Paul Querna
The attached patch changes how we store the contents of a varied URI. If a URI is varied, all variations will be stored underneath a new hash.header.vary/ directory. This enables future tools, such as the ability to easily delete a URI from the cache, without scanning the entire tree, just to

Re: [VOTE] libapreq2-2.06-dev-rc4

2005-07-20 Thread Philip M. Gollucci
Max Kellermann wrote: I did a quick test on FreeBSD, without the perl glue. The build fails with the following message: Making all in module Making all in apache2 make: don't know how to make all-local. Stop *** Error code 1 It turns out that the generated Makefile.in contains: I'll second

Re: [PATCH] mod_disk_cache: change handling of varied contents

2005-07-20 Thread Akins, Brian
On 7/20/05 11:25 AM, Paul Querna [EMAIL PROTECTED] wrote: If a URI is varied, all variations will be stored underneath a new hash.header.vary/ directory. Looks good for starters. Good idea. I would like a way to override some varies. For example, in a reverse proxy situation, you may

Re: Initial mod_smtpd code.

2005-07-20 Thread Rian Hunter
On Jul 19, 2005, at 7:39 PM, Jorge Schrauwen wrote: Wouldn't something like VirtualHost www.apache.org:25 ServerName www.apache.org:81 ServerAlias httpd.apache.org internal_dev ServerAdmin [EMAIL PROTECTED] ErrorLog logs/error.log TransferLog logs/access.log SMTP On # like with mod_dav (dav

Re: Apache for win64

2005-07-20 Thread William A. Rowe, Jr.
At 06:23 AM 7/20/2005, Gopikrishnan Sidhardhan wrote: Tried building it. Went on for some time, with lots of warnings like conversion from size_t to DWORD: possible loss of data. Then the build broke with fatal error LNK1112: module machine type 'AMD64' conflicts with target machine type

Re: httpd-1.3 patchlets

2005-07-20 Thread William A. Rowe, Jr.
+1 on both patches; I can see how libhttpd.so gets stripped today. I'd commit if there were a couple more +1's. Bill At 08:16 AM 7/20/2005, Sander Temme wrote: Two very small patches against 1.3. First one, make ab default to the highest SSL version available: Index: src/support/ab.c

Re: httpd-1.3 patchlets

2005-07-20 Thread Mads Toftum
On Wed, Jul 20, 2005 at 03:16:42PM +0200, Sander Temme wrote: Two very small patches against 1.3. First one, make ab default to the highest SSL version available: Index: src/support/ab.c === --- src/support/ab.c(revision

Memory-Leak problem in own module

2005-07-20 Thread Timo Eckert
Hello, I have written an own Apache-Module for log-rotating. Now my Problem is that I have a memory-Leak and I don't know why. Are there any Debugging-Tools for Apache (or general), where I can see, what memory is allocated and maybe I can see the content of the allocated Memory. For example:

Re: Pondering strings in Apache 3.x

2005-07-20 Thread Jeff White
From: William A. Rowe, Jr. What else interests us within an 'ap_string_t' header, that would help eliminate bugs within httpd? A random trailing short following the string, in a 'string debug' mode, to detect buffer overflows? Something similar to detect underflows? Open to all

Re: mod_mbox: js speed and mbox size

2005-07-20 Thread Jeff White
From: Bill Stoddard Maxime Petazzoni wrote: As I already said, the AJAX browser in mod_mbox relies on a hidden XmlHttpRequest and on Javascript processing of the replied XML document to generate the message list. Snip Of course, the paging system would solve this problem, too. In

Re: mod_mbox and generate_index

2005-07-20 Thread Maxime Petazzoni
Hi, I trying to build the standalone helper program generate_index that the catchup-archive script needs. This program does not seem to be made by the makefile and the build-dso errors out looking for lucene4c headers. Any ideas? Why do you need this program ? If you want to generate the

[STATUS] (httpd-2.1) Wed Jul 20 23:45:47 2005

2005-07-20 Thread Rodent of Unusual Size
APACHE 2.1 STATUS: -*-text-*- Last modified at [$Date: 2005-06-30 16:42:43 -0400 (Thu, 30 Jun 2005) $] The current version of this file can be found at: * http://svn.apache.org/repos/asf/httpd/httpd/trunk/STATUS Documentation status is maintained

[STATUS] (httpd-2.0) Wed Jul 20 23:45:35 2005

2005-07-20 Thread Rodent of Unusual Size
APACHE 2.0 STATUS: -*-text-*- Last modified at [$Date: 2005-07-19 17:59:17 -0400 (Tue, 19 Jul 2005) $] The current version of this file can be found at: * http://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x/STATUS Documentation status is

[STATUS] (httpd-test: perl-framework) Wed Jul 20 23:46:18 2005

2005-07-20 Thread Rodent of Unusual Size
httpd-test/perl-framework STATUS: -*-text-*- Last modified at [$Date: 2004-11-24 19:36:41 -0500 (Wed, 24 Nov 2004) $] Stuff to do: * finish the t/TEST exit code issue (ORed with 0x2C if framework failed) * change existing tests that frob the

Re: Apache for win64

2005-07-20 Thread Gopikrishnan Sidhardhan
William A. Rowe, Jr. wrote: At 06:23 AM 7/20/2005, Gopikrishnan Sidhardhan wrote: Tried building it. Went on for some time, with lots of warnings like conversion from size_t to DWORD: possible loss of data. Then the build broke with fatal error LNK1112: module machine type 'AMD64'

Re: Apache for win64

2005-07-20 Thread Gopikrishnan Sidhardhan
William A. Rowe, Jr. wrote: At 06:23 AM 7/20/2005, Gopikrishnan Sidhardhan wrote: Tried building it. Went on for some time, with lots of warnings like conversion from size_t to DWORD: possible loss of data. Then the build broke with fatal error LNK1112: module machine type 'AMD64'