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 - ring_c

Pages: 1 ... 6 7 [8] 9 10 ... 15
106
PHP / Re: Error 503 for WordPress on PHP-FPM 7.3.4
« on: April 30, 2019, 06:49:26 AM »
Trying to compare between /opt/alt/php-fpm73/ and /opt/alt/php-fpm72/ I've found out that /opt/alt/php-fpm73/usr/var/sockets/ is empty, while /opt/alt/php-fpm73/usr/var/sockets/ has .sock files for wach user.

Could that help?

107
PHP / Re: Error 503 for WordPress on PHP-FPM 7.3.4
« on: April 30, 2019, 06:34:09 AM »
When executing:
Code: [Select]
# /bin/systemctl reload php-fpm73.service

I get:

Code: [Select]
Job for php-fpm73.service invalid
I've followed all your steps (although already done them all except for the reload of php-fpm73. I get the same result and same error log. But I think we now understand there's an issue with php-fpm73. Unfortunately, I don't know what the issue is.

108
PHP / Re: Error 503 for WordPress on PHP-FPM 7.3.4
« on: April 30, 2019, 06:23:42 AM »
I assume you mean:
Code: [Select]
# /bin/systemctl reload php-fpm73.service 
Correct?

109
Addons / netdata installed by itself???
« on: April 30, 2019, 05:11:23 AM »
Hi there,


I'm running CWP7pro and yesterday I've noticed there's a "Graphs" entry in the menu, which I didn't notice before.
I clicked it and there was a sub-entry named "netdata". Clicking it actually resulted in nothing. I mean, there was no data showing except for the headline "netdata".


BUT! Ever since I'm being bombarded with emails from netdata and have noticed a high resources usage. Checking the processes running, I see many netdata processes (/usr/libexec/netdata/...) so I went checking this folder and indeed its date is of yesterday at the time I've accessed this sub menu.



A. How do I uninstall this ASAP?
B. How come it was installed without asking my permission???


I'm totally pissed off currently. Would appreciate a prompt solution please.

110
PHP / Re: Error 503 for WordPress on PHP-FPM 7.3.4
« on: April 29, 2019, 03:27:45 PM »
There you go:

Code: [Select]
[Mon Apr 29 18:25:18.935259 2019] [proxy:error] [pid 29643:tid 139770902599424] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /opt/alt/php-fpm73/usr/var/sockets/wpkcf.sock (*) failed
[Mon Apr 29 18:25:18.935382 2019] [proxy_fcgi:error] [pid 29643:tid 139770902599424] [client xxx.253.221.xxx:57924] AH01079: failed to make connection to backend: httpd-UDS


By the way it's:
nginx -> varnish -> apache -> php-fpm

111
PHP / Re: Error 503 for WordPress on PHP-FPM 7.3.4
« on: April 29, 2019, 10:53:20 AM »
Don’t forget to fix the permission
Go to User Account >> Fix Permission >> Select the user
Tried that already. Didn't help.

112
PHP / Re: Error 503 for WordPress on PHP-FPM 7.3.4
« on: April 29, 2019, 07:57:38 AM »
Ok, I've made some more tests. I've installed 7.3.3 and got the same 503 error.
Eventually I've installed 7.3.0 and got the same.

Any idea?

113
PHP / Error 503 for WordPress on PHP-FPM 7.3.4
« on: April 29, 2019, 05:29:09 AM »
I've built PHP 7.3.4 and configured a test wordpress site webserver to use it but I get a 503 error.
I've tried with other sites - and the same result.
I've tried disabling plugins, but the error is still there.


Anyone managed to run Wordpress on PHP 7.3.4?

114
Ok, for some weird reason, this issue popped up again.
Anyone I came back here to read my solution, and have noticed in the last step I've mentioned you should edit master.cf while I meant main.cf. Sorry for that.

Having said that, how can I make sure this won't change again?

115
Wow, thank you so much Felix! I was struggling with this for SOOOO LONG...
Did anyone take this with the developer so it can be fixed permanently?

116
PHP Selector / Do I need both php selector and php-fpm selector?
« on: April 24, 2019, 03:54:10 PM »
Do I need to build PHP and PHP-FPM versions or can PHP-FPM be enough?

117
Installation / Re: Keep getting sent back to login
« on: April 21, 2019, 04:01:48 AM »
Happens to me when I try to login to CWP from a different tab, not noticing it's already opened in another one.
Do you have it opened on another tab?

118
Ok, I've solved this after so long... I'll write down how for those who're facing the same.
First, as a CWP Pro user, I've opened a ticket on the issue. Unfortunately, nothing came out of it (they've sent me to my host, don't ask me why). So... after self learning and investigating, and many fails and errors, here's what saved the issue:


1. I've found accidentally that my /etc/hosts file was totally wrong. Here's how it was:


Code: [Select]
# The following lines are desirable for IPv4 capable hosts
127.0.0.1 hostname.domain.com.domain.com.domain.com.domain.com.domain.com.domain.com hostname.domain.com.domain.com.domain.com.domain.com.domain.com.domain.com
127.0.0.1 localhost.localdomain localhost
127.0.0.1 localhost4.localdomain4 localhost4

# The following lines are desirable for IPv6 capable hosts
::1 hostname.domain.com.domain.com.domain.com.domain.com.domain.com.domain.com hostname.domain.com.domain.com.domain.com.domain.com.domain.com.domain.com
::1 localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6

127.0.0.1 hostname.domain.com.domain.com.domain.com.domain.com.domain.com.domain.com
127.0.0.1 autoreply.hostname.domain.com.domain.com.domain.com.domain.com.domain.com.domain.com
xxx.69.16.xxx   hostname.domain.com.domain.com.domain.com.domain.com.domain.com


Here's how it is now, fixed:
Code: [Select]
# IPv4
127.0.0.1   localhost localhost.localdomain localhost4 localhost4.localdomain4

# IPv6
::1         localhost localhost.localdomain localhost6 localhost6.localdomain6

# put your IP address and your hostname and aliases below
xxx.69.16.xxx   hostname.domain.com hostname


Ok. that removed the first 2 lines in my initial error log. But left me with the SSL error:
Code: [Select]
warning: TLS library problem: 5488:error:14094418:SSL routines:ssl3_read_bytes:tlsv1 alert unknown ca:s3_pkt.c:1493:SSL alert number 48:


2. After looking for so long all around, I knew something in my configuration is not pointing to the correct CA SSL certification but didn't really know how to fix it with the correct one. Then I found paldig's post here, which saved me.

Edit /etc/postifx/master.cf and replace these:
Code: [Select]
smtpd_tls_CAfile = /etc/pki/tls/certs/ca-bundle.crt

smtp_tls_CAfile = /etc/pki/tls/certs/ca-bundle.crt

With this:
Code: [Select]
smtpd_tls_CAfile = /etc/pki/tls/certs/hostname.domain.com.bundle

smtp_tls_CAfile = /etc/pki/tls/certs/hostname.domain.com.bundle

And viola! issue solved!

119
CentOS 7 Problems / Re: Hostname is not properly set!
« on: April 16, 2019, 07:00:12 PM »
And for check:
hostname status
Be careful!!! This "hostname status" command will change your hostname to "status"!
Do not run this command unless that's what you want your hostname to be!

120
I've already checked that yesterday and rebuilt the mailserver in any case.
My hostname is set as hostname.domain.com - I think that's the correct way. Correct?

Pages: 1 ... 6 7 [8] 9 10 ... 15