Joshua Slive slive.ca> writes:
>
> On 1/17/06, Dave Turvene comcast.net> 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
> >
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