[STATUS] (perl-framework) Wed Sep 17 23:47:40 EDT 2003

2003-09-18 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.,

[RFC] running tests after the server stops

2003-09-18 Thread Geoffrey Young
hi all... I'm thinking about implementing a mechansim that allows you to run certain tests after the server shuts down. the rationale behind this is some work I'm doing on Devel::Profiler::Apache - the profiler generates statistics when the children die off, so I need to either kill the

RE: Reviewers wanted for second edition of Apache Pocket Referenc e

2003-09-18 Thread Wilt, Paul
Andrew: I imagine you have been deluged with responses--I would be interested in reviewing your Pocket Reference. Most recently I reviewed Practical mod_perl (by Stas Bekman and Eric Cholet). Let me know if you want me to help on this. Paul E Wilt Senior Principal Software Engineer ProQuest

RE: [STATUS] (apache-1.3) Wed Sep 17 23:45:13 EDT 2003

2003-09-18 Thread Resume
Unsubscribe -Original Message- From: Rodent of Unusual Size [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 17, 2003 8:45 PM To: Apache HTTP server developers Subject: [STATUS] (apache-1.3) Wed Sep 17 23:45:13 EDT 2003 APACHE 1.3 STATUS:

Re: Patches and Enhancements for a SSL-Proxy Based on Apache 2.0 (mod_ssl, mod_proxy, mod_headers)

2003-09-18 Thread Todd
Hi 1. So whatever happened to this code? 2. Did this ever make it into Apache 2.0.44 and later? Thanks. --- In [EMAIL PROTECTED], Maik Mueller [EMAIL PROTECTED] wrote: Hello Graham, Friday, February 14, 2003, 12:17:23 PM, you wrote: GL Looking at this further, the header value is

Re: retire cvs modules (moved from PMC)

2003-09-18 Thread William A. Rowe, Jr.
[Moved this thread from infrastructure/pmc] Hello dev@'ers and docs@'ers... the infrastructure team has been trying to mop up some very old repositories, and the only question is which should remain within our generally accessible CVS space, which should be collected into a new

Re: retire cvs modules (moved from PMC)

2003-09-18 Thread Graham Leggett
William A. Rowe, Jr. wrote: apache-1.2, httpd-proxy My feeling is that *if* they move at all, they need to be publicly accessible from a graveyard repository. Are their objections to moving them? If we moved the rcs files from httpd-proxy directly to httpd-2.0/modules/proxy - there doesn't

Re: Input filter and setting HTTP headers in Apache 2.0

2003-09-18 Thread Jeff Trawick
[EMAIL PROTECTED] wrote: I am writing a module need to be able to examine POST data, and insert inbound HTTP request headers after my code has been run by apache so that: Does your module needs to read and examine the request body (POST data) prior to inserting the HTTP request headers, or are

Re: Patches and Enhancements for a SSL-Proxy Based on Apache 2.0 (mod_ssl, mod_proxy, mod_headers)

2003-09-18 Thread William A. Rowe, Jr.
At 06:17 AM 2/14/2003, Graham Leggett wrote: Maik Mueller wrote: Putting arbitrary 8bit characters into headers makes me feel a bit uneasy but I couldn't find a quote that this is forbidden. Looking at this further, the header value is defined as TEXT. TEXT is defined as OCTETs that are not

Re: Input filter and setting HTTP headers in Apache 2.0

2003-09-18 Thread albertochan
Hi, Does your module needs to read and examine the request body (POST data) prior to inserting the HTTP request headers, Yes, the module needs the ability to look at the request body, and based on its content, add the necessary HTTP request headers if required for the web application to

mod_info question

2003-09-18 Thread Aryeh Katz
In mod_info, SERVER_CONFIG_FILE is used in order to determine which config file the apache server is running with However, this ignores the -f option. Shouldn't we be printing out ap_conftree-filename? --- Aryeh Katz Secured-Services Inc.

configure --with-berkeley-db=/my/local/db40 does not work?

2003-09-18 Thread solo turn
configure ./configure --prefix=/my/local --with-berkeley-db=/wfhome/local/db40 does work, compile works, but starting http gives the error: ld.so.1: httpd: fatal: libdb-4.0.so: open failed: No such file or directory Killed httpd expects libdb-4.0.so in /my/local/lib. how can i set the parameters

Re: configure --with-berkeley-db=/my/local/db40 does not work?

2003-09-18 Thread Aryeh Katz
configure ./configure --prefix=/my/local --with-berkeley-db=/wfhome/local/db40 does work, compile works, but starting http gives the error: ld.so.1: httpd: fatal: libdb-4.0.so: open failed: No such file or directory Killed httpd expects libdb-4.0.so in /my/local/lib. how can i set the

Re: cvs commit: apache-1.3/src CHANGES

2003-09-18 Thread William A. Rowe, Jr.
At 02:28 PM 9/18/2003, Jeff Trawick wrote: [EMAIL PROTECTED] wrote: Index: rfc1413.c === +/* Win32 timeouts are in msec, represented as int */ +msec = timeout * 1000; +setsockopt(sock, SOL_SOCKET, SO_RCVTIMEO,

RE: cvs commit: apache-1.3/src CHANGES

2003-09-18 Thread Wilt, Paul
Bill: Wasn't Jeff referring to the // single line comment in his message about watching for language? Paul E Wilt Senior Principal Software Engineer ProQuest Information and Learning - http://www.proquest.com mailto:[EMAIL PROTECTED] 300

RE: cvs commit: apache-1.3/src CHANGES

2003-09-18 Thread Resume
please remove my address from this mailing list as I was never asked to be put on. Thank you -Original Message- From: Wilt, Paul [mailto:[EMAIL PROTECTED] Sent: Thursday, September 18, 2003 1:50 PM To: '[EMAIL PROTECTED]' Subject: RE: cvs commit: apache-1.3/src CHANGES Bill: Wasn't

RE: Patches and Enhancements for a SSL-Proxy Based on Apache 2.0 (mod_ssl, mod_proxy, mod_headers)

2003-09-18 Thread Resume
please remove my address from this mailing list as I was never asked to be put on. Thank you -Original Message- From: Todd [mailto:[EMAIL PROTECTED] Sent: Thursday, September 18, 2003 7:56 AM To: [EMAIL PROTECTED] Subject: Re: Patches and Enhancements for a SSL-Proxy Based on Apache 2.0

Re: cvs commit: apache-1.3/src CHANGES

2003-09-18 Thread Jeff Trawick
Wilt, Paul wrote: Bill: Wasn't Jeff referring to the // single line comment in his message about watching for language? yep I'm expecting it to not fail on a real C (99) compiler.

RE: cvs commit: apache-1.3/src CHANGES

2003-09-18 Thread William A. Rowe, Jr.
At 03:49 PM 9/18/2003, Wilt, Paul wrote: Bill: Wasn't Jeff referring to the // single line comment in his message about watching for language? Yup - I thought he was merely dissing winsock :-) Another thought though, wouldn't that be more appropriate as a #error This configuration cannot be

Re: cvs commit: apache-1.3/src CHANGES

2003-09-18 Thread Brian Havard
On Thu, 18 Sep 2003 14:49:33 -0500, William A. Rowe, Jr. wrote: At 02:28 PM 9/18/2003, Jeff Trawick wrote: [EMAIL PROTECTED] wrote: Index: rfc1413.c === +/* Win32 timeouts are in msec, represented as int */ +msec =