|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
Reverse ProxyHi 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 Efw-user@... https://lists.sourceforge.net/lists/listinfo/efw-user |
|
|
Re: Reverse ProxyUmmm from what I remember your not doing anything wrong squid has
grabbed port 80 on the red interface . To prove this try stopping squid then restart apache and see if it works .. Greg Robert Hekkers wrote: > 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 > Efw-user@... > https://lists.sourceforge.net/lists/listinfo/efw-user > -- Gregory Machin CT-Net www.ct-net.org greg@... phone : +27 12 379 3497 fax : +27 12 379 4113 Cell : +27 72 524 8096 humans do not use the address below its for trapping spam. spamtrap imasucker@... ------------------------------------------------------------------------- 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 Efw-user@... https://lists.sourceforge.net/lists/listinfo/efw-user |
|
|
Re: Reverse ProxySee http://alumnus.caltech.edu/~igormt/endian/extras.html read the squid manual re reverse proxy for the syntax Then add a port forward and a couple of access rules. Endian will tell you that they will not support reverse proxy on a fire wall, they have a point.
|
| Free Forum Powered by Nabble | Forum Help |