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

Pages: 1 ... 27 28 [29] 30 31 ... 55
421
I would default 7.3.

Then if someone has an app that is only compatible up to 7.2, they can change it on their user panel.


422
PHP / Re: PHP not working while static pages do
« on: May 21, 2020, 02:26:28 PM »
check their website config file:

apache:  /usr/local/apache/conf.d/vhosts/(domain).(?ssl).conf
nginx: /etc/nginx/conf.d/vhosts/(domain).(?ssl).conf

Look for .sock file in the config, and make sure it exists.

If your using php-fpm, make sure all version of php-fpm are running
systemctl status php-fpm(73,72,70)

423
It set's the version of PHP for each software.  To change versions for a particular account, you would have to override it.  Ex you have 5.6, 7.2 and 7.3 installed.  Selecting that will default all clients to whichever one your choose for all clients who don't have a custom configuration.

424
Updates / Re: New update available?
« on: May 21, 2020, 12:39:15 PM »
Most likely a bug.  I can confirm it's happening on my server as well.

425
CentOS 6 Problems / Re: how to disable freshclam?
« on: May 21, 2020, 07:26:11 AM »
must be centos 6.

try just system disable clamd

426
The workaround is as follows:

groupadd -g 23 nohidproc
usermod -a -G nohidproc polkitd
mount -o remount,rw,hidepid=2,gid=nohidproc /proc
systemctl restart polkit
Add the following in /etc/fstab as well
echo "proc /proc proc defaults,hidepid=2,gid=nohidproc 0 0" >> /etc/fstab

After mount the new mountpoint

mount -a
systemctl restart polkit

427
CentOS 6 Problems / Re: how to disable freshclam?
« on: May 21, 2020, 03:29:06 AM »
systemctl disable clamd

428
SSL / Re: SSL limit problem
« on: May 21, 2020, 03:26:18 AM »
you need to wait until they lift the limitation probably a week.

we have another solution ? for fast ?

The only solution is to wait, or contact LetsEncrypt.  You shouldn't get rate limited unless you keep trying to generate a certificate and don't resolve the problems as to why it can't be issued.

As for installing Comodo, all certficates are stored in /etc/pki/tls

Keys go in private folder
Certs and bundles go in certs folder.

429
PHP / Re: PHP Switcher problem on AWS
« on: May 20, 2020, 01:33:00 AM »
Please provide the output of "uname -a"

430
Installation / Re: Abnormal Disk IO and usage
« on: May 20, 2020, 01:18:07 AM »
Try turned project quota on for /home.  Being as we can't see the code, they very well could be using project quota instead of user quota.

431
This is a common issue since last few updates and I have to contact CWP team every time to fix it.

Hopefully, they will permanently fix the issue.

If this is something that they can fix, they really should post on here steps to correct the issue...  My 2 cents.

432
Addons / Re: Problem with the backup
« on: May 19, 2020, 04:40:56 PM »
Web Files -> /home/(user)/public_html
Email -> /var/vmail/(domain)
mysql -> mysql << (database).sql

ssl certs -> /etc/pki/tls/(private|certs)/domain.(private->.key)(certs->bundle|crt)

Anything else, you'll have to post so I can look it up.

433
Addons / Re: Problem with the backup
« on: May 19, 2020, 11:10:20 AM »
if you have them compressed, you will have to untar/unzip the file.  Then manually cp -Rf the folders to their appropriate places.

434
Updates / Re: Default Apache Page on All Domains
« on: May 19, 2020, 11:05:00 AM »
I don't disagree that CWP has it's problems.  I don't disagree that some of them are made worse by lack of testing.  But I have 2 issues with trying to help SOME of these people.

1)  There is a Search function on this forum.  I guarantee I have answered the same questions 20 times with some of these errors.  I've also searched google for some of the NON-CWP errors people are receiving (Ex: postfix), and found the solution in the #1 result.

I'm sorry, but if your hand has to be held through the entire process, maybe, just maybe you shouldn't be running a server.

2)  When there is a serious problem, 90% of these post are "I get x error", and that is there post.  When we respond to try to get more information, they either A) Ignore use, or B) come back with some smart response as to why we aren't helping them.

So please, tell me how I'm part of the problem some more.  Don't forget that I DO NOT work for CWP. I'm here to help people just as much as your are.  Difference is, I don't berate people because the "ADVICE" they gave me didn't work.  A simple "Sorry, that's not working for me, do you have another option" would probably get you a lot farther...

435
Installation / Re: Abnormal Disk IO and usage
« on: May 18, 2020, 01:41:20 PM »
Enable quotas.  There are more people guides on the forum.

Pages: 1 ... 27 28 [29] 30 31 ... 55