On 4 Aug 2004, at 00:48, Larry Leszczynski wrote:


On Tue, 3 Aug 2004, Philippe M. Chiasson wrote:

I've had lots of success with a light reverse proxy (httpd or squid) in
front of my mod_perl servers. I would recommend it, as it's simpler than
2 completely separate servers for dynamic content and static stuff.


I like squid for this, as it's virtually drop-in and play.

I also prefer a reverse proxy to separate servers, but I generally prefer
httpd to squid mainly because I really like having mod_rewrite available,
just in case - it's really handy in a pinch and has gotten me out of a lot
of jams when unexpected situations arise...

Squid can pipe URIs to an arbitrary process (usually perl ;-) for rewriting.
All the power of perl, none of the power of sendmail...


--
Dave Hodgkinson
CTO, Rockit Factory Ltd.
http://www.rockitfactory.com/
Web sites for rock bands


-- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to