Author Topic: AutoSSL  (Read 5278 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
AutoSSL
« on: March 05, 2018, 02:46:35 AM »
Running Apache & Varnish Cache & Nginx Reverse Proxy with SSL.

After renewal of SSL today, everything effed up. One click on AutoSSL.
After that one click of death, nginx is off, and SSL is running on Apache
Can't start nginx if apache is working

Code: [Select]
Starting nginx: nginx: [emerg] bind() to 208.115.237.135:443 failed (98: Address already in use)
nginx: [emerg] bind() to 208.115.237.135:443 failed (98: Address already in use)
nginx: [emerg] bind() to 208.115.237.135:443 failed (98: Address already in use)
nginx: [emerg] bind() to 208.115.237.135:443 failed (98: Address already in use)
nginx: [emerg] bind() to 208.115.237.135:443 failed (98: Address already in use)
nginx: [emerg] still could not bind()
[FAILED]

Can't start apache if nginx is working

Code: [Select]
Starting httpd: AH00548: NameVirtualHost has no effect and will be removed in the next release /usr/local/apache/conf.d/ssl.conf:9
(98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:443
no listening sockets available, shutting down
AH00015: Unable to open logs
[FAILED]


I don't even know where to begin to fix something that was previously working as it should, before CWP update.
Now my wordpress site is running as if I am only running apache+SSL, without varnish and nginx as proxy.

Any fast help?
Using CWPpro version: 0.9.8.351