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

Pages: [1]
1
CentOS-WebPanel Bugs / Re: Apache Re-Build Not Working
« on: February 03, 2021, 11:09:57 PM »
You saved my days bro thank u very much.

2
Updates / Re: Broken ioncube and https
« on: April 30, 2020, 02:45:33 PM »
You are the life saver man thank u very much.
Well the fix I got to work on *some* I'll put below. However out of 20 VPS it didn't work on 5 of them and I had to wipe the servers and start from scratch... thanks CWP. So bear in mind this might not work on all of them and nobody seems to have any solutions. CWP are silent on the matter.

Code: [Select]
/usr/local/cwp/php71/bin/php -v
PHP 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

3
PHP Selector / Re: CWP PHP Selector [CWPpro required]
« on: October 06, 2019, 12:47:57 PM »
its not working anymore in free version :(
All my web sites giving this error "internal server error 500" which i used .htaccess AddHandler application/x-httpd-php72 .php

4
Updates / Re: This server needs to be upgraded by using this instruction!
« on: February 24, 2018, 01:41:50 PM »
same problem   >:(

Pages: [1]