[STATUS] (perl-framework) Wed Oct 13 23:45:34 EDT 2004

2004-10-14 Thread Rodent of Unusual Size
httpd-test/perl-framework STATUS: -*-text-*- Last modified at [$Date: 2002/03/09 05:22:48 $] Stuff to do: * finish the t/TEST exit code issue (ORed with 0x2C if framework failed) * change existing tests that frob the DocumentRoot (e.g.,

[STATUS] (flood) Wed Oct 13 23:45:33 EDT 2004

2004-10-14 Thread Rodent of Unusual Size
flood STATUS: -*-text-*- Last modified at [$Date: 2003/07/01 20:55:12 $] Release: 1.0: Released July 23, 2002 milestone-03: Tagged January 16, 2002 ASF-transfer: Released July 17, 2001 milestone-02: Tagged August 13,

Re: cvs commit: httpd-2.0/modules/mappers mod_rewrite.c

2004-10-14 Thread Joe Orton
On Wed, Oct 13, 2004 at 05:23:12PM -, [EMAIL PROTECTED] wrote: --- mod_rewrite.c 13 Oct 2004 17:12:09 - 1.135.2.32 +++ mod_rewrite.c 13 Oct 2004 17:23:12 - 1.135.2.33 @@ -1477,9 +1477,17 @@ * remember the current filename before rewriting for later

Re: Apache with Security Processor - Interesting

2004-10-14 Thread Joe Orton
On Wed, Oct 13, 2004 at 04:04:25PM -0700, Gurpreet Grewal wrote: I am trying to use a security processor (BCM 5823 from BroadCom) for SSL processing. The whole objective is to make this security processor do the SSL processing for any HTTPS requests the Apache server recieves. Apache uses

Re: cvs commit: httpd-2.0/modules/mappers mod_rewrite.c

2004-10-14 Thread Andr Malo
* Joe Orton [EMAIL PROTECTED] wrote: can I get some votes for: Index: modules/mappers/mod_rewrite.c === RCS file: /home/cvs/httpd-2.0/modules/mappers/mod_rewrite.c,v retrieving revision 1.135.2.33 diff -u -r1.135.2.33

Re: Apache with Security Processor - Interesting

2004-10-14 Thread Joe Orton
On Wed, Oct 13, 2004 at 09:20:17PM -0700, Sander Temme wrote: The SSL_EXPERIMENTAL_ENGINE stuff is in Apache 2.0 today, but IIRC it doesn't actually work. You may need to use a CVS checkout of httpd-2.0 HEAD, but do tell us what you find. It works fine in 2.0 (at least with the cards we

Re: cvs commit: httpd-2.0/modules/mappers mod_rewrite.c

2004-10-14 Thread Jeff Trawick
On Thu, 14 Oct 2004 08:10:32 +0100, Joe Orton [EMAIL PROTECTED] wrote: On Wed, Oct 13, 2004 at 05:23:12PM -, [EMAIL PROTECTED] wrote: --- mod_rewrite.c 13 Oct 2004 17:12:09 - 1.135.2.32 +++ mod_rewrite.c 13 Oct 2004 17:23:12 - 1.135.2.33 @@ -1477,9 +1477,17

Re: cvs commit: httpd-2.0/modules/experimental util_ldap.c

2004-10-14 Thread Jeff Trawick
On 13 Oct 2004 15:25:06 -, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: minfrin 2004/10/13 08:25:06 Modified:.Tag: APACHE_2_0_BRANCH CHANGES STATUS modules/experimental Tag: APACHE_2_0_BRANCH util_ldap.c Log: mod_ldap: fix a bogus error message to tell

buffered logs + piped logs

2004-10-14 Thread Brian Akins
If I enable buffered logs and use a log program (like rotate logs), it seems I loose whatever was in the buffer when I do a stop. Is the pipe being closed before the buffer is being flushed? -- Brian Akins Lead Systems Engineer CNN Internet Technologies

Re: Apache with Security Processor - Interesting

2004-10-14 Thread Joe Orton
On Thu, Oct 14, 2004 at 08:09:06AM -0700, Madhusudan Mathihalli wrote: Hi Joe, It works against pre-compiled OpenSSL Engines - but not against new (dynamic) engines - for that we *should* load the 'dynamic' engine. (or is there some other method that I'm not aware of). This needs new config

Re: buffered logs + piped logs

2004-10-14 Thread Joe Orton
On Thu, Oct 14, 2004 at 09:45:19AM -0400, Brian Akins wrote: If I enable buffered logs and use a log program (like rotate logs), it seems I loose whatever was in the buffer when I do a stop. Is the pipe being closed before the buffer is being flushed? Speculation: the buffer is being

Re: Apache with Security Processor - Interesting

2004-10-14 Thread Madhusudan Mathihalli
Well.. not exactly based on my experience (may be I'm wrong or worked around something) Here's what I did: 1. Enable loading of 'dynamic' engine by default 2. Specify SSLCryptoDevice my_engine 3. Put libmy_engine.so in apache/lib 4. set SHLIB_PATH/LD_LIBRARY_PATH in apachectl to point to

Re: buffered logs + piped logs

2004-10-14 Thread Brian Akins
Joe Orton wrote: Speculation: the buffer is being flushed, but the piped logger is SIGTERMed already just like the restart case, per PR 26467? Perhaps. Any progress on that? My performance drops when I disable buffered logs, and I would like to be able to do piped logs. I modified rotatelogs to

Re: buffered logs + piped logs

2004-10-14 Thread Paul Querna
Brian Akins wrote: I would like to be able to have external logging, so I can rotate with out a restart. I would also like to still be able to do graceful restarts. I thought about using unix domain sockets. I didn't want to replicate someone else's work. I couldn't find anything on google.

Re: buffered logs + piped logs

2004-10-14 Thread Brian Akins
Paul Querna wrote: mod_log_spread: http://www.backhand.org/mod_log_spread/ Unfortunantly, not an option here :( I'm looking for something to implement before the first Tuesday in November... -- Brian Akins Lead Systems Engineer CNN Internet Technologies

Re: buffered logs + piped logs

2004-10-14 Thread Theo Schlossnagle
Brian Akins wrote: Paul Querna wrote: mod_log_spread: http://www.backhand.org/mod_log_spread/ Unfortunantly, not an option here :( I'm looking for something to implement before the first Tuesday in November... Out of curiosity, why is that not an option? It's used at a lot of _large_ sites.

Re: mod_proxy broke RewriteRule ... [P]

2004-10-14 Thread Geoffrey Young
just in case this fell through the cracks, does anyone have any ideas? --Geoff Joe Orton wrote: Noticed first in the mod_perl tests, but this is an equivalent repro case. mod_proxy in HEAD no longer allows modules to set r-handler = proxy-server and force a request to be proxied (when

Regeneration of html version of manual from xml

2004-10-14 Thread Rüdiger Plüm
Hi all, does anybody know how to regenerate the html version of the manual once I made changes to the xml sources of the manual? Thanks in advance Rüdiger

Re: Regeneration of html version of manual from xml

2004-10-14 Thread Andr Malo
* [EMAIL PROTECTED] (Rüdiger Plüm) wrote: Hi all, does anybody know how to regenerate the html version of the manual once I made changes to the xml sources of the manual? Sure. See http://httpd.apache.org/docs-project/docsformat.html. If you have questions, just follow to [EMAIL PROTECTED]

[announce] APR 1.0 Tutorial at ApacheCon

2004-10-14 Thread Cliff Woolley
Sorry for the spam, but I just wanted to get the word out about the APR 1.0 Tutorial that Sander and I are doing at ApacheCon. We're hoping that some of you all who lurk on these lists and are interested in learning more about APR and the interface and features it provides might be able to

Re: buffered logs + piped logs

2004-10-14 Thread Glenn Strauss
On Thu, Oct 14, 2004 at 02:03:06PM -0400, Brian Akins wrote: Joe Orton wrote: Speculation: the buffer is being flushed, but the piped logger is SIGTERMed already just like the restart case, per PR 26467? Perhaps. Any progress on that? My performance drops when I disable buffered logs,

Re: [users@httpd] Asynchronous page creation?

2004-10-14 Thread William A. Rowe, Jr.
At 05:51 PM 10/14/2004, Craig S wrote: After digging into the code (nice job by the way, it is very easy to follow), it looks like there is no way to do what I want without modifications to the core server (the worker code). The point to the MPM technology is that you can replace (e.g. build