Hi, I'd like to use both BitNami subversion and Trac at the same time. I installed BitNami Subversion first and it seems working fine both with http and tortoiseSvn access using such as http://mysvrname/subversion/<reponame>. But, when I try to install BitNami Trac, it ask me to change the listening port. I chose the port 8080. It seemed because two apache servers are running for BitNami Subversion and BitNami Trac. Because of that, I have to use http://mysvrname:8080/Trac/ for the Trac.
Question 1> I'd like to use http://mysvrname/subversion and http://mysvrname/Trac. Note that Trac URL doesn't have :8080. Is there any way I can do that?
Question 2> It seems that BitNami Trac installs two services. One for Trac and one for Subversion. So, is there any way I can use TracSubversion as a subversion server instead of installing separate BitNami Subversion? Thanks a lot for the help in advance.