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

Pages: [1]
1
Code: [Select]
/usr/local/cwp/php71/bin/php -vPHP 7.2.30

if PHP was not updated to 7.2 then try manually
Code: [Select]
yum update cwpphp --enablerepo=cwp
**Manual update CentOS 7 (skip if you have CentOS 6)**
Code: [Select]
chattr -i -R /usr/local/cwpsrv/htdocs
cd /usr/local/cwpsrv/htdocs
wget static.cdn-cwp.com/files/cwp/el7/cwp-el7-0.9.8.961.zip
unzip -o -q cwp-el7-0.9.8.961.zip
rm -f cwp-el7-0.9.8.961.zip


**Manual update CentOS 6 (skip if you have CentOS 7)**
Code: [Select]
chattr -i -R /usr/local/cwpsrv/htdocs
cd /usr/local/cwpsrv/htdocs
wget dl1.centos-webpanel.com/files/cwp/cwp2-0.9.8.765.zip
unzip -o cwp2-0.9.8.765.zip
rm -f cwp2-0.9.8.765.zip



**Manual update for services (required CentOS 6 and 7)**
Code: [Select]
cd /usr/local/cwpsrv/var/services/
wget static.cdn-cwp.com/files/cwp/el7/cwp-services.zip
unzip -o -q cwp-services.zip
rm -f cwp-services.zip

Test if all is ok, it should run update without errors
Code: [Select]
sh /scripts/update_cwp

awesome thanks worked for me :)

Also don't forget > sh /scripts/restart_cwpsrv

2
same error for me following to see if you get any responses :)

3
Information / Re: Permanent Diable ClamAV
« on: November 15, 2018, 07:51:56 PM »
You could uninstall it if you would never use it, this is what i did as i use other software
:
yum remove clamav*

But to stop it restarting im pretty sure you need to make sure that it is off in systemctl too (not sure how to check/configure this as i uninstall everything i do not need rather than disable)

4
CentOS 6 Problems / Re: 451 4.3.5 Server configuration error
« on: June 17, 2015, 11:43:38 PM »
I had the same error over the past week and had to rebuld with ClamAV, Amavis & Spamassassin, Requires 1Gb+ RAM unchecked

no big deal though as everything works perfectly once i manually start clamav and amavis

Pages: [1]