View Single Post
Old 07-03-2009, 10:45 AM   #1 (permalink)
WebFooL
Untangle Ninja

 
WebFooL's Avatar
 
Join Date: Jan 2009
Location: Sweden (Eskilstuna)
URLs submitted: 57
Posts: 3,696
WebFooL is on a distinguished road
Send a message via MSN to WebFooL
Red face Help Configure Mod_Proxy With Apache2.

Hi,
I am trying to confiugre a Reverse proxy with Untangle Apache.

The actions i have taken is

Code:
a2enmod proxy
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?
WebFooL is online now