Hi there,
Today one of my CWP-server's apache stopped working totally (no response on port 80 or 443) and when I tried to restart it, it just gives:
"
(98)Address already in use: AH00072: make_sock: could not bind to address [::]:443" -error.
I have tried to rebuild virtual hosts several times with no help on this issue.
On select web servers page I have "Apache only" selected.
"netstat -tpan|grep 443" gives no results so according to it, nothing is listening at port 443
On /usr/local/apache/conf.d/ grep 443 gives following results:
[root@s1 conf.d]# grep 443 * -R
ssl.conf:Listen 443
ssl.conf:NameVirtualHost 62.106.45.79:443
on /usr/local/apache/conf/ it gives following:
extra/httpd-ssl.conf:Listen 443
extra/httpd-ssl.conf:<VirtualHost _default_:443>
extra/httpd-ssl.conf:ServerName
www.example.com:443original/extra/httpd-ssl.conf:Listen 443
original/extra/httpd-ssl.conf:<VirtualHost _default_:443>
original/extra/httpd-ssl.conf:ServerName
www.example.com:443Should I remove those additional Listen 443 directives from some of the files?
Or any other ideas how I could get apache back working?
-erno