On Wed, Jan 03, 2007 at 03:11:31PM +0200, Soner Tari wrote:
> 
> I could not find another reverse proxy package among OpenBSD
> ports/packages (Q3: is there any other reverse proxy package?).
> 

For my simple setup, vanilla squid does it.

$ pkg_info | fgrep squid
squid-2.5.STABLE13  WWW and FTP proxy cache and accelerator


I found some pointers here:
http://www.redhat.com/docs/manuals/cms/rhea-dpg-cms-en-6.1/ch-arch.html

This example is running on the loopback, but you can move apps amoung
boxes & tweak configs to suit.

async mount speeds it up, it does not matter if you loose part of a
file, because squid compares the webserver output to its cache for each
item it serves:

$ mount | fgrep squid
/var/squid type ffs (asynchronous, local, noatime, nodev, noexec, nosuid)

Reply via email to