Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - emjr

Pages: [1]
1
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:443
original/extra/httpd-ssl.conf:Listen 443
original/extra/httpd-ssl.conf:<VirtualHost _default_:443>
original/extra/httpd-ssl.conf:ServerName www.example.com:443

Should I remove those additional Listen 443 directives from some of the files?

Or any other ideas how I could get apache back working?

-erno

Pages: [1]