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.
61
CentOS-WebPanel Bugs / fpm PHP handler with PHP Switcher
« on: July 20, 2018, 05:57:40 PM »
Is the fpm php handler feature working? I use PHP Switcher and have fpm checked. But it seems like it's still CGI/FastCGI.
When I check phpinfo:
Does that mean php-fpm not working? If not then how do I fixed?
When I check phpinfo:
Code: [Select]
Server API CGI/FastCGI Does that mean php-fpm not working? If not then how do I fixed?
63
Information / test and test-cp directories
« on: July 20, 2018, 12:28:43 PM »
CWPpro version: 0.9.8.697
There are 2 directories called "test" and "test-cp" in my CWP. I don't see those on my other non-pro CWP version: 0.9.8.697. Not sure if I created it and forgot or what. Can someone confirmed if it's safe to delete those two directories?
There are 2 directories called "test" and "test-cp" in my CWP. I don't see those on my other non-pro CWP version: 0.9.8.697. Not sure if I created it and forgot or what. Can someone confirmed if it's safe to delete those two directories?
64
CentOS-WebPanel Bugs / Re: PHP Version Switcher Crashes With IONCUBE Across All Builds
« on: July 20, 2018, 12:20:39 PM »
Don't check ioncube loader in the PHP Switcher but instead install it with the PHP Addons under PHP Settings.
65
CentOS 7 Problems / Re: Apache + Varnish + Nginx . WordPress SSL issues
« on: July 20, 2018, 12:15:43 PM »
I had the same issue before. It was a pain. I tried so many solutions but none work for me but this one. I hope it will workout for you.
Add this "return 301 https://$host$request_uri;" to your "nginx_proxy_vhost" like below:
That will redirect to https.
Add this "return 301 https://$host$request_uri;" to your "nginx_proxy_vhost" like below:
Code: [Select]
root DOCROOT;
return 301 https://$host$request_uri;
location / {
location That will redirect to https.
66
Apache / Re: Mod Pagespeed not working (Solution)
« on: July 04, 2018, 05:57:28 AM »
What want kind of websites are you running? If you're running WordPress I think it's better to use these two plugins together, Autoptimize and WP Super Cache. I used to install Mod Pagespeed on my server while it helps but it breaks other scripts. I end up disabling it for many scripts because it doesn't work with mod_pagespeed enabled.
Anyways, I think those 2 plugins together work just as good or even better. Plus Varnish, it's get even more awesome.
Anyways, I think those 2 plugins together work just as good or even better. Plus Varnish, it's get even more awesome.
67
Migration from other control panels / Re: How to restore Kloxo official backup files on CWP
« on: July 04, 2018, 05:51:55 AM »
I think you have to individually restore your websites and accounts. I don't think there's a migration tool for it.
68
FTP / Re: pure-ftpd enable root user
« on: July 04, 2018, 05:49:55 AM »
I've tried with it disabled and still don't work.
69
CentOS-WebPanel GUI / Re: FileManager 2 not found
« on: July 03, 2018, 08:51:25 AM »
[SOLVED] CWPpro version: 0.9.8.683
70
Updates / Re: Update corrupted filemanager2.php
« on: July 03, 2018, 08:50:53 AM »
[SOLVED] CWPpro version: 0.9.8.683
71
CentOS-WebPanel Bugs / Re: Compress in File Manager
« on: July 03, 2018, 08:50:08 AM »
[SOLVED] CWPpro version: 0.9.8.683
72
Information / Re: Reduce server response time [Anyone Else?]
« on: July 03, 2018, 08:16:58 AM »
UPDATE: To solve this TTFB with Cloudflare you have to do cache everything in page rules. It's kinda of a pain if you have login pages. It will be a problem. You just have to set rules not to cache your login pages.
73
Updates / Re: Update corrupted filemanager2.php
« on: July 03, 2018, 08:12:59 AM »
This update CWPpro version: 0.9.8.679 cause this issue again.
http://forum.centos-webpanel.com/centos-webpanel-bugs/compress-in-file-manager/
http://forum.centos-webpanel.com/centos-webpanel-bugs/compress-in-file-manager/
74
CentOS-WebPanel GUI / Re: FileManager 2 not found
« on: July 03, 2018, 08:11:50 AM »
Glad it fixed for you. That auto update to CWPpro version: 0.9.8.679 cause the compress issue again.
http://forum.centos-webpanel.com/centos-webpanel-bugs/compress-in-file-manager/
Do you know how we can stop these auto-update thing?
http://forum.centos-webpanel.com/centos-webpanel-bugs/compress-in-file-manager/
Do you know how we can stop these auto-update thing?
75
CentOS-WebPanel Bugs / Re: Compress in File Manager
« on: July 03, 2018, 08:10:02 AM »
CWP did another auto update. CWPpro version: 0.9.8.679 with the same issue again.
How do we stop these auto update thing?
How do we stop these auto update thing?
