Forum Moderators: phranque

Message Too Old, No Replies

Ubuntu + Apache + Virtual host + Subversion

         

tirengarfio

6:28 pm on May 11, 2009 (gmt 0)

10+ Year Member



Hi,

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]

jdMorgan

6:45 pm on May 11, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Your problem is likely with your DNS configuration, not your server.

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

tirengarfio

12:50 pm on May 12, 2009 (gmt 0)

10+ Year Member



hi,

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?

jdMorgan

12:59 pm on May 12, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



It appears that you tried to access the site using SSL, and that the certificate is invalid or missing, or that the SSL server configuration (usually on port 443) is incorrect.

Jim

tirengarfio

9:49 pm on May 18, 2009 (gmt 0)

10+ Year Member



Thanks, I followed the steps more carefully again, but the error is the same.., any idea?