If you're donig the ProxyPass and ProxyPassReverse thing, you probably got
bit that if you have a line in httpd.conf like:
ProxyPass /myapp/ http://mybox:8080
the /myapp/ bit disappears forever. Just change that line to:
ProxyPass /myapp/ http://mybox:8080/myapp/
and all should be well. Of course, change the ProxyPassReverse line, too.
--
Andrew Diederich
[EMAIL PROTECTED]
-----Original Message-----
From: B. Dawkins [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 07, 2001 19:54
To: Orion-Interest
Subject: Deploying Orion under Apache
Hi,
I read the note from orionsupport.com on How to setup Orion under Apache,
but when I type in my virtual path I get the Orion's Home Page. How can I
get to my Application's Home Page?
Thanks,
Brandy