Hi all,

I'm trying to add a reverse proxy to the Endian firewall, so i modified the
httpd.conf and added a virtualhost entry, like this:

<virtualhost zzz.zzz.zzz.zzz:80>
  ServerName ptz.example.com
  ProxyPass / http://192.168.10.13:8000/ 
  ProxyPassReverse / http://192.168.10.13:8000/ 
</virtualhost>

(zzz.zzz.zzz.zzz is the RED ip address)

However when i restart httpd, it fails. And wherever i look, i can't get a clue
of what i'm doing wrong. No error messages, nothing.

What am i doing wrong here? This used to work on my former Linux-based firewall,
and i really need reverse proxy :-(

Thanks in advance,
Robert.


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Efw-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/efw-user

Reply via email to