Hi,
I am trying to confiugre a Reverse proxy with Untangle Apache.
The actions i have taken is
Then edit /etc/apt/sources.list:
Code:
deb http://ftp.debian.org/debian lenny main contrib non-free
deb http://security.debian.org lenny/updates main contrib non-free
deb http://volatile.debian.org/debian-volatile lenny/volatile main contrib non-free
deb http://www.backports.org/debian lenny-backports main contrib non-free
After that i run:
Code:
apt-get install libapache2-mod-proxy-html
After that i restart the apache.
Code:
/etc/init.d/apache2 restart
Now what?
i have tryid to edit proxy.conf and added:
Code:
ProxyPass /test/ http://testserver/
ProxyPassReverse /test/ http://testserver/
When i try to access
http://untangleip/test/ i get "
Internal Server Error"
Any one that can point me in the right direction?
