[BlueOnyx:09242] Re: Apache won't restart with SSL
Gerald Waugh
gwaugh at frontstreetnetworks.net
Fri Dec 16 12:34:54 -05 2011
Robert Fitzpatrick wrote:
> This is the error when trying to restart/start apache with SSL enabled
> on the first site setup on this new BO server setup....
>
>> Starting httpd: [Thu Dec 15 18:00:43 2011] [warn] VirtualHost
>> x.x.x.x:443 overlaps with VirtualHost x.x.x.x:443, the first has
>> precedence, perhaps you need a NameVirtualHost directive
>> [Thu Dec 15 18:00:43 2011] [warn] VirtualHost x.x.x.x:443 overlaps
>> with VirtualHost x.x.x.x:443, the first has precedence, perhaps you
>> need a NameVirtualHost directive
>> (98)Address already in use: make_sock: could not bind to address
>> x.x.x.x:443
>> no listening sockets available, shutting down
>
> The server only had one ip shared with the host name, couldn't remember
> if that mattered, so I gave the vsite this different IP than the host is
> using, still get the same error. The site has existing certs to bring
> over from old host and was first having a redirect loop problem until I
> wiped the certs and started fresh with a self signed cert from the GUI,
> now this error is not letting me start httpd when SSL enabled. I found
> this doc while researching the redirect issue. For 5107, this server is
> 5108....
>
> http://devel.blueonyx.it/trac/changeset/739
>
> I applied the changes to ssl_perl.conf in the /etc/httpd/conf.d folder
> during the redirect issue, but since restored to its original. I did
> find when applying the changes, the first part of the change was already
> in the file....
>
> my @System = $cce->find('System');
>
> The second change in that file was not present, I added. Anyone know
> what might be going on? All updates are applied.
>
In a shell session execute;
netstat -tupan | grep :443
this will tell you what process may be bound to port 443
More information about the Blueonyx
mailing list