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
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
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