I can access https://svnserver:80/ locally via my web browser, but when I remove the :80 it doesn't work at all.... any ideas?
UPDATE
When I go to https://svnserver:443/ it says:
SSL received a record that exceeded the maximum permissible length.
(Error code: ssl_error_rx_record_too_long)
I followed the default instructions for creating a private ssh key on Ubuntu via the official docs...
UPDATE
My ports.conf
NameVirtualHost *:80
Listen 80
<IfModule mod_ssl.c>
# SSL name based virtual hosts are not yet supported, therefore no
# NameVirtualHost statement here
Listen 443
</IfModule>
netstat -lp results
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 *:www *:* LISTEN 5285/apache2
tcp 0 0 *:https *:* LISTEN 5285/apache2
tcp 0 0 *:22 *:* LISTEN 2351/sshd
tcp6 0 0 [::]:22 [::]:* LISTEN 2351/sshd
udp 0 0 *:bootpc *:* 2239/dhclient3
Active UNIX domain sockets (only servers)
Proto RefCnt Flags Type State I-Node PID/Program name Path
unix 2 [ ACC ] STREAM LISTENING 14927 5288/apache2 /var/run/apache2/cgisock.5285
unix 2 [ ACC ] STREAM LISTENING 5032 2114/dbus-daemon /var/run/dbus/system_bus_socket
unix 2 [ ACC ] STREAM LISTENING 4857 2039/acpid /var/run/acpid.socket