[BlueOnyx:04382] Re: ssl-problems

"Søren S. Straszek" dump_mail at straszek.dk
Mon May 3 06:59:42 -05 2010


Den 25/04/2010 kl. 15.56 skrev Gerald Waugh:

> 
> On Sun, 2010-04-25 at 11:55 +0200, "Søren S. Straszek" wrote:
>> Hi,
>> 
>> After doing a server restore an i am having som ssl-related errors. When i try so enable ssl for a site, apache stops responding and i se this error when i try to restart apache:
>> 
>> [Sun Apr 25 11:50:18 2010] [warn] NameVirtualHost xxx.xxx.xxx.xxx:80 has no VirtualHosts
>> [Sun Apr 25 11:50:18 2010] [warn] NameVirtualHost xxx.xxx.xxx.xxx:80 has no VirtualHosts
>> [Sun Apr 25 11:50:18 2010] [warn] NameVirtualHost xxx.xxx.xxx.xxx:80 has no VirtualHosts
>> [Sun Apr 25 11:50:18 2010] [warn] NameVirtualHost xxx.xxx.xxx.xxx:80 has no VirtualHosts
>> [Sun Apr 25 11:50:18 2010] [warn] NameVirtualHost xxx.xxx.xxx.xxx:80 has no VirtualHosts
>> [Sun Apr 25 11:50:18 2010] [warn] NameVirtualHost xxx.xxx.xxx.xxx:80 has no VirtualHosts
>> [Sun Apr 25 11:50:18 2010] [warn] NameVirtualHost xxx.xxx.xxx.xxx:80 has no VirtualHosts
>> [Sun Apr 25 11:50:18 2010] [warn] NameVirtualHost xxx.xxx.xxx.xxx:80 has no VirtualHosts
>> [Sun Apr 25 11:50:18 2010] [warn] NameVirtualHost xxx.xxx.xxx.xxx:80 has no VirtualHosts
>> [Sun Apr 25 11:50:18 2010] [warn] NameVirtualHost xxx.xxx.xxx.xxx:80 has no VirtualHosts
> 
> The abose is normal
> 
>> (98)Address already in use: make_sock: could not bind to address xxx.xxx.xxx.xxx.443
>> no listening sockets available, shutting down
>> Unable to open logs
>> 
>> 
> execute
>  netstat -tapn
> look and see what ports are being used and by process
> 
> Gerald
> 
> _______________________________________________
> Blueonyx mailing list
> Blueonyx at blueonyx.it
> http://www.blueonyx.it/mailman/listinfo/blueonyx


Solved by doing this:


Look at

/etc/httpd/conf.d/ssl.conf

Comment out;
Listen 443

Like So;

#Listen 443

Restart Apache

service httpd restart



More information about the Blueonyx mailing list