Forum Moderators: phranque
I am very new to managing servers through SSH alone so bear with me please.
Last week I got a VPS with CentOS 5.0 and all the usual crap pre-installed. So far I've done a full update, manually upgraded to PHP 5.2.6, and setup a dummy virtual host for testing. Pretty impressive to say I'm a newbie!
My next task was to setup a Subversion server. This was actually quite easy to be honest. It's installed and working fine. However, it only works when you access the server via IP, e.g. [<IP>...]
What I want to do is have access to the SVN via [svn.<domain>...]
How on Earth do I do this?
Thanks.