Re: [Hampshire] Apache2 SSL Install/Config on Ubuntu

Top Page

Reply to this message
Author: Graham Bleach
Date:  
To: Hampshire LUG Discussion List
Subject: Re: [Hampshire] Apache2 SSL Install/Config on Ubuntu
On 15/02/07, Richard Mace <richard.mace@???> wrote:
> > As Vic said, specify which IP address(es) you want to listen on.
> > Otherwise apache won't open port 443 on the IP address(es). Example:
> >
> > Listen 192.168.1.1:443
>
> If I do that, I get:
>
> richard@shuttle:~$ sudo /etc/init.d/apache2 force-reload
>  * Forcing reload of apache 2.0 web server...
>          (98): make_sock: could not bind to address [::]:443
> no listening sockets available, shutting down
> Unable to open logs


Did you just use the example IP address I posted? If you use an IP
address that is defined as an interface on your machine you might have
better results :) It might help if you actually post the Listen line
that you are using.

/sbin/ifconfig -a will list the current interfaces

G