>>>>> "DC" == DeWitt Clinton <[EMAIL PROTECTED]> writes:

DC> On that topic, is there an alternative to squid?  We are using it
DC> exclusively as an accelerator, and don't need 90% of it's admittedly

Lately I've been using apache on the front end with mod_rewrite and
mod_proxy to send mod_perl-required page requests to the heavy back
end.  This has infinite more flexibility than squid, and allows me to
have multiple personalities to my sites.  See for example the sites
http://www.morebuiness.com and http://govcon.morebusiness.com

These are on the same server, and all images and CGI's run on the
small apache, and the page contents are dynamically generated by a
heavy back-end proxied transparently.  The front end apache proxies to
a different back-end based on the hostname it is contacted under.

DC> impressive functionality.  Is there anything designed exclusively for this
DC> purpose?  Perhaps a modperl module that implements caching of files based
DC> on Expires headers?

Woulnd't running mod_perl on the front end kinda defeat the whole
purpose of an accelerator?



Reply via email to