cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 mod_jk.c

2002-06-12 Thread hgomez
hgomez 2002/06/12 07:31:09 Modified:jk/native/apache-2.0 mod_jk.c Log: Fix the incorrect error reported when a worker is defined but didn't exist (reported by Bojan) Revision ChangesPath 1.45 +4 -1 jakarta-tomcat-connectors/jk/native/apache-2.0/mod_jk.c

cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 mod_jk.c

2002-04-12 Thread mmanders
mmanders02/04/12 08:55:59 Modified:jk/native/apache-2.0 mod_jk.c Log: Moved cleanup routine to the right place. At least on NetWare, the module is loaded multiple times and the first time, cleanup wasn't happening. Since it is a pool cleanup, I now register the cleanup where the

cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 mod_jk.c

2002-04-11 Thread mmanders
mmanders02/04/11 14:52:43 Modified:jk/native/apache-2.0 mod_jk.c Log: Updated to build for Apache 2.0 on NetWare (LibC). Added a cleanup routine Revision ChangesPath 1.42 +38 -8 jakarta-tomcat-connectors/jk/native/apache-2.0/mod_jk.c Index: mod_jk.c ===

Re: cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 mod_jk.c

2002-04-02 Thread Bill Barker
- Original Message - From: <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Tuesday, April 02, 2002 7:52 AM Subject: RE: cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 mod_jk.c > I will apply the patch to 1.3. > &g

RE: cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 mod_jk.c

2002-04-02 Thread costinm
On Tue, 2 Apr 2002, Larry Isaacs wrote: > I have some updates almost ready that use the util source > out of j-t-c rather than its local copy. I was also going > to have it build and include http11 and coyote as well. > I haven't had the time to play much with these. I would, > at minimum, add

RE: cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 mod_jk.c

2002-04-02 Thread Larry Isaacs
> EMAIL : [EMAIL PROTECTED](. .) > > PGP KEY : 697ECEDD...oOOo..(_)..oOOo... > > PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 > > > > > > > > >-Original Message- > > >From: [EMAIL PROTECTED] [

RE: cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 mod_jk.c

2002-04-02 Thread GOMEZ Henri
t;From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] >Sent: Tuesday, April 02, 2002 2:42 AM >To: [EMAIL PROTECTED] >Subject: cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 >mod_jk.c > > >costin 02/04/01 16:42:11 > > Modified:jk/native/apache-2.0 mod_jk.c

cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 mod_jk.c

2002-04-01 Thread costin
costin 02/04/01 16:42:11 Modified:jk/native/apache-2.0 mod_jk.c Log: If jk config is broken, report the error - but don't exit. Revision ChangesPath 1.41 +4 -4 jakarta-tomcat-connectors/jk/native/apache-2.0/mod_jk.c Index: mod_jk.c =

cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 mod_jk.c

2002-02-28 Thread costin
costin 02/02/28 14:45:50 Modified:jk/native/apache-2.0 mod_jk.c Log: Avoid duplicated initialization Revision ChangesPath 1.40 +4 -3 jakarta-tomcat-connectors/jk/native/apache-2.0/mod_jk.c Index: mod_jk.c

cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 mod_jk.c

2001-12-04 Thread costin
costin 01/12/04 13:38:27 Modified:jk/native/apache-2.0 mod_jk.c Log: Patch from Julius Gawlas. Fix mod_jk for the latest apache2.0 Submitted by: "GAWLAS,JULIUS (HP-Cupertino,ex1)" <[EMAIL PROTECTED]> Revision ChangesPath 1.39 +10 -9 jakarta-tomcat-connecto

cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 mod_jk.c

2001-12-04 Thread costin
costin 01/12/04 11:51:02 Modified:jk/native/apache-1.3 mod_jk.c jk/native/apache-2.0 mod_jk.c Log: Rollback. Revision ChangesPath 1.23 +2 -7 jakarta-tomcat-connectors/jk/native/apache-1.3/mod_jk.c Index: mod_jk.c =

cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 mod_jk.c

2001-11-16 Thread costin
costin 01/11/16 14:55:34 Modified:jk/native/apache-2.0 mod_jk.c Log: A bit more debugging, a bit cleaner ifs, don't try to read workers.properties if none is set up. ( the settings in worker.properties can be done in httpd.conf - it's easier for testing/debugging to edit a

RE: cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 mod_jk.c

2001-10-31 Thread GOMEZ Henri
> @@ -306,7 +307,9 @@ >* pointer. >*/ > /* Works with 4096, fails with 8192 */ > +#ifndef CHUNK_SIZE > #define CHUNK_SIZE 4096 > +#endif > > static int JK_METHOD ws_write(jk_ws_service_t *s, > const void *b, > @@ -674,6 +677,7 @@ > retur

cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 mod_jk.c mod_jk.dsp

2001-10-04 Thread marcsaeg
marcsaeg01/10/04 06:09:42 Modified:jk/native/apache-2.0 mod_jk.c mod_jk.dsp Log: Changes to allow builds on Win32 platforms. Revision ChangesPath 1.28 +3 -1 jakarta-tomcat-connectors/jk/native/apache-2.0/mod_jk.c Index: mod_jk.c =

cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 mod_jk.c

2001-10-02 Thread hgomez
hgomez 01/10/02 02:41:09 Modified:jk/native/apache-2.0 mod_jk.c Log: Add component name (announce) in Apache 2.0 Allready present in Apache 1.3 Revision ChangesPath 1.27 +2 -1 jakarta-tomcat-connectors/jk/native/apache-2.0/mod_jk.c Index: mod_jk.c ===

cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 mod_jk.c

2001-09-14 Thread hgomez
hgomez 01/09/14 15:32:19 Modified:jk/native/apache-2.0 mod_jk.c Log: Complete the support of chunk encoding and add the required content-length which is now required by recent ajp13 present in JT and which will soon be ported to JTC for at least TC 4.0 use (candidate here ?

cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 mod_jk.c

2001-09-06 Thread jfclere
jfclere 01/09/06 06:39:29 Modified:jk/native/apache-2.0 mod_jk.c Log: This patch allows mod_jk to successfully serve pages against Apache 2.0 and Tomcat. This is required after the changes to abstract out location and directory walks from the core request processing. (since ver

cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 mod_jk.c

2001-09-05 Thread jfclere
jfclere 01/09/05 07:43:48 Modified:jk/native/apache-2.0 mod_jk.c Log: Clean some useless code - and compare it with TC3.x code - Revision ChangesPath 1.20 +3 -26 jakarta-tomcat-connectors/jk/native/apache-2.0/mod_jk.c Index: mod_jk.c =

cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 mod_jk.c

2001-09-05 Thread jfclere
jfclere 01/09/05 06:00:26 Modified:jk/native/apache-2.0 mod_jk.c Log: Change tabs into 4 spaces. Revision ChangesPath 1.19 +83 -83jakarta-tomcat-connectors/jk/native/apache-2.0/mod_jk.c Index: mod_jk.c =

cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 mod_jk.c

2001-09-04 Thread jfclere
jfclere 01/09/04 03:57:04 Modified:jk/native/apache-2.0 mod_jk.c Log: The code was not prepared for windows. And ap_server_root_relative does the ap_pstrdup for us. Revision ChangesPath 1.18 +5 -11 jakarta-tomcat-connectors/jk/native/apache-2.0/mod_jk.c I

cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 mod_jk.c

2001-09-03 Thread jfclere
jfclere 01/09/03 03:08:11 Modified:jk/native/apache-1.3 mod_jk.c jk/native/apache-2.0 mod_jk.c Log: Allow relative path for the workers file. Revision ChangesPath 1.12 +10 -3 jakarta-tomcat-connectors/jk/native/apache-1.3/mod_jk.c Index: mod_

cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 mod_jk.c

2001-08-06 Thread jfclere
jfclere 01/08/06 08:54:20 Modified:jk/native/apache-2.0 mod_jk.c Log: Arrange jk_set_log_file to allow relative path. Revision ChangesPath 1.16 +9 -2 jakarta-tomcat-connectors/jk/native/apache-2.0/mod_jk.c Index: mod_jk.c

cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 mod_jk.c

2001-07-03 Thread costin
costin 01/07/03 15:34:12 Modified:jk/native/apache-2.0 mod_jk.c Log: Added few comments, reformat some long lines ( to 80 columns - so it can be printed and read more easily ). Removed the duplicated code that inits mod_jk, preparing to allow more configuration to be speci

cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 mod_jk.c

2001-07-03 Thread costin
costin 01/07/03 13:52:54 Modified:jk/native/apache-2.0 mod_jk.c Log: - In jk_handler, if a handler is already set ( by a manual configuration ), then deal with that - either call uri_worker_map, or if a single worker is defined use it ( that would avoid an extra call ). T

cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 mod_jk.c

2001-07-02 Thread hgomez
hgomez 01/07/02 14:20:07 Modified:jk/native/apache-2.0 mod_jk.c Log: Added a default virtual host '*' Revision ChangesPath 1.12 +2 -1 jakarta-tomcat-connectors/jk/native/apache-2.0/mod_jk.c Index: mod_jk.c ===

cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 mod_jk.c

2001-07-02 Thread hgomez
hgomez 01/07/02 01:17:58 Modified:jk/native/apache-2.0 mod_jk.c Log: util_date.h moved to APR in httpd 2.0-19-dev Revision ChangesPath 1.11 +6 -1 jakarta-tomcat-connectors/jk/native/apache-2.0/mod_jk.c Index: mod_jk.c ===

cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 mod_jk.c

2001-06-26 Thread jfclere
jfclere 01/06/26 08:01:24 Modified:jk/native/apache-2.0 mod_jk.c Log: Arrange the server_name and server_port logic. Note the apr_sockaddr_port_get(). Revision ChangesPath 1.10 +8 -3 jakarta-tomcat-connectors/jk/native/apache-2.0/mod_jk.c Index: mod_jk.c

cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 mod_jk.c

2001-06-22 Thread jfclere
jfclere 01/06/22 08:19:15 Modified:jk/native/apache-2.0 mod_jk.c Log: add apu_compat.h for ap_parseHTTPdate (moved httpd-2.0/.../util_date.[ch]). Revision ChangesPath 1.9 +2 -1 jakarta-tomcat-connectors/jk/native/apache-2.0/mod_jk.c Index: mod_jk.c

<    1   2