[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Running svnserve -d on a different port

From: Shatzer, Larry <Larry.Shatzer_at_Spirent.com>
Date: 2004-03-24 23:29:08 CET

http://httpd.apache.org/docs-2.0/mod/mod_proxy.html is the documents on
mod_proxy for Apache 2.0

I believe what you want is a reverse proxy.

Here is a sample (untested) type setup.

Apache 2.0 running on Port 80, configured to have /svn go to the svn
repository, while having everything else handed off to IIS running on some
other random port, to which apache will return the results of that to the
web browser.

-- Larry

> -----Original Message-----
> From: Ivan Demkovitch [mailto:idemkovitch@hotmail.com]
> Sent: Wednesday, March 24, 2004 2:17 PM
> To: Larry.Shatzer@Spirent.com
> Cc: users@subversion.tigris.org
> Subject: RE: Running svnserve -d on a different port
>
>
> Could you give more details (links) on how I can run Apache
> "in front" of
> IIS.
>
> Would they be able to access my ASP pages?
>
> Perhaps I can somehow redirect requests based on URL???
>
> I'm just developer trying to set up work environment..
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Mar 24 23:30:49 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.