apache2: ssl_error_rx_record_too_long when visiting port 80? help!
- by John
Hi,
I have an Ubuntu 10 x64 server edition machine. I got a second IP and configured /etc/network/interfaces like so (actual IPs and gateways removed):
[code]
auto lo
iface lo inet loopback
iface eth0 inet dhcp
auto eth0
auto eth0:0
iface eth0 inet static
address [ my first IP ]
netmask 255.255.255.0
gateway [ my first gateway ]
iface eth0:0…