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
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