Reverse Proxy

Joseph Sinclair plug-discussion at stcaz.net
Fri Sep 10 19:41:17 MST 2010


Depends on what exactly you need:
Just a fast stable and secure proxy to load-balance and provide a secure frontend:
  haproxy (incredibly stable and fast, but only does proxy and load-balancing)
Popular webserver that runs as a proxy and does SSL unwrap:
  Apache (heavy, lots of modules)
  NGinx (light, fewer add-on capabilities)
Caching frontend to reduce load on your web servers:
  Squid (very heavy and lots of tuning needed to get it just right)


Links:
haproxy: http://haproxy.1wt.eu/
apache:  http://httpd.apache.org/
nginx:   http://www.nginx.org/
squid:   http://www.squid-cache.org/


Mike Ballon wrote:
> Hi Everyone,
> 
> I have the need to setup a reverse proxy to front-end some websites for
> security reasons, but I can't decide whether to use Apache or Squid. The
> only real requirements are to having something "more secure" than your
> standard IP based firewall, something like an application proxy that
> supports load-balancing.
> 
> Can anyone offer some practical experience?
> 
> -Mike
> 
> 
> 
> ------------------------------------------------------------------------
> 
> ---------------------------------------------------
> PLUG-discuss mailing list - PLUG-discuss at lists.plug.phoenix.az.us
> To subscribe, unsubscribe, or to change your mail settings:
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: OpenPGP digital signature
URL: <http://lists.PLUG.phoenix.az.us/pipermail/plug-discuss/attachments/20100910/5901a7ed/attachment.pgp>


More information about the PLUG-discuss mailing list