Re: [EMAIL PROTECTED] Multiple uses in the same HTTPS virtualhost

2006-01-17 Thread Joshua Slive
On 1/17/06, Dave Turvene <[EMAIL PROTECTED]> wrote: > Q1: How efficient is the RewriteCond? In another case I had three RewriteCond > directives on a RewriteRule with no apparent impact but the server was not > being > heavily hit. The RewriteCond effect will be negligible in comparison to the

[EMAIL PROTECTED] Multiple uses in the same HTTPS virtualhost

2006-01-17 Thread Dave Turvene
Greetings - I have a requirement to run an HTTPS subversion server and an HTTPS website on the same physical server. I have both working using the following snippet. The high-volume requests go to the website proxy. ... # For subversion setup DAV svn ... RewriteEngine On Rewri