Welcome to WebmasterWorld Guest from 3.82.52.91
Forum Moderators: Ocean10000 & phranque
i have followed twice the tutorial to install Ubuntu + Apache + Virtual host + Subversion, but when i try to access the repository through "svn.domain.com" an error message like this is showed:
Address Not Found
Firefox can’t find the server at svn.domain.com.
Any idea?
I have Ubuntu 8.04 + Apache 2.2.8
Anyway, if you know any other tutorial that you find better to follow I will be pleased :)
Bye
[edited by: jdMorgan at 2:26 am (utc) on May 19, 2009]
[edit reason] de-linked [/edit]
Firefox is sending a request to the DNS system to get the IP address for "svn.domain.com", and the DNS system cannot find a record for that subdomain (or domain).
Edit your DNS zone file, and add an "A record" or a CNAME for "svn.domain.com.", or "domain.com." as needed, to point those requests to the IP address of your server.
It will take anywhere from a few minutes up to four days for this new DNS information to propagate to all DNS servers world-wide. Until that time, you will continue to get the "Can't find server" message.
Jim
i added to my "/etc/hosts" and the message i mentioned in my first post is not showed any more, now i have another message:
Secure Connection Failed
An error occurred during a connection to svn.domain.com.
SSL received a record that exceeded the maximum permissible length.
(Error code: ssl_error_rx_record_too_long)
The page you are trying to view can not be shown because the authenticity of the received data could not be verified.
* Please contact the web site owners to inform them of this problem.
Any idea?