cvs commit: jakarta-tomcat-connectors/webapp/apache-2.0 mod_webapp.c

2004-02-24 Thread hgomez
hgomez 2004/02/24 00:59:10 Modified:webapp/include wa_config.h wa_version.h wa_request.h wa.h wa_main.h webapp/lib wa_request.c pr_warp_network.c pr_info.c Makefile.in pr_warp.h wa_config.c pr_warp.c

cvs commit: jakarta-tomcat-connectors/webapp/apache-2.0 mod_webapp.c

2002-12-09 Thread hgomez
hgomez 2002/12/09 05:22:45 Modified:webapp/apache-2.0 mod_webapp.c Log: Make webapp works with filters in Apache 2.0, ie mod_deflate and AddOutputFilterByType DEFLATE text/html. NB: My first webapp commit ;-) Revision ChangesPath 1.12 +7 -2

cvs commit: jakarta-tomcat-connectors/webapp/apache-2.0 mod_webapp.c

2002-05-03 Thread hgomez
hgomez 02/05/03 01:42:40 Modified:webapp/apache-1.3 mod_webapp.c webapp/apache-2.0 mod_webapp.c Log: mod_webapp will now report it's current version Provided by Puky Tse [EMAIL PROTECTED] Revision ChangesPath 1.32 +8 -2

cvs commit: jakarta-tomcat-connectors/webapp/apache-2.0 mod_webapp.c

2002-01-17 Thread jfclere
jfclere 02/01/17 09:02:14 Modified:webapp/apache-1.3 mod_webapp.c webapp/apache-2.0 mod_webapp.c Log: Change REMOTE_HOST to REMOTE_NAME as describes ServletRequest.getRemoteHost(). Revision ChangesPath 1.31 +2 -2

cvs commit: jakarta-tomcat-connectors/webapp/apache-2.0 mod_webapp.c

2001-10-03 Thread jfclere
jfclere 01/10/03 06:42:57 Modified:webapp/apache-2.0 mod_webapp.c Log: Fix the port (the direct was not working). Revision ChangesPath 1.4 +3 -3 jakarta-tomcat-connectors/webapp/apache-2.0/mod_webapp.c Index: mod_webapp.c

cvs commit: jakarta-tomcat-connectors/webapp/apache-2.0 mod_webapp.c

2001-09-12 Thread pier
pier01/09/12 09:29:05 Modified:webapp/apache-2.0 mod_webapp.c Log: Removed old MMN #ifdefs Revision ChangesPath 1.3 +1 -7 jakarta-tomcat-connectors/webapp/apache-2.0/mod_webapp.c Index: mod_webapp.c

Re: cvs commit: jakarta-tomcat-connectors/webapp/apache-2.0 mod_webapp.c

2001-09-07 Thread jean-frederic clere
Pier Fumagalli wrote: GOMEZ Henri [EMAIL PROTECTED] wrote: I didn't agree with that Pier, we must try to keep compatibility with previous release of Apache 2.0, since there IS STILL NO official release. Many users are still using Apache 2.0.24-alpha (including myself), or even

Re: cvs commit: jakarta-tomcat-connectors/webapp/apache-2.0 mod_webapp.c

2001-09-07 Thread Pier Fumagalli
GOMEZ Henri [EMAIL PROTECTED] wrote: Many users are still using Apache 2.0.24-alpha (including myself), or even 2.0.18-beta (including IBM iSeries team porting Apache 2.0). Ok, ok, I could understand your all developpers point of vue, but let me say it appears just too elitist. Not at

cvs commit: jakarta-tomcat-connectors/webapp/apache-2.0 mod_webapp.c

2001-09-06 Thread jfclere
jfclere 01/09/06 10:00:54 Modified:jk/native/apache-2.0 mod_jk.c webapp/apache-2.0 mod_webapp.c Log: Arrange apache-2.0 support (like in mod_jk.c). Submitted by: Ryan Bloom, [EMAIL PROTECTED] Revision ChangesPath 1.23 +2 -2

RE: cvs commit: jakarta-tomcat-connectors/webapp/apache-2.0 mod_webapp.c

2001-09-06 Thread GOMEZ Henri
This will need to change when my next patches in the webapp library go in, as Apache will be able to serve static files when possible... Also, since Apache 2.0 is not final yet, I would remove all MODULE_MAGIC_NUMBER checks, and _require_ for the module to be built with the latest HEAD out of

Re: cvs commit: jakarta-tomcat-connectors/webapp/apache-2.0 mod_webapp.c

2001-09-06 Thread Pier Fumagalli
GOMEZ Henri [EMAIL PROTECTED] wrote: I didn't agree with that Pier, we must try to keep compatibility with previous release of Apache 2.0, since there IS STILL NO official release. Many users are still using Apache 2.0.24-alpha (including myself), or even 2.0.18-beta (including IBM

Re: cvs commit: jakarta-tomcat-connectors/webapp/apache-2.0 mod_webapp.c

2001-09-06 Thread Pier Fumagalli
Justin Erenkrantz [EMAIL PROTECTED] wrote: On Fri, Sep 07, 2001 at 01:52:50AM +0100, Pier Fumagalli wrote: Since there is no official release of httpd-2.0, I am confident that nobody will actually care unless they're testing something... And by testing good practice says get the HEAD of CVS

cvs commit: jakarta-tomcat-connectors/webapp/apache-2.0 mod_webapp.c

2001-08-21 Thread pier
pier01/08/21 09:20:59 Added: webapp/apache-2.0 mod_webapp.c Log: Port of the WebApp module to Apache 2.0. Thanks to Ryan, Ian, Dirk and Randy at Covalent. Revision ChangesPath 1.1 jakarta-tomcat-connectors/webapp/apache-2.0/mod_webapp.c