Argh, I'm getting tons of packet loss to http://httpd.apache.org. But you
should look there under the documentation links for how to use the Directory
and the Alias directives. With these you can alias a directory to point to
another area.
Pat
-----Original Message-----
From: Frank Morton [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 12, 2000 8:12 AM
To: [EMAIL PROTECTED]
Subject: Re: static html from webapps
I'm using mod_jk. So, how would I tweak the config file? Thanks.
> It should depend on your setup. Do you plan on using tomcat (via mod_jk
or
> mod_jserv) with apache anytime soon? If so you can tweak your apache conf
> to try and get the results you want.
>
> Pat
>
> Looking through docs/faqs I think the following is true.
>
> Is it?
>
> Given a project "xyz" I can serve static .html files out of
> webapps/xyz, but on a production machine it should be
> served out of htdocs. However, there is no way to have
> "htdocs/xyz" and "webapps/xyz" using the same directory
> name, so one of the names has to change. Right?
>
> Thanks.