[ale] Conceptual issue with self-hosting
Brian D. Pitts
bpitts at LearnLink.Emory.Edu
Fri Aug 25 15:15:43 EDT 2006
>> My question is: how can I access the webmail interface of Bravo on the
>> outside given my current setup?
If Alpha is running Apache, you can use mod_proxy to cause Alpha to act as a
reverse proxy and send you content from Beta. See
http://httpd.apache.org/docs/2.0/mod/mod_proxy.html
The configuration would be something like
ProxyRequests Off
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyPass /mail http://beta/mail
ProxyPassReverse /mail http://beta/mail
-Brian
-------------- next part --------------
An HTML attachment was scrubbed...
More information about the Ale
mailing list