[STATUS] (httpd-2.1) Wed Feb 25 23:45:17 EST 2004

2004-02-25 Thread Rodent of Unusual Size
APACHE 2.1 STATUS: -*-text-*- Last modified at [$Date: 2004/01/04 15:08:00 $] Release [NOTE that only Alpha/Beta releases occur in 2.1 development]: 2.1.0 : in development Please consult the following STATUS files for information on related proj

[STATUS] (httpd-2.0) Wed Feb 25 23:45:11 EST 2004

2004-02-25 Thread Rodent of Unusual Size
APACHE 2.0 STATUS: -*-text-*- Last modified at [$Date: 2004/02/25 11:00:49 $] Release: 2.0.49 : in development 2.0.48 : released October 29, 2003 as GA. 2.0.47 : released July 09, 2003 as GA. 2.0.46 : released May 28, 2003 as GA.

[STATUS] (apache-1.3) Wed Feb 25 23:45:05 EST 2004

2004-02-25 Thread Rodent of Unusual Size
APACHE 1.3 STATUS: -*-text-*- Last modified at [$Date: 2004/02/18 15:00:46 $] Release: 1.3.30-dev: In development. Jim proposes a release around the start of March, 2004. 1.3.29: Tagged October 24, 2003. Announced Oct 29, 2003.

[PATCH-Modified-2] SSL not sending close alert message

2004-02-25 Thread Mathihalli, Madhusudan
More feedback incorporated ! -Madhu Index: server/Makefile.in === RCS file: /home/cvs/httpd-2.0/server/Makefile.in,v retrieving revision 1.91 diff -u -r1.91 Makefile.in --- server/Makefile.in 2 Feb 2004 17:04:10 - 1.91 ++

1.x: byte-range with ErrorDocuments returns incorrect status code

2004-02-25 Thread Will Lowe
It looks like byte-range requests on non-existant files returns 206 instead of 404 if ErrorDocument is set. This Debian's testing and stable releases, running on sparc and i386 respectively. I have this in my config on my 1.x server: Alias /errordocs/404.html /etc/apache/404.html ErrorDocument 4

Re: "(97)Address family not supported by protocol" causes "disk ticking"?

2004-02-25 Thread Alexis Huxley
>>> [Mon Feb 16 23:35:33 2004] [warn] (97)Address family not supported by >>> protocol: get socket to connect to listener >>> [Mon Feb 16 23:35:34 2004] [warn] (97)Address family not supported by >>> protocol: get socket to connect to listener Ok, it did it again. Here's the 'str

RE: finish connection hook (WAS: RE: [PATCH] SSL not sending close alert message)

2004-02-25 Thread Mathihalli, Madhusudan
>-Original Message- >From: Greg Stein [mailto:[EMAIL PROTECTED] [SNIP] >On Wed, Feb 25, 2004 at 09:16:04AM -0800, Justin Erenkrantz wrote: >> --On Tuesday, February 24, 2004 4:49 PM -0800 "Mathihalli, >Madhusudan" wrote: >> >> > ... brings up the question : do you still want the >finish

Re: finish connection hook (WAS: RE: [PATCH] SSL not sending close alert message)

2004-02-25 Thread Greg Stein
On Wed, Feb 25, 2004 at 09:16:04AM -0800, Justin Erenkrantz wrote: > --On Tuesday, February 24, 2004 4:49 PM -0800 "Mathihalli, Madhusudan" > <[EMAIL PROTECTED]> wrote: > > > ... brings up the question : do you still want the finish_connection hook OR > > should the modules be content with the EO

inserting env var to cgi from input filter

2004-02-25 Thread Aryeh Katz
It seems from the code, that any headers an input filter would like to insert in the environment won't be inserted. This is because by the time the input filter has been called (ap_get_brigade on line 696) the environment has been finalized (line with run_cgi_child:ap_create_privileged_process,

Re: Apache 2 module hook priorities, was: Help required on Apache from scratch...

2004-02-25 Thread Glenn Nielsen
Henri, Perhaps we should bounce these last two messages to tomcat-dev and continue the discussion there. Resolving this problem will require a great deal of painstaking work. Setting up test conditions to test mod_jk 1.2/2 interaction with other core apache modules and commonly used ones like mo

RE: [PATCH-Modified] SSL not sending close alert message

2004-02-25 Thread Mathihalli, Madhusudan
>-Original Message- >From: Justin Erenkrantz [mailto:[EMAIL PROTECTED] [SNIP] >> + >> AP_CORE_DECLARE(void) ap_flush_conn(conn_rec *c) >> { >> apr_bucket_brigade *bb; >> apr_bucket *b; >> + >> +ap_end_connection(c); > >I wouldn't split this out into two functions that both

Re: [PATCH-Modified] SSL not sending close alert message

2004-02-25 Thread Justin Erenkrantz
--On Tuesday, February 24, 2004 5:26 PM -0800 "Mathihalli, Madhusudan" <[EMAIL PROTECTED]> wrote: Here's the new patch incorporating the feedback. Comments inline. One thing that I'd like feedback : The eoc bucket is inserted by the ap_end_connection() function(in server/connection.c) - and dele

Re: finish connection hook (WAS: RE: [PATCH] SSL not sending close alert message)

2004-02-25 Thread Justin Erenkrantz
--On Tuesday, February 24, 2004 4:49 PM -0800 "Mathihalli, Madhusudan" <[EMAIL PROTECTED]> wrote: ... brings up the question : do you still want the finish_connection hook OR should the modules be content with the EOC bucket ? I don't think we'd need a new hook. -- justin

Re: Apache 2 module hook priorities, was: Help required on Apache from scratch...

2004-02-25 Thread Henri Gomez
Henri, Getting the priority set correctly for hooks in JK2 is sticky. You might take a look at what I did setting hook priority in mod_jk 1.2 so that it would work correctly with mod_dir. My cvs commit messages might be helpful from jakarta-tomcat-connectors/jk/native/apache-2.0/mod_jk.c . Here

Re: Apache 2 module hook priorities, was: Help required on Apache from scratch...

2004-02-25 Thread Henri Gomez
Glenn Nielsen wrote: On Wed, Feb 25, 2004 at 04:40:32PM +0100, Henri Gomez wrote: Bill Stoddard wrote: Benedict DSilva wrote: Hi all, Just wanted to know about how does the Apache HTTP Server start, and all that it does with the modules (Initialization, Configuration etc). Explaining how A

Re: Help required on Apache from scratch...

2004-02-25 Thread Henri Gomez
Gerardo Reynaga wrote: Hi Benedict, I found a good reference and documentation, see URL below. I believe this will be useful for you. There's a document called The Apache Modeling Project. An html version of it can be found at: apache.hpi.uni-potsdam.de/document/ Excellent works, congratulations

Re: Help required on Apache from scratch...

2004-02-25 Thread Gerardo Reynaga
Hi Benedict, I found a good reference and documentation, see URL below. I believe this will be useful for you. There's a document called The Apache Modeling Project. An html version of it can be found at: apache.hpi.uni-potsdam.de/document/ Apache Modeling Portal http://apache.hpi.uni-potsd

Apache 2 module hook priorities, was: Help required on Apache from scratch...

2004-02-25 Thread Glenn Nielsen
On Wed, Feb 25, 2004 at 04:40:32PM +0100, Henri Gomez wrote: > Bill Stoddard wrote: > > >Benedict DSilva wrote: > > > >>Hi all, > >>Just wanted to know about how does the Apache HTTP Server start, and > >>all that it does with the modules (Initialization, Configuration etc). > > > > > >Explaining

Re: Help required on Apache from scratch...

2004-02-25 Thread Henri Gomez
Bill Stoddard wrote: Benedict DSilva wrote: Hi all, Just wanted to know about how does the Apache HTTP Server start, and all that it does with the modules (Initialization, Configuration etc). Explaining how Apache HTTPD works to the degree of detail you are looking for is a rather tall reques

Re: Help required on Apache from scratch...

2004-02-25 Thread Bill Stoddard
Benedict DSilva wrote: Hi all, Just wanted to know about how does the Apache HTTP Server start, and all that it does with the modules (Initialization, Configuration etc). Explaining how Apache HTTPD works to the degree of detail you are looking for is a rather tall request to answer in an email.

Re: [PATCH] SSL not sending close alert message

2004-02-25 Thread Sander Striker
On Wed, 2004-02-25 at 00:15, Cliff Woolley wrote: > On Tue, 24 Feb 2004, Joe Orton wrote: > > > I wasn't sure whether or not this EOC bucket type should go in APR-util > > or httpd. Filtering gurus, what say ye? That bit looks OK to me > > otherwise with a licence header added to the new file. >

HOOKS infos ? Was: jk2 hooks infos

2004-02-25 Thread Henri Gomez
Henri Gomez wrote: We also have report of problem between jk2 and mod_dav. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21546 Help welcome from Apache 2.0 specialist in such area. Hi to all, I'm working on jk2 release (2.0.4) and as such try to fix many bugzillas. Jean-Frederic Clere sen

RE: Help required on Apache from scratch...

2004-02-25 Thread Sung Kim
Hi, Apache module uses hooks (function pointers) to invoke proper modules for each request, and there are several hook categories such as initialization, log, auth, and main handler. I recommend reading mod_example.c (in modules/experimental) and compiling it with your Apache. I'm sure that will