PDA

View Full Version : SVN Access



brant
2 Apr 2007, 9:59 AM
This may not be possible, but work blocks the svn port that you have setup. It takes an act of congress to get firewall settings changed! Would it be possible to have it on a standard port (80 or 443)?

Thanks,
Brant

jack.slocum
2 Apr 2007, 10:06 AM
Both those ports are reserved for the website. We have a dedicated Apache instance running for SVN which is the reason for the different port.

Does anyone have any ideas on getting around? I am stumped.

brant
2 Apr 2007, 10:10 AM
Makes sense.. I've always used virtual hosting in apache so I can use different names for the same ip/port.

httpd.conf config example:

NameVirtualHost *:80

<VirtualHost *:80>
ServerName www.extjs.com
DocumentRoot /www/domain
</VirtualHost>

<VirtualHost *:80>
ServerName mysnv.extjs.com
DocumentRoot /www/otherdomain
</VirtualHost>

jack.slocum
2 Apr 2007, 10:17 AM
I may have a solution. I am working on it now.

jack.slocum
2 Apr 2007, 4:13 PM
I am still working on this Brant. I have it functioning, but the delay is the SSL certificate for the new IP address.

brant
3 Apr 2007, 6:03 AM
No hurry, I appreciate you looking into it!

stever
3 Apr 2007, 11:43 AM
You could use virtual hosts and the proxy module to essentially change port numbers on the same machine. Then you could do the same for trac (cough cough).:">

jack.slocum
3 Apr 2007, 12:32 PM
I could set that up temporarily (until we get the SSL issue fixed). The problem is SOMETHING on the server is binding the SSL on all IPs and making it impossible to set up SSL on another IP. We really need SSL before I can bring the new IP up.

stever
3 Apr 2007, 3:57 PM
netstat -lnp | grep 443

And you ought to be careful not to have apache do a Listen *:443 or similar...

jack.slocum
3 Apr 2007, 4:44 PM
Thanks, that's exactly what I needed.

franklt69
8 Apr 2007, 3:35 PM
Jack when you have a new IP address to svn, let me now becouse I am having trouble access it. I think that my provider has blocks the svn port.

kind regards
Frank

jack.slocum
10 Apr 2007, 11:54 PM
I just wanted to let you guys know I am still working on this. I will let you know when it's ready. Sorry for the delay.

jack.slocum
17 Apr 2007, 10:47 PM
Hi guys, very sorry for the long delay. We have an alternate url with a normal 80 port. Please send an email to support@extjs.com and your support id and we will reply with the new URL. Thank you.