full path of 404 file 2007-09-02 - By Peter Boughton
Back Ooops. This is what I currently have: <Host name="localhost" appBase="webapps"/> <Host name="mydomain.com" appBase="/home/user0/public_html"> <Alias>www.mydomain.com</Alias> <Context path="" docBase="/home/user0/public_html" reloadable="true"/> </Host>
What do I need to change so that mydomain.com/whatever will load /home/user0/public_html/whatever ?
On 9/2/07, Mark Thomas <markt@(protected)> wrote: > > Peter Boughton wrote: > > As far as I can tell, the appBase and docBase are correctly pointing to > the > > webroot dir, > > and there is the problem. appBase == docBase will result in all sorts > of pain and grief. The appBase should never point to the root of any > web application. > > Mark > > > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ > To start a new topic, e-mail: users@(protected) > To unsubscribe, e-mail: users-unsubscribe@(protected) > For additional commands, e-mail: users-help@(protected) > >
-- \ \ Peter Boughton blog.bpsite.net / /
|
|