can visualsvn server be bound to more then one port?

I know i can go to the visualsvn server properties and specify the port and IP address. But what i would like to know is if i can specify a different port for different IP addresses?

For example, say i have ip address x.x.x.x and port 8443

when i add a 2nd IP of y.y.y.y, it also bound to port 8443. If i change the port to 1234, it looks like it also changes the port on the first IP as well. Any way to set the port for a specific IP address?

thanks


Solution 1:

Add following Apache directives to "%VISUALSVN_SERVER%\conf\httpd-custom.conf" to bind VisualSVN Server on different IP address and port:

Listen 1.2.3.4:81
Listen 10.20.30.40:82

Please do not edit httpd.conf for VisualSVN Server customization, use httpd-custom.conf instead.