About mod_webapp and php...

2002-01-28 Thread Romain Bertucelli
Dear all, I have just read the explanation of Craig R. McClanahan about the way mod_warp works. (mod_webapp and php) The following part of the README seems to indicate that the mod_webapp will change * Currently, mod_webapp forwards *all* requests under the specified context path

About mod_webapp and php

2002-01-28 Thread Romain Bertucelli
Dear all, I have just read the explanation of Craig R. McClanahan about the way mod_warp works. (mod_webapp and php) The following part of the README seems to indicate that the mod_webapp will change * Currently, mod_webapp forwards *all* requests under the specified context path

RE: About mod_webapp and php...

2002-01-28 Thread Anton Brazhnyk
Hi, -Original Message- From: Romain Bertucelli [mailto:[EMAIL PROTECTED]] Sent: Monday, January 28, 2002 1:47 PM To: Tomcat Users List Subject: About mod_webapp and php... Dear all, I have just read the explanation of Craig R. McClanahan about the way mod_warp works

Re: mod_webapp and php

2002-01-22 Thread Nikola Milutinovic
Thanks for clarification, Craig But then again, what if the static content (e.g. some html pages) resides inside web-app, is it than considered static? Will Apache serve it from there directly (I believe not, cause it could be on a different host) or will mod_webapp pre-cache it in

RE: mod_webapp and php

2002-01-22 Thread Anton Brazhnyk
. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Monday, January 21, 2002 7:58 PM To: Tomcat Users List Subject: RE: mod_webapp and php Thanks for clarification, Craig But then again, what if the static content (e.g. some html pages) resides inside web-app, is it than considered static

RE: mod_webapp and php

2002-01-21 Thread Anton Brazhnyk
-Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Friday, January 18, 2002 7:52 PM To: Tomcat Users List Subject: Re: mod_webapp and php I cannot fathom how they plan to do that, since it would violate the view of a web application as a sealed

RE: mod_webapp and php

2002-01-21 Thread Craig R. McClanahan
On Mon, 21 Jan 2002, Anton Brazhnyk wrote: Date: Mon, 21 Jan 2002 12:59:23 +0200 From: Anton Brazhnyk [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: mod_webapp and php -Original Message- From: Craig R

Re: mod_webapp and php

2002-01-19 Thread Craig R. McClanahan
On Sat, 19 Jan 2002, Nikola Milutinovic wrote: Date: Sat, 19 Jan 2002 17:58:35 +0100 From: Nikola Milutinovic [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: mod_webapp and php Craig R. McClanahan wrote: I cannot

Re: mod_webapp and php

2002-01-18 Thread Anton Brazhnyk
- Original Message - From: Nikola Milutinovic [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, January 18, 2002 8:36 AM Subject: Re: mod_webapp and php It seems to me I've read it somewhere in tomcat-dev mail list archives. I'm positive on Apache

Re: mod_webapp and php

2002-01-18 Thread Nikola Milutinovic
Yeah, its interesting question, maybe for Tomcat developers to come up, besides its marked as FIXME to add some info about the way mod_webapp work behind the scene. :)) but: RELEASE-NOTES-4.0-B7.txt - Tomcat 4.0 and Apache: - The

RE: mod_webapp and php

2002-01-18 Thread Anton Brazhnyk
-Original Message- From: Nikola Milutinovic [mailto:[EMAIL PROTECTED]] Sent: Friday, January 18, 2002 11:36 AM To: Tomcat Users List Subject: Re: mod_webapp and php * The mod_webapp connector is configured based on the contents of the web.xml file for your web application

Re: mod_webapp and php

2002-01-18 Thread Nikola Milutinovic
Actually its the only way I can imagine they've done it. And with the proper implementation it won't be dangerous at all. And about sealing violation you can always consider both Tomcat and Apache to be container, can't you? Sure, but that way Apache is just a caching mechanism, it

Re: mod_webapp and php

2002-01-18 Thread Craig R. McClanahan
On Fri, 18 Jan 2002, Nikola Milutinovic wrote: Date: Fri, 18 Jan 2002 10:36:29 +0100 From: Nikola Milutinovic [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: mod_webapp and php Yeah, its interesting question, maybe

Re: mod_webapp and php

2002-01-17 Thread Anton Brazhnyk
Hi! Should I be able to mix .php and .jsp files in the same directory using mod_webapp, and have apache/tomcat figure out who will handle it automatically? Or am I being optimistic? Or must I separate them out into different directories so that apache will know what to handle locally and

Re: mod_webapp and php

2002-01-17 Thread Nikola Milutinovic
Should I be able to mix .php and .jsp files in the same directory using mod_webapp, and have apache/tomcat figure out who will handle it automatically? Or am I being optimistic? Or must I separate them out into different directories so that apache will know what to handle locally

Re: mod_webapp and php

2002-01-17 Thread Anton Brazhnyk
- Original Message - From: Nikola Milutinovic [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, January 17, 2002 12:07 PM Subject: Re: mod_webapp and php I think mod_webapp should serve only resources mentioned in web.xml The other question is if Apache

Re: mod_webapp and php

2002-01-17 Thread Nikola Milutinovic
mod_webapp will just direct a request to WARP connection when it detects a matching URL. I don't know if it will enter the response resource into the Apache chain of request. It might. So, what about all that autoconfiguring staff said of mod_webapp? What stuff and siad where? Are

Re: mod_webapp and php

2002-01-17 Thread Anton Brazhnyk
- Original Message - From: Nikola Milutinovic [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, January 17, 2002 1:51 PM Subject: Re: mod_webapp and php mod_webapp will just direct a request to WARP connection when it detects a matching URL. I don't know

Re: mod_webapp and php

2002-01-17 Thread Nikola Milutinovic
mod_webapp will just direct a request to WARP connection when it detects a matching URL. I don't know if it will enter the response resource into the Apache chain of request. It might. So, what about all that autoconfiguring staff said of mod_webapp? What stuff and

mod_webapp and php

2002-01-16 Thread Sam De Francesco
Hi, I'm trying to set up a virtual host that will allow the user to have both JSP/Servlets and PHP running concurrently, using mod_webapp. I'm using apache 1.3.20 and tomcat 4. Should I be able to mix .php and .jsp files in the same directory using mod_webapp, and have apache/tomcat figure out