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

Re: Controlling update and/or commit access to a repository URL

From: Kevin Bentley <kevin.bentley_at_gmail.com>
Date: 2004-09-03 23:21:33 CEST

> ps. i was actually referring to multiple copies of httpd2.x running at the
> same time...

This is possible, I just did it last night. If you are running under
UNIX, just run configure --prefix=/usr/local/apache2_alt (and all the
other options you want), then again with a different directory, of
course running make; make install, etc. between running configure.

Now you will have two independent apache installations that can have
different modules, etc. If you can use two IP addresses on your
server, you can just bind each apache installation to a different IP,
otherwise, you can use a port other than 80 for the alternate
instance.

If you're running under Windows, it's a bit of a pain to rebuild the
Apache source with a different prefix, but it is possible.

If you need more help with that, feel free to email me off-list and
I'll try to help you.

Kevin Bentley

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Sep 3 23:22:18 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.