dns - Hosting SVN Server on my PC to access remotely -


i'm trying connect svn server (installed on local pc) remote machine. after going through questions , other guides, have done following steps:

  1. svn server installed on top of apache server using http protocol. can access typing http://localhost/svn in browser , in tortoisesvn.

  2. i have setup dns entry using free dns service providers against dynamic ip.

  3. i can type http://myfreednsname.freednsserver.com in remote machine , takes me machine.

the problem address opens router's default page instead of svn page. same page can access on local machine typing 192.168.1.1. question is, how can configure machine pass incoming request svn page instead?

you have set port forwarding on router point pc. forward port 80 local ip address of pc. how depend on router model. might give pc static ip address.


Comments

Popular posts from this blog

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -