[STATUS] (perl-framework) Wed Oct 9 23:45:50 EDT 2002

2002-10-10 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.,

Strange SSL log entries for 400

2002-10-10 Thread Mladen Turk
Hi, Dunno if that's for the bugzilla but if I make a bad request using http instead https for example: http://10.0.0.92:443/manual/index.html.en The log entry of mod_ssl error_log gets the: 10.0.0.92 - - [10/Oct/2002:11:27:18 +0200] GET / HTTP/1.0/index.html.en HTTP/1. 400 519 Looks like

sockets and such

2002-10-10 Thread Randall Stewart
Hi: I am working on getting apache2 (2.0.43) to be able to listen on SCTP sockets as well as TCP. This involves a small amount of work expanding the socket_t to have a protocol field. One thing I noted in the file server/mpm/experimental/perchild/perchild.c There was a comment /* XXX this

Re: sockets and such

2002-10-10 Thread Jeff Trawick
Randall Stewart [EMAIL PROTECTED] writes: Oh, also, once I get SCTP awareness into apache2 .. who can I send my changes to to possibly have a look at it to see if they would like to add it to apache? APR patches discussed on [EMAIL PROTECTED], Apache patches discussed on [EMAIL PROTECTED]

Re: sockets and such

2002-10-10 Thread Randall Stewart
Jeff Trawick wrote: Randall Stewart [EMAIL PROTECTED] writes: Oh, also, once I get SCTP awareness into apache2 .. who can I send my changes to to possibly have a look at it to see if they would like to add it to apache? APR patches discussed on [EMAIL PROTECTED], Apache patches

Re: sockets and such

2002-10-10 Thread rbb
On Thu, 10 Oct 2002, Randall Stewart wrote: Hi: I am working on getting apache2 (2.0.43) to be able to listen on SCTP sockets as well as TCP. This involves a small amount of work expanding the socket_t to have a protocol field. It should be possible to do this without any core changes,

Re: Apache and Unix domain sockets

2002-10-10 Thread rbb
uOn Thu, 10 Oct 2002, Bojan Smojver wrote: This might sound silly, but can one make Apache 2.0 listen to a Unix domain socket instead of a TCP socket? I looked through the code that has to do with sockets and it seemed as if that was not possible at this point. But I might have missed

Re: sockets and such

2002-10-10 Thread Randall Stewart
Ryan: Thanks for the fast response.. Now for some thoughts.. [EMAIL PROTECTED] wrote: On Thu, 10 Oct 2002, Randall Stewart wrote: Hi: I am working on getting apache2 (2.0.43) to be able to listen on SCTP sockets as well as TCP. This involves a small amount of work expanding the

Re: sockets and such

2002-10-10 Thread rbb
On Thu, 10 Oct 2002, Randall Stewart wrote: [EMAIL PROTECTED] wrote: On Thu, 10 Oct 2002, Randall Stewart wrote: Hi: I am working on getting apache2 (2.0.43) to be able to listen on SCTP sockets as well as TCP. This involves a small amount of work expanding the socket_t to have

Re: sockets and such

2002-10-10 Thread Randall Stewart
[EMAIL PROTECTED] wrote: On Thu, 10 Oct 2002, Randall Stewart wrote: [EMAIL PROTECTED] wrote: On Thu, 10 Oct 2002, Randall Stewart wrote: Hi: I am working on getting apache2 (2.0.43) to be able to listen on SCTP sockets as well as TCP. This involves a small amount of work expanding the

Re: Mod_cache and multiple brigade problem.

2002-10-10 Thread Matthieu Estrade
Hi, I worked more on debug in mod_cache. what i found is: when the bug is happening, and it's not all the time: the request are served from cache 1/2 times so: first request is cached, the second one served from the cache, the third one is cached. find_entry function in cache_hash is unable

Re: Mod_cache and multiple brigade problem.

2002-10-10 Thread Paul J. Reder
It looks to me like you and I are on the same path. I'm currently fixing a problem related to freshness computations, but I'm also looking in to why it seems to fetch files more than it needs to. I'll let you know if I find anything. Please keep me posted. Thanks, Paul J. Reder Matthieu

Re: Apache and Unix domain sockets

2002-10-10 Thread Bojan Smojver
On Fri, 2002-10-11 at 01:00, [EMAIL PROTECTED] wrote: uOn Thu, 10 Oct 2002, Bojan Smojver wrote: This might sound silly, but can one make Apache 2.0 listen to a Unix domain socket instead of a TCP socket? I looked through the code that has to do with sockets and it seemed as if that

apache 2.0.43: %b not showing bytes sent but bytes requested

2002-10-10 Thread David Burry
The documentation for Apache 2.0.43 for mod_log_config states: %...b: Bytes sent, excluding HTTP headers. In CLF format i.e. a '-' rather than a 0 when no bytes are sent. However, in testing I clearly see it's logging the number of bytes _requested_ (that is, that apache intended to send)!!!

mod_proxy and Content-Length

2002-10-10 Thread rreiner
[The cc recipients of this message are those httpd-dev posters who've been involved in the recent C-L discussion(s)] Problems with 2.0.42 and mod_proxy with Content-Length: - 2.0.39 stripped C-L from all HTTP/1.0 responses. - 2.0.40 retained C-L on HTTP/1.0 responses for GETs, but stripped

regexp processing and pcre - apache modules restricted to the POSIX interface and passing a string?

2002-10-10 Thread Kent Fitch
I'm finding that using the bucket API to develop filters using Apache2 is very easy and powerful - congratulations to the desiginers. One of the things I'm doing is looking for regular expressions in the contents of buckets. Because the buckets are not null terminated strings, I must copy

Re: apache 2.0.43: %b not showing bytes sent but bytes requested

2002-10-10 Thread Bojan Smojver
Quoting David Burry [EMAIL PROTECTED]: If we're not going to fix %s shouldn't we at least fix the documentation to be more accurate? 2.0 and 1.3 really are quite different here. I kind of remember that someone was working on this (i.e. on fixing it) a while ago, but I can't remember the