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' con

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' con

[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 DocumentRoo

[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 main

[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 se

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

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 addi

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 id

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: A

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(rev

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: 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 typ

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 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 on) so reusing existing comma

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 > .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 va

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

[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 .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 find th

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 --

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 sp

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

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: 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 Schr

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 install

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: 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. mo