You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Joshua Slive <jo...@slive.ca> on 2006/01/18 22:10:02 UTC

Re: [users@httpd] Re: Multiple uses in the same HTTPS virtualhost

On 1/18/06, Dave Turvene <dt...@comcast.net> wrote:
> Yeah, I should have been a little less vague.  Here's the
> "different handling" part: 1) Apache to serve some pages for
> a subversion interface and 2) Apache to proxy some requests
> to the CMS server - both over the same SSL Virtual Host.
>
> My guess is from what you're saying, that the RewriteCond is
> probably a clean way to do this. At least it's not obfuscated.

Yes, it's fine.  You could probably alternatively use
ProxyPass /svn !
ProxyPass / http://othersite/
which avoids mod_rewrite.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org