> > Richard
> >
>
> Where are you trying to connect from Richard, the server or a different
> machine?
A different machine.
> Is Apache running? Try:
>
> sean@bender:~$ ps -ef | grep apache
root 7842 1 0 18:57 ? 00:00:00 /usr/sbin/apache2 -k start -DSSL
www-data 7845 7842 0 18:57 ? 00:00:00 /usr/sbin/apache2 -k start -DSSL
www-data 7846 7842 0 18:57 ? 00:00:00 /usr/sbin/apache2 -k start -DSSL
www-data 7847 7842 0 18:57 ? 00:00:00 /usr/sbin/apache2 -k start -DSSL
www-data 7848 7842 0 18:57 ? 00:00:00 /usr/sbin/apache2 -k start -DSSL
www-data 7849 7842 0 18:57 ? 00:00:00 /usr/sbin/apache2 -k start -DSSL
richard 7881 3626 0 19:53 pts/0 00:00:00 grep apache
> Assuming that you are trying to connect to port 443 try the following on
> the server:
>
> sean@bender:~$ netstat -an | grep 443
> tcp6 0 0 :::443 :::* LISTEN
richard@shuttle:/var/www$ netstat -an | grep 443
tcp6 0 0 :::443 :::* LISTEN
> ... here the second line shows that my machine is listening for
> connections on port 443.
Mmm, I think the issue might be down to the configuration of the
VirtualHosts files? On the basis that the above seems OK?
Richard