cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache13 mod_jk2.c jk_service_apache13.c

2004-03-21 Thread mturk
mturk 2004/03/21 01:43:51 Modified:jk/native2/server/apache13 mod_jk2.c jk_service_apache13.c Log: Apply the Apache-wide conding style. See http://www.apache.org/dev/styleguide.html for details. Revision ChangesPath 1.33 +261 -246

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache13 mod_jk2.c

2004-02-13 Thread hgomez
hgomez 2004/02/13 00:40:42 Modified:jk/native2/common jk_requtil.c jk_worker_lb.c jk_msg_ajp.c jk_worker_ajp13.c jk/native2/server/apache2 mod_jk2.c jk/native2/include jk_msg.h jk_service.h jk/native2/server/aolserver

Re: cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache13 mod_jk2.c Makefile.in

2003-11-11 Thread jean-frederic clere
commit: jakarta-tomcat-connectors/jk/native2/server/apache13 mod_jk2.c Makefile.in hgomez 2003/11/10 03:05:33 Modified:jk/native2 configure.in Makefile.in jk/support jk_apr.m4 jk_exec.m4 jk/native2/server/apache13 mod_jk2.c Makefile.in Log: Latest jk2/apache

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache13 mod_jk2.c Makefile.in

2003-11-10 Thread hgomez
hgomez 2003/11/10 03:05:33 Modified:jk/native2 configure.in Makefile.in jk/support jk_apr.m4 jk_exec.m4 jk/native2/server/apache13 mod_jk2.c Makefile.in Log: Latest jk2/apache 1.3 patch Obtained from: Kurt Miller Revision ChangesPath

Re: cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache13 mod_jk2.c Makefile.in

2003-11-10 Thread Kurt Miller
echo execution of \$2\^M echo returned with value \${$1}\^M ^M cd ${jk_exec_curdir}^M unset jk_exec_curdir^M ])^M - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, November 10, 2003 6:05 AM Subject: cvs commit: jakarta-tomcat-connectors/jk

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache13 mod_jk2.c jk_service_apache13.c

2003-02-03 Thread mturk
mturk 2003/02/03 23:42:05 Modified:jk/native2/server/apache13 mod_jk2.c jk_service_apache13.c Log: Update license to 2003. Revision ChangesPath 1.26 +2 -2 jakarta-tomcat-connectors/jk/native2/server/apache13/mod_jk2.c Index: mod_jk2.c

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache13 mod_jk2.c

2002-10-09 Thread mturk
mturk 2002/10/09 10:10:24 Modified:jk/native2/server/apache13 mod_jk2.c Log: Skip the checking of default hostname and port. Using that scheme the same behaviour is on all web servers. Revision ChangesPath 1.25 +4 -8

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache13 mod_jk2.c

2002-10-04 Thread mturk
mturk 2002/10/04 09:10:38 Modified:jk/native2/server/apache13 mod_jk2.c Log: Fix the logger.file, using ap_server_root like on Apache2. Revision ChangesPath 1.23 +14 -8 jakarta-tomcat-connectors/jk/native2/server/apache13/mod_jk2.c Index: mod_jk2.c

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache13 mod_jk2.c

2002-10-04 Thread mturk
mturk 2002/10/04 09:23:42 Modified:jk/native2/server/apache13 mod_jk2.c Log: Uuups wrong editor :) CRLF. Revision ChangesPath 1.24 +11 -11jakarta-tomcat-connectors/jk/native2/server/apache13/mod_jk2.c Index: mod_jk2.c

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache13 mod_jk2.c

2002-09-25 Thread mturk
mturk 2002/09/25 01:11:10 Modified:jk/native2/server/apache13 mod_jk2.c Log: Add the same uriMap parsing as on Apache2 using hostname and port for virtual hosts. Revision ChangesPath 1.21 +26 -2 jakarta-tomcat-connectors/jk/native2/server/apache13/mod_jk2.c

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache13 mod_jk2.c

2002-09-23 Thread mturk
mturk 2002/09/23 10:41:44 Modified:jk/native2/server/apache13 mod_jk2.c Log: Supply the port to the uriMap call, This is TODO. Revision ChangesPath 1.20 +2 -2 jakarta-tomcat-connectors/jk/native2/server/apache13/mod_jk2.c Index: mod_jk2.c

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache13 mod_jk2.c

2002-09-12 Thread jfclere
jfclere 2002/09/12 03:43:37 Modified:jk/native2/server/apache13 mod_jk2.c Log: Typo. Revision ChangesPath 1.19 +2 -2 jakarta-tomcat-connectors/jk/native2/server/apache13/mod_jk2.c Index: mod_jk2.c

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache13 mod_jk2.c

2002-08-15 Thread mturk
mturk 2002/08/15 02:27:41 Modified:jk/native2/server/apache13 mod_jk2.c Log: After succesfull call to the mapUri call the mapUri again with the reverse flag set. This will decline the 'reverse' mappings. Revision ChangesPath 1.17 +9 -2

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache13 mod_jk2.c

2002-08-15 Thread mturk
mturk 2002/08/15 04:22:41 Modified:jk/native2/server/apache13 mod_jk2.c Log: Remove the reverse flag from uriMap call. All the positive/negative mappings is now done inside the uriMap function itself. Revision ChangesPath 1.18 +1 -8

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache13 mod_jk2.c

2002-06-10 Thread nacho
nacho 2002/06/10 14:55:08 Modified:jk/native2/common jk_channel.c jk_channel_apr_socket.c jk_channel_jni.c jk_channel_socket.c jk_channel_un.c jk_config.c jk_config_file.c jk_endpoint.c jk_env.c

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache13 mod_jk2.c

2002-05-24 Thread hgomez
hgomez 02/05/24 00:12:32 Modified:jk/native2/server/apache13 mod_jk2.c Log: add module report as present at install time Revision ChangesPath 1.14 +8 -2 jakarta-tomcat-connectors/jk/native2/server/apache13/mod_jk2.c Index: mod_jk2.c

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache13 mod_jk2.c

2002-04-09 Thread jfclere
jfclere 02/04/09 14:00:38 Modified:jk/native2/common jk_config.c jk_workerEnv.c jk/native2/server/apache13 mod_jk2.c Log: Add $(serverRoot) handling for apache13 and jk_config.c (it cores when modifying the value parameter (in the read only part of executable).

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache13 mod_jk2.c

2002-03-18 Thread costin
costin 02/03/18 10:47:18 Modified:jk/native2/server/apache13 mod_jk2.c Log: Update for the new config and signatures. It's still dumping core, but I fixed few more bugs, it's getting close. Revision ChangesPath 1.4 +17 -15

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache13 mod_jk2.c

2002-02-23 Thread costin
costin 02/02/23 11:01:05 Added: jk/native2/server/apache13 mod_jk2.c Log: Quick and dirty backport of mod_jk.c. Apr is not used, I'll probably remove the location and the other 'special' code ( like native logger, etc ) - then try to make it work ( it just compiles