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 jakarta-tomcat-connectors/jk/na
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
exec_first^M
unset jk_exec_line^M
unset jk_exec_ret^M
}^M
^M
$1="`cat retvalue.tmp`"^M
rm -f retvalue.tmp^M
echo " execution of \"$2\""^M
echo " returned with value \"${$1}\""^M
^M
cd "${jk_exec_curdir
_line^M
unset jk_exec_ret^M
}^M
^M
$1="`cat retvalue.tmp`"^M
rm -f retvalue.tmp^M
echo " execution of \"$2\""^M
echo " returned with value \"${$1}\""^M
^M
cd "${jk_exec_curdir}"^M
unset jk_exec_curdir^M
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
1.
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
==
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 jakarta-tomcat-connectors/jk/native2/ser
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
===
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
mturk 2002/09/27 06:18:26
Modified:jk/native2/server/apache13 mod_jk2.c
Log:
Fix the compile warnings.
Revision ChangesPath
1.22 +2 -3 jakarta-tomcat-connectors/jk/native2/server/apache13/mod_jk2.c
Index: mod_jk2.c
=
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
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
=
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
=
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 jakarta-tomcat-connect
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 jakarta-tomcat-connec
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 jk_handler_logon.c
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
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).
costin 02/03/24 19:31:41
Modified:jk/native2/server/apache13 mod_jk2.c
Log:
Fix init, post_config doesn't exist in 1.3
Revision ChangesPath
1.7 +3 -12 jakarta-tomcat-connectors/jk/native2/server/apache13/mod_jk2.c
Index: mod_jk2.c
==
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 -15jakarta-tomcat-connectors/jk/na
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 and the other
'special' code ( like native logger, etc ) - then try to
make it work ( it just compiles right now )
21 matches
Mail list logo