cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 mod_jk.c

2002-02-22 Thread hgomez
hgomez 02/02/22 02:05:26 Removed: jk/native2/server/apache2 mod_jk.c Log: Remove mod_jk.c -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 mod_jk.c

2002-02-21 Thread hgomez
hgomez 02/02/21 03:21:45 Modified:jk/native2/server/apache2 mod_jk.c Log: Last part of jk2 renaming All Jk directive renamed to Jk2 to be able to have installed at the same time mod_jk 1.x and mod_jk 2.x Corrected also Jk(2)Worker directive, now you could use :

RE: cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 mod_jk.c

2002-02-21 Thread GOMEZ Henri
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 21, 2002 12:22 PM To: [EMAIL PROTECTED] Subject: cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 mod_jk.c hgomez 02/02/21 03:21:45 Modified:jk/native2/server/apache2 mod_jk.c Log

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 mod_jk.c

2002-02-21 Thread hgomez
hgomez 02/02/21 10:13:18 Modified:jk/native2/server/apache2 mod_jk.c Log: Jk2Worker works now as needed, note it just use Jk2_set2 Revision ChangesPath 1.21 +15 -3 jakarta-tomcat-connectors/jk/native2/server/apache2/mod_jk.c Index: mod_jk.c

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 mod_jk.c

2002-02-06 Thread costin
costin 02/02/06 11:20:59 Modified:jk/native2/server/apache2 mod_jk.c Log: Updates. Revision ChangesPath 1.19 +11 -12jakarta-tomcat-connectors/jk/native2/server/apache2/mod_jk.c Index: mod_jk.c

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 mod_jk.c

2002-01-15 Thread jfclere
jfclere 02/01/15 05:49:11 Modified:jk/native2/server/apache2 mod_jk.c Log: Correct a typo (if the worker is null mod_jk cores). Revision ChangesPath 1.17 +2 -2 jakarta-tomcat-connectors/jk/native2/server/apache2/mod_jk.c Index: mod_jk.c

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 mod_jk.c

2001-12-31 Thread costin
costin 01/12/31 12:03:15 Modified:jk/native2/server/apache2 mod_jk.c Log: Some more changes in mod_jk configuration, to provide a more 'natural' style for apache users. As previously, worker.properties is no longer needed ( but can be used ), all settings can be done in

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 mod_jk.c

2001-12-18 Thread costin
costin 01/12/18 14:51:55 Modified:jk/native2/common jk_ajp14_worker.c jk/native2/include jk_webapp.h jk/native2/jni jk_jni_aprImpl.c jk/native2/server/apache2 mod_jk.c Log: Move the reading of initial post data after the sending the

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 mod_jk.c

2001-12-16 Thread costin
costin 01/12/16 15:37:13 Modified:jk/native2/server/apache2 mod_jk.c Log: Update to the new methods signatures. Revision ChangesPath 1.13 +136 -104 jakarta-tomcat-connectors/jk/native2/server/apache2/mod_jk.c Index: mod_jk.c

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 mod_jk.c

2001-12-15 Thread costin
costin 01/12/15 09:36:25 Modified:jk/native2/server/apache2 mod_jk.c Log: Use jk_map for headers. Make sure we copy all data we'll need later in long-lived pools. Changed the option ( that I added few weeks ago ) to set jk properties in httpd.conf to JkSet. All jk

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 mod_jk.c

2001-12-12 Thread costin
costin 01/12/12 14:07:25 Modified:jk/native2/server/apache2 mod_jk.c Log: JkMounts will be added to the config, but no actual call is made before init(). ( the same model that is used on the java side in both 3.x and 4.0 - first we set properties, then we properly start the

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 mod_jk.c

2001-12-07 Thread costin
costin 01/12/07 15:05:45 Modified:jk/native2/server/apache2 mod_jk.c Log: - use r-request_config to pass the uriEnv ( the result of mapping ) instead of a note. This way we avoid few ( dozens ? ) string cmps, no need to pass the workerEnv (we pass the real structure ), the

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 mod_jk.c

2001-12-04 Thread costin
costin 01/12/04 11:12:52 Modified:jk/native2/server/apache2 mod_jk.c Log: Fixes. It now seems to work ( but keep gdb around :-). This version is using the apache logger and error.log - it'll be optional, but I want it tested a bit. Revision ChangesPath 1.4

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 mod_jk.c

2001-12-04 Thread costin
costin 01/12/04 15:59:01 Modified:jk/native2/server/apache2 mod_jk.c Log: Updated. Started to add the per_dir structure that will allow JkSetWorker inside Locations. This in turn will allow full 'native' configuration for apache ( i.e. using SetHandler and Location instead

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 mod_jk.c

2001-12-01 Thread costin
costin 01/12/01 14:41:41 Added: jk/native2/server/apache2 mod_jk.c Log: First server adapter to compile with the new classes. It probably doesn't work, but it's close :-) For now I'll just play with this one, after the interfaces are stable I'll start updating the

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 mod_jk.c

2001-12-01 Thread costin
costin 01/12/01 17:06:52 Modified:jk/native2/server/apache2 mod_jk.c Log: Update mod_jk. Apache now starts without any core dump ( :-) ), I haven't tried to use it yet, probably tommorow. Revision ChangesPath 1.2 +117 -116

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 mod_jk.c

2001-12-01 Thread costin
costin 01/12/01 18:09:45 Modified:jk/native2/common jk_logger_file.c jk_uriMap.c jk/native2/include jk_logger.h jk/native2/server/apache2 mod_jk.c Log: More fixes, now it seems the startup sequence is ok. The support for urimappings.properties (