Re: Svnserve port issue with Apache
From: Ryan Schmidt <subversion-2015_at_ryandesign.com>
Date: Thu, 9 Jul 2015 00:11:08 -0500
On Jul 8, 2015, at 11:14 PM, Prakash Reddy wrote:
When you are using Apache Subversion's mod_dav_svn in Apache httpd, Subversion access will occur on the port(s) you have configured Apache httpd to use. You cannot change the port that svn alone will use, and still have the same httpd serve other web traffic on a different port.
Options include running a second httpd instance (one for your svn http traffic, one for your other http traffic), or using svnserve instead of mod_dav_svn in httpd.
However, there should be no problem running mod_dav_svn within httpd and also serving other web traffic at the same time. What problem did you encounter?
|
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.