Re: Implementing SSL with name based vhost

2008-12-12 Thread Filip Sneppe
Hi, You'll need a SNI-capable mod_gnutls if you want to do this. Check out this link for some more info: http://www.g-loaded.eu/2007/08/10/ssl-enabled-name-based-apache-virtual-hosts-with-mod_gnutls/ Regards, Filip On Thu, Dec 11, 2008 at 10:00 PM, Vijay wrote: > Eric, > > That really helps.

[EMAIL PROTECTED] Limit connections to dead backend servers with mod_proxy and mod_rewrite

2008-09-24 Thread Filip Sneppe
Hi, We've been using Apache 2.0 in a reverse proxy setup for a number of years now, using both mod_proxy and mod_rewrite to perform various types of URL rewriting. We are still using the prefork model. Over the past years, the number of sites that we are reverse proxying has grown to over 100. Al