gnusys
- Total activity 103
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 43
Comments
Recent activity by gnusys-
Upstream PHP bug
-
You could easily sync the /home and MySQL data to make the hosted websites High available, but to make WHM/cPanel itself High available, it should be supported by the cPanel daemon which I don't th...
-
Some points I thought worth mentioning 1. It is better to use Unison than Lsyncd for the filesystem sync as you will definitely need bidirectional sync if the web scripts are uploading files 2....
-
You can use Nginx server and apply the same configuration using cPanel's Nginx setup which is currently experimental or a third party nginx plugin
-
Please add all the URL's in the conf file for the app. include the target script the Ajax call is using too here url1=/cgi/xyz/abc.php url2=/cgi/xyz/bcd.php etc Ajax calls do work on the WHM pl...
-
Please run yum -y install centos-release That should fix your issue
-
CloudLinux announced their own fork too. Stay assured that there are no dead ends in FOSS. IBM/Redhat cannot cease to provide SRPMS for RHEL as its an OSS project and as long the SRPMS are availab...
-
Why do you need 4 different locations if it is backup/standby? You just need only one right? You can of course use the 4 locations simultaneously and load balance among them. Of course, the data a...
-
The output is yaml . You will be able to use PHP yaml to read it
-
Ok, I read it up. Luckily I could just ship a few extra python modules as RPM in my repository and have the code run in python2 in Centos8. So hopefully it is a smooth transition for me