wrowe 2005/08/07 22:14:00
Modified:jk/native/apache-1.3 mod_jk.c
Log:
This didn't do what the author intended on Win32; without
declspec(dllimport)
the module was looking at the redirection of this extern, not the redirected
result from loading the ApacheCore.dll module.
jfclere 2005/07/04 08:55:48
Modified:jk/native/apache-1.3 mod_jk.c
Log:
Fix PR 34474. Note that if the // are in the cookie path the cookie won't
work. (but that is the same in 2.x and when using ajp-proxy.
Revision ChangesPath
1.86 +9 -7 jakarta-tomcat-connec
mturk 2005/04/29 23:02:49
Modified:jk/native/apache-1.3 mod_jk.c
Log:
Assure singleton call to log_close.
Revision ChangesPath
1.79 +3 -2 jakarta-tomcat-connectors/jk/native/apache-1.3/mod_jk.c
Index: mod_jk.c
===
mturk 2005/03/26 01:37:24
Modified:jk/native/apache-1.3 mod_jk.c
Log:
Do not abort the connection if request is invalid, so that client receives
apache http error code, instead just dropping connection.
Revision ChangesPath
1.76 +4 -3 jakarta-tomcat-connecto
mturk 2005/03/18 00:13:55
Modified:jk/native/apache-1.3 mod_jk.c
Log:
Use EMERG instead ERR for critical errors.
Revision ChangesPath
1.75 +3 -3 jakarta-tomcat-connectors/jk/native/apache-1.3/mod_jk.c
Index: mod_jk.c
mturk 2005/02/14 02:36:12
Modified:jk/native/apache-1.3 mod_jk.c
Log:
Process service return values the same way as on Apache2.
Revision ChangesPath
1.67 +23 -6 jakarta-tomcat-connectors/jk/native/apache-1.3/mod_jk.c
Index: mod_jk.c
=
mturk 2005/02/14 01:45:58
Modified:jk/native/apache-1.3 mod_jk.c
Log:
Add shared memory support.
Revision ChangesPath
1.66 +44 -3 jakarta-tomcat-connectors/jk/native/apache-1.3/mod_jk.c
Index: mod_jk.c
mturk 2005/02/13 04:23:46
Modified:jk/native/apache-1.3 mod_jk.c
Log:
Implement new API calls for shm and set vhost uriworker_map
Revision ChangesPath
1.65 +10 -8 jakarta-tomcat-connectors/jk/native/apache-1.3/mod_jk.c
Index: mod_jk.c
===
mturk 2004/12/17 10:16:39
Modified:jk/native/apache-1.3 mod_jk.c
Log:
Remove duplicating uri because map_uri now properly reverts the
changes made when jsessionid is found.
Revision ChangesPath
1.61 +3 -4 jakarta-tomcat-connectors/jk/native/apache-1.3/mod_jk
mturk 2004/12/13 01:11:24
Modified:jk/native/apache-1.3 mod_jk.c
Log:
Add more logging.
Revision ChangesPath
1.59 +27 -3 jakarta-tomcat-connectors/jk/native/apache-1.3/mod_jk.c
Index: mod_jk.c
=
mturk 2004/12/07 06:02:51
Modified:jk/native/apache-1.3 mod_jk.c
Log:
Fix compile time warnings.
Revision ChangesPath
1.58 +2 -3 jakarta-tomcat-connectors/jk/native/apache-1.3/mod_jk.c
Index: mod_jk.c
mturk 2004/12/04 04:13:59
Modified:jk/native/apache-1.3 mod_jk.c
Log:
Info about JkWorkerProperty -- no functional changes.
Revision ChangesPath
1.56 +2 -2 jakarta-tomcat-connectors/jk/native/apache-1.3/mod_jk.c
Index: mod_jk.c
=
mturk 2004/11/12 00:42:47
Modified:jk/native/apache-1.3 mod_jk.c
Log:
Added JkWorkerProperty directive that enables omiting
workers.properties file (same as for Apache2).
For example: JkWorkerProperty worker.ajp13a.port=8009
Revision ChangesPath
1.51 +44 -11
hgomez 2004/02/11 01:50:39
Modified:jk/native/apache-1.3 mod_jk.c
Log:
Initialise the reco status
Revision ChangesPath
1.46 +4 -1 jakarta-tomcat-connectors/jk/native/apache-1.3/mod_jk.c
Index: mod_jk.c
billbarker2003/11/20 22:51:45
Modified:jk/native/apache-1.3 mod_jk.c
Log:
Fix logging file descriptor leak.
Submitted By: Steve Revilak [EMAIL PROTECTED]
Revision ChangesPath
1.45 +30 -2 jakarta-tomcat-connectors/jk/native/apache-1.3/mod_jk.c
Index: mod
hgomez 2003/09/25 08:22:09
Modified:jk/native/common jk_ajp14_worker.h jk_worker.c
jk_ajp_common.h jk_ajp14_worker.c jk_ajp_common.c
jk_ajp13.h jk_ajp13.c jk_msg_buff.c
jk_worker_list.h jk_service.h jk_md5.c
billbarker2003/08/25 21:32:59
Modified:jk/native/apache-1.3 mod_jk.c
Log:
Apache 1.3 support for new contract.
Revision ChangesPath
1.42 +4 -3 jakarta-tomcat-connectors/jk/native/apache-1.3/mod_jk.c
Index: mod_jk.c
mmanders2003/08/07 15:12:35
Modified:jk/native/apache-1.3 mod_jk.c
Log:
Added cleanup of automount member of config structure in exit_handler.
Revision ChangesPath
1.41 +2 -1 jakarta-tomcat-connectors/jk/native/apache-1.3/mod_jk.c
Index: mod_jk.c
hgomez 2003/07/02 00:09:10
Modified:jk/native/apache-1.3 mod_jk.c
Log:
Add the forgotten vars ;-)
Revision ChangesPath
1.40 +2 -1 jakarta-tomcat-connectors/jk/native/apache-1.3/mod_jk.c
Index: mod_jk.c
billbarker2003/06/26 20:06:43
Modified:jk/native/apache-1.3 mod_jk.c
Log:
Clean up AutoConfig to better handle "//".
Revision ChangesPath
1.39 +6 -4 jakarta-tomcat-connectors/jk/native/apache-1.3/mod_jk.c
Index: mod_jk.c
==
mturk 2003/06/11 09:53:07
Modified:jk/native/apache-1.3 mod_jk.c
Log:
Remove the unreferenced declarations to suppress compiler warnings.
Revision ChangesPath
1.38 +1 -3 jakarta-tomcat-connectors/jk/native/apache-1.3/mod_jk.c
Index: mod_jk.c
===
hgomez 2002/12/16 00:54:56
Modified:jk/native/apache-1.3 mod_jk.c
Log:
Fix ifdef/idef
Revision ChangesPath
1.33 +4 -4 jakarta-tomcat-connectors/jk/native/apache-1.3/mod_jk.c
Index: mod_jk.c
[EMAIL PROTECTED] wrote:
hgomez 2002/12/11 02:40:38
Modified:jk/native/apache-1.3 mod_jk.c
Log:
Allow log file use in chrooted (for now only OpenBSD) environement.
You'll have to define CHROOTED_APACHE (or later will use the define
added by OpenBSD if any)
provided by
hgomez 2002/12/11 02:40:38
Modified:jk/native/apache-1.3 mod_jk.c
Log:
Allow log file use in chrooted (for now only OpenBSD) environement.
You'll have to define CHROOTED_APACHE (or later will use the define
added by OpenBSD if any)
provided by Kurt Miller.
Revision
hgomez 2002/10/18 03:23:16
Modified:jk/native/apache-2.0 mod_jk.c
jk/native/apache-1.3 mod_jk.c
Log:
make sure that servername/serverport will works with VirtualHost with or
without UseCanonicalName.
Providd by [EMAIL PROTECTED], and validated by Mladen wh
Since there were no complaints within 24 hours, I went ahead and committed the
patch. This should bring mod_jk 1.2.0 for Apache 1.3.x in line with mod_jk 1.2.0
for Apache 2.0.x. In other words, ForwardDirectories is not a no-op any more.
I have tested the patch and it does work in my environment.
bojan 2002/07/29 19:13:05
Modified:jk/native/apache-1.3 mod_jk.c
Log:
Introduce a working ForwardDirectories implementation into mod_jk 1.2.0 for
Apache 1.3.x.
Major changes:
- mod_jk requires mod_dir
- jk_fixups() function introduced
- jk_translate() knows how
bojan 2002/07/24 04:38:13
Modified:jk/native/apache-1.3 mod_jk.c
Log:
Introduce ForwardDirectories option into mod_jk for Apache 1.3.x, for
compatibility with Apache 2.x version. Does nothing for now.
Revision ChangesPath
1.28 +5 -1 jakarta-tomcat-connector
mmanders2002/06/12 08:51:48
Modified:jk/native/apache-1.3 mod_jk.c
Log:
Added check for NO_GETTIMEOFDAY since gettimeofday isn't supported on all platforms.
Revision ChangesPath
1.27 +5 -1 jakarta-tomcat-connectors/jk/native/apache-1.3/mod_jk.c
Index: mod_
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, 3 April 2002 10:49 AM
To: [EMAIL PROTECTED]
Subject: cvs commit: jakarta-tomcat-connectors/jk/native/apache-1.3
mod_jk.c
bojan 02/04/02 16:49:19
Modified:jk/native/apache-1.3 mod_jk.c
bojan 02/04/02 16:49:19
Modified:jk/native/apache-1.3 mod_jk.c
Log:
Use ap_log_error, rather then old aplog_error
Revision ChangesPath
1.25 +3 -3 jakarta-tomcat-connectors/jk/native/apache-1.3/mod_jk.c
Index: mod_jk.c
==
costin 02/04/02 11:10:43
Modified:jk/native/apache-1.3 mod_jk.c
Log:
Port the change from apache2 - don't exit on jk error.
Revision ChangesPath
1.24 +5 -4 jakarta-tomcat-connectors/jk/native/apache-1.3/mod_jk.c
Index: mod_jk.c
=
mmanders01/11/26 11:32:45
Modified:jk/native/apache-1.3 mod_jk.c
Log:
Added NetWare specific defines back into this file since they are ONLY related to
this file (because of Winsock used to build this module).
Revision ChangesPath
1.22 +14 -1 jakarta-tomcat-con
costin 01/11/20 16:09:22
Modified:jk/native/apache-2.0 mod_jk.c
jk/native/common jk_global.h
jk/native/apache-1.3 mod_jk.c
Log:
Moved the duplicated declaration in jk_global.
Revision ChangesPath
1.37 +4 -13 jakarta-tomcat-connecto
, September 14, 2001 3:32 PM
To: [EMAIL PROTECTED]
Subject: cvs commit: jakarta-tomcat-connectors/jk/native/apache-1.3
mod_jk.c
hgomez 01/09/14 15:31:36
Modified:jk/native/apache-1.3 mod_jk.c
Log:
Complete the support of chunk encoding and
add the required content-length which is
hgomez 01/09/14 15:31:36
Modified:jk/native/apache-1.3 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 ?
jfclere 01/09/04 06:04:03
Modified:jk/native/apache-1.3 mod_jk.c
Log:
Arrange the handle of relative pathes.
Revision ChangesPath
1.13 +8 -10 jakarta-tomcat-connectors/jk/native/apache-1.3/mod_jk.c
Index: mod_jk.c
=
jfclere 01/08/06 08:43:30
Modified:jk/native/apache-1.3 mod_jk.c
Log:
Arrange jk_set_log_file: otherwise we need an absolut path for the file
name!
Revision ChangesPath
1.11 +9 -2 jakarta-tomcat-connectors/jk/native/apache-1.3/mod_jk.c
Index: mod_jk.c
hgomez 01/07/02 14:18:48
Modified:jk/native/apache-1.3 mod_jk.c
Log:
Added a default virtual host, '*'
Revision ChangesPath
1.9 +2 -1 jakarta-tomcat-connectors/jk/native/apache-1.3/mod_jk.c
Index: mod_jk.c
==
39 matches
Mail list logo