On 6/3/05, Avi Bryant <avi.bryant(a)gmail.com> wrote:
<VirtualHost *:80>
ServerName decomp.ulb.ac.be
ProxyPass /
http://localhost:8081/
ProxyPassReverse /
http://localhost:8082/
</VirtualHost>
Oops - that was unnecessarily confusing, I meant to use the 8081 port
number in both lines.
Avi