Re: [us...@httpd] Problem with ProxyPass

2010-10-07 Thread Tom Evans
On Thu, Oct 7, 2010 at 6:51 AM, Michelle Konzack wrote: > Good morning, > > I have to use a singel backup IP on a VHDSL and redirect the  whole  :80 > traffic to a DMZ where I want to use  "apache2"  as  proxy  to  redirect > traffic to some internal servers. > > I tried to use > > [ '/etc/apa

[us...@httpd] Problem with ProxyPass

2010-10-06 Thread Michelle Konzack
Good morning, I have to use a singel backup IP on a VHDSL and redirect the whole :80 traffic to a DMZ where I want to use "apache2" as proxy to redirect traffic to some internal servers. I tried to use [ '/etc/apache2/conf.d/apache_proxy' ]-- NameVirtualHos

[us...@httpd] Problem with ProxyPass

2010-04-21 Thread Petr Hracek
Hello *, in my configuration file of Apache I have one section SSLEngine On ProxyPass /PAC/ http://192.168.0.1:8080/PACCBAdmin/ ProxyPassReversehttp://192.168.0.1:8080/PACCBAdmin/ ProxyPassReverseCookiePath /PACCBAdmin /PAC Order Allow,Deny Allow from all This is working