Re: Virtual Hosting Revisited - Apache serving static pages..???

2004-04-15 Thread John Sidney-Woollett
John B. Moore said: Thanks for responding.. And yes, I keep hearing that one can do this ... But...G I'm slow I guess, because that still does not give me a hint as to HOW that is to be configured.. Do you have some virtual host directives that do this that I can use as examples..

Re: Virtual Hosting Revisited - Apache serving static pages..???

2004-04-15 Thread John B. Moore
John, Thanks much.. Reading this I take it that by setting the DocumentRoot to the Apache/htdocs directory (or where that might be..) ..that is sufficient... Hmm... way, way to simple...G Now, is there a way to set this up in the server.xml so that autoconfig generates that

Re: Virtual Hosting Revisited - Apache serving static pages..???

2004-04-15 Thread Paul Gregoire
Ok, to help i have created another how-to on this subject.. http://www.gregoire.org/howto/virtualhost.jk2.html Hope it helps... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Virtual Hosting Revisited - Apache serving static pages..???

2004-04-14 Thread John B. Moore
Posted this previously and still need some pointers... Maybe this is not possible, but it seems to be suggested in a lot of the documentation I have read. Unfortunately those docs assume something that I am not privy to.. (a brain.. yeah well...G) and do not outline specific configurations

Re: Virtual Hosting Revisited - Apache serving static pages..???

2004-04-14 Thread Paul Gregoire
I do it by mapping all my servlet as .jspx and regular jsp files as .jsp. Apache serves everything else. John B. Moore wrote: Posted this previously and still need some pointers... Maybe this is not possible, but it seems to be suggested in a lot of the documentation I have read.

Re: Virtual Hosting Revisited - Apache serving static pages..???

2004-04-14 Thread Robert Hall
We use apache to serve up static content by including the following in httpd.conf via an Include directive: IfModule mod_alias.c # # Note that if you include a trailing / on fakename then the server will # require it to be present in the URL. So /icons isn't aliased in this #

Re: Virtual Hosting Revisited - Apache serving static pages..???

2004-04-14 Thread John B. Moore
Thanks for responding.. And yes, I keep hearing that one can do this ... But...G I'm slow I guess, because that still does not give me a hint as to HOW that is to be configured.. Do you have some virtual host directives that do this that I can use as examples.. Maybe my problem is

RE: Virtual Hosting Revisited - Apache serving static pages..???

2004-04-14 Thread Francis P. Chauvel H.
: Virtual Hosting Revisited - Apache serving static pages..??? I do it by mapping all my servlet as .jspx and regular jsp files as .jsp. Apache serves everything else. John B. Moore wrote: Posted this previously and still need some pointers... Maybe this is not possible, but it seems

Re: Virtual Hosting Revisited - Apache serving static pages..???

2004-04-14 Thread John B. Moore
Thank you for your reply.., I just found some other notes on using Alias for this task.. I'll followup on this suggestion..Thanks John.. Robert Hall wrote: We use apache to serve up static content by including the following in httpd.conf via an Include directive: IfModule mod_alias.c