Re: Mod_ajp initial

2004-08-01 Thread Alexander Lazic
Hi, On Mon 26.07.2004 12:01, Henri Gomez wrote: Since we plan to developp an AJP library, it will ease the task for ajp_proxy and we could validate many points like this and have a release rate independant from the HTTPD 2.0/2.1 rr. Well does you plan to bind this library to apr? I ask because i

Re: Dynamic updates and Apache v2.0

2004-08-01 Thread Alexander Lazic
Hi, On Die 27.07.2004 19:45, Mladen Turk wrote: B. Backend reports I'm going down, no more new sessions please If these can be setup in the httpd with an option for a virtserver that would be nice ;-)) (add Shutdown 30Min graceful restart) But i think here is it offtopic, is'n it? al ;-)

RE: Mod_ajp initial

2004-08-01 Thread Mladen Turk
Alexander Lazic wrote: Since we plan to developp an AJP library, it will ease the task for ajp_proxy and we could validate many points like this and have a release rate independant from the HTTPD 2.0/2.1 rr. Well does you plan to bind this library to apr? Yes, but also to the

Re: Mod_ajp initial

2004-08-01 Thread Alexander Lazic
Hi, On Son 01.08.2004 11:46, Mladen Turk wrote: You can take a look at current development at j-t-c/ajp and http_wrap that mimics the libhttpd functionality and enables console apps to behave like a http server. Thanx i will look there ;-) This is the fundamental difference from JK/JK2 where we

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test httpd_wrap.h httpd_wrap.c

2004-08-01 Thread mturk
mturk 2004/08/01 06:22:19 Modified:ajp/ajplib/test httpd_wrap.h httpd_wrap.c Log: Added few more compat functions, like ap_create_conn_config, etc... Revision ChangesPath 1.9 +48 -4 jakarta-tomcat-connectors/ajp/ajplib/test/httpd_wrap.h Index:

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp_header.c

2004-08-01 Thread mturk
mturk 2004/08/01 06:28:02 Modified:ajp/ajplib/test ajp_header.c Log: Removed sc_for_req_method function, cause not needed. We have sc_for_req_method_by_id. The current can be made using sc_for_req_method_by_id(ap_method_number_of(method)). Revision ChangesPath 1.21

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp.h

2004-08-01 Thread mturk
mturk 2004/08/01 06:29:40 Modified:ajp/ajplib/test ajp.h Log: Use directly apj_msg_t instead void. If j-f-c will still insist we can make ajp_msg_t abstract to hide the implementation. Revision ChangesPath 1.21 +4 -4

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp.h

2004-08-01 Thread mturk
mturk 2004/08/01 07:04:16 Modified:ajp/ajplib/test ajp.h Log: Added ajp_parse_ prototypes Revision ChangesPath 1.22 +26 -0 jakarta-tomcat-connectors/ajp/ajplib/test/ajp.h Index: ajp.h ===

cvs commit: jakarta-tomcat-connectors/ajp/proxy proxy_ajp.c

2004-08-01 Thread mturk
mturk 2004/08/01 07:06:24 Modified:ajp/proxy proxy_ajp.c Log: Added include ajp.h, and made some casting Revision ChangesPath 1.4 +7 -5 jakarta-tomcat-connectors/ajp/proxy/proxy_ajp.c Index: proxy_ajp.c

cvs commit: jakarta-tomcat-connectors/ajp/proxy config.m4.patch

2004-08-01 Thread mturk
mturk 2004/08/01 07:09:21 Modified:ajp/proxy config.m4.patch Log: Added APR_ADDTO(INCLUDES It can be set to other location perhaps. Revision ChangesPath 1.3 +4 -3 jakarta-tomcat-connectors/ajp/proxy/config.m4.patch Index: config.m4.patch

cvs commit: jakarta-tomcat-connectors/ajp/proxy mod_proxy_ajp.dsp

2004-08-01 Thread mturk
mturk 2004/08/01 07:12:20 Added: ajp/proxy mod_proxy_ajp.dsp Log: mod_proxy_ajp build dsp. Requires adding a line mod_proxy_ajp.so0x6FB40x0001 to BaseAddr.ref Revision ChangesPath 1.1

Bug report for Tomcat 3 [2004/08/01]

2004-08-01 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 4 [2004/08/01]

2004-08-01 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Watchdog [2004/08/01]

2004-08-01 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp.h

2004-08-01 Thread mturk
mturk 2004/08/01 07:53:23 Modified:ajp/ajplib/test ajp.h Log: Added defines for AJP13 protocol handles. Q: What #7 stands for. Revision ChangesPath 1.23 +24 -5 jakarta-tomcat-connectors/ajp/ajplib/test/ajp.h Index: ajp.h

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp_header.h

2004-08-01 Thread mturk
mturk 2004/08/01 07:53:45 Modified:ajp/ajplib/test ajp_header.h Log: Ensure single includes. Revision ChangesPath 1.3 +3 -4 jakarta-tomcat-connectors/ajp/ajplib/test/ajp_header.h Index: ajp_header.h

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp_header.c

2004-08-01 Thread mturk
mturk 2004/08/01 07:54:10 Modified:ajp/ajplib/test ajp_header.c Log: Use CMD_AJP13. Revision ChangesPath 1.22 +1 -1 jakarta-tomcat-connectors/ajp/ajplib/test/ajp_header.c Index: ajp_header.c

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp.h

2004-08-01 Thread mturk
mturk 2004/08/01 07:59:04 Modified:ajp/ajplib/test ajp.h Log: Added CMD_AJP13_SHUTDOWN directive. We will use that some day perhaps. Revision ChangesPath 1.24 +3 -1 jakarta-tomcat-connectors/ajp/ajplib/test/ajp.h Index: ajp.h

Mike Duffy/Oshkosh/Fonda is out of the office.

2004-08-01 Thread Mike Duffy
I will be out of the office starting Sat 07/24/2004 and will not return until Mon 08/02/2004. I will be on vacation 7-24 thru 8-2 -- if you need assistance please contact Ann Cullen in our Customer Service Dept. Her extension is 4101. I will respond to all e-mails on Monday August 2nd.

cvs commit: jakarta-tomcat-connectors/ajp/proxy proxy_ajp.c

2004-08-01 Thread mturk
mturk 2004/08/01 08:05:01 Modified:ajp/proxy proxy_ajp.c Log: Use protocol handler defines instead fixed numbers. Makes more sense what's happening. Revision ChangesPath 1.5 +5 -5 jakarta-tomcat-connectors/ajp/proxy/proxy_ajp.c Index: proxy_ajp.c

Libajp -- some naming considerations.

2004-08-01 Thread Mladen Turk
Hi, Cause the API still in the stage of developement I'd like to make some renaiming, cause we'll be stuck into for a while. 1. ajp_msg_get/peek_byte = ajp_msg_get/peek_uint8 to be consistent with other data type, or change the ajp_msg_append from uint8 to byte. 2. ajp_parse_type =

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp_header.c

2004-08-01 Thread mturk
mturk 2004/08/01 08:23:23 Modified:ajp/ajplib/test ajp_header.c Log: Use CMD_AJP13_SEND_HEADERS instead hard coded number. Revision ChangesPath 1.23 +1 -1 jakarta-tomcat-connectors/ajp/ajplib/test/ajp_header.c Index: ajp_header.c

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test testajp.vcproj

2004-08-01 Thread mturk
mturk 2004/08/01 08:38:28 Modified:ajp/ajplib/test testajp.vcproj Log: Add ajp_logon to build. Revision ChangesPath 1.3 +6 -0 jakarta-tomcat-connectors/ajp/ajplib/test/testajp.vcproj Index: testajp.vcproj

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp_msg.c ajp.h

2004-08-01 Thread mturk
mturk 2004/08/01 08:33:34 Modified:ajp/ajplib/test ajp_msg.c ajp.h Log: Make ajp_append_string as macro. There is no need to call an extra function for that. Revision ChangesPath 1.12 +2 -29 jakarta-tomcat-connectors/ajp/ajplib/test/ajp_msg.c Index:

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp_header.c

2004-08-01 Thread jfclere
jfclere 2004/08/01 09:50:27 Modified:ajp/ajplib/test ajp_header.c Log: Arrange uri handling. Revision ChangesPath 1.24 +12 -1 jakarta-tomcat-connectors/ajp/ajplib/test/ajp_header.c Index: ajp_header.c

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp.h

2004-08-01 Thread jfclere
jfclere 2004/08/01 09:52:18 Modified:ajp/ajplib/test ajp.h Log: Ajust ajp_msg_create prototype to ajp_msg.c. Revision ChangesPath 1.26 +1 -1 jakarta-tomcat-connectors/ajp/ajplib/test/ajp.h Index: ajp.h

cvs commit: jakarta-tomcat-connectors/ajp/proxy proxy_ajp.c

2004-08-01 Thread jfclere
jfclere 2004/08/01 10:56:32 Modified:ajp/proxy proxy_ajp.c Log: Close only when needed. Revision ChangesPath 1.6 +13 -11jakarta-tomcat-connectors/ajp/proxy/proxy_ajp.c Index: proxy_ajp.c ===