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.
1171
Information / Re: Roundcube version
« on: March 04, 2023, 08:31:34 PM »
Please use Sandeep's newer directions rather than the older wiki information:
https://www.uxlinux.com/upgrade-to-roundcube-version-mail-on-cwp-centos-webpanel/
https://www.uxlinux.com/upgrade-to-roundcube-version-mail-on-cwp-centos-webpanel/
1172
CentOS 7 Problems / Re: PHP versiyon error
« on: March 04, 2023, 08:29:41 PM »
Where are you installing Roundcube? Under a vhost running the version of PHP (7.4) that meets the requirements? Or are you trying to update the CWP version of Roundcube?
1173
Installation / Re: Is there away for the built-in DNS and Mail features not to be installed?
« on: March 04, 2023, 05:02:58 PM »
You can disable mail services if you like with no impact on the server. That's totally fine.
But you MUST have working DNS on the server for local name resolution and services to function properly.
But you MUST have working DNS on the server for local name resolution and services to function properly.
1174
CentOS-WebPanel Bugs / Re: nginx does not start automatically
« on: March 04, 2023, 04:58:20 PM »
nginx is complaining about not being able to bind to the assigned IP address. check that it is correct in the main and vhost config files.
1175
E-Mail / Re: Roundcube update not working due to php version of cwpsrv
« on: March 04, 2023, 04:55:09 PM »
Sandeep has a guide on upgrading to the 1.5.x code branch of RoundCube. I wouldn't run the 1.4.x RoundCube branch...
https://www.uxlinux.com/upgrade-to-roundcube-version-mail-on-cwp-centos-webpanel/
https://www.uxlinux.com/upgrade-to-roundcube-version-mail-on-cwp-centos-webpanel/
1176
Apache / Re: proxy_fcgi:error | The timeout specified has expired | AH01075 Error dispatching
« on: March 04, 2023, 04:47:54 PM »
Look at tuning options available in the PHP FPM user config file for that account:
Code: [Select]
/opt/alt/php-fpm80/usr/etc/php-fpm.d/users/user.conf
I'm using nginx instead of Apache, but I did have to apply some Fast CGI buffer tuning in its configuration when I was seeing some timeouts:Code: [Select]
fastcgi_buffers 16 16k;
fastcgi_buffer_size 32k;
1177
CentOS-WebPanel GUI / Re: I enter my cwp through the gui and it stays loading, the menu appears but nothi
« on: March 04, 2023, 04:28:29 PM »
I keep multiple web browsers around, just so I have all the different engines available for site testing:
- Gecko (Firefox)
- WebKit (Safari)
- Chromium (Vivaldi)
- And a few really exotic ones with proprietary rendering engines for edge cases!
1178
Installation / Re: AlmaLinux
« on: March 04, 2023, 04:20:58 PM »
Maybe it needn't be said, but really consider migrating whatever site requires it from PHP 5.6 to at least something more current like 7.4 or best is to move to the 8.x code branch. I had one hold out customer still running an ancient Joomla install that still required PHP 5.6. Nag, nag, nag them to upgrade to WordPress! (Their site was as out of date at the underlying code, so a complete refresh was in order anyway!)
1179
Installation / Re: Internal server error 500 - no solution
« on: March 04, 2023, 04:15:26 PM »
Check the site's error log. Post it here if you don't know how to resolve the problem based on the error information.
1180
How to / Re: Where is CWP login page html
« on: March 04, 2023, 04:13:35 PM »Code: [Select]
/usr/local/cwpsrv/htdocs/admin/design/css
1181
Information / Re: Future of CWP?
« on: March 04, 2023, 04:09:28 PM »
Rocky appears to be a rocky road indeed... I will be going with AlmaLinux. (Yet with my usage I actually could make do with the free licenses RedHat provides for RHEL. But now I refuse to use any of their OS products given that they have pulled the rug out from under us with CentOS. Burn me once...)
I'm not sure why the CWP devs are so concerned about IonCube encrypting their code. At its price point, it's more trouble to try to run a hacked copy than simply pay for it. Run some libs or code in the cloud (Azure) for CWP Pro. Just get us on a maintainable & secure track with the PHP 8.x branch!
I'm not sure why the CWP devs are so concerned about IonCube encrypting their code. At its price point, it's more trouble to try to run a hacked copy than simply pay for it. Run some libs or code in the cloud (Azure) for CWP Pro. Just get us on a maintainable & secure track with the PHP 8.x branch!
1182
CSF Firewall / Re: DDoS Protection script
« on: March 04, 2023, 07:35:57 AM »
You do understand that DDoS Deflate on CWP is out-of-date (note this thread is from 2014)? Sandeep characterized it as "useless" at this point. Better to go with the Cloudflare advice primarily and also do the basic CSF tuning mentioned in this thread.
1183
PHP Selector / Re: PHPFPM 8.1.15 not getting build and activated
« on: March 04, 2023, 07:27:10 AM »
Probably something in CentOS 8; I'm running 3 x CentOS 7.9.2009 servers, CWP Pro with PHP 8.1 compiled just fine.
1184
PHP Selector / Re: php_switch_v2 not working
« on: March 04, 2023, 07:20:14 AM »
I'll go ahead and address the elephant in the room: we often get these kinds of panicked "Help!" posts on the forum, but without much detail or logging or even a more comprehensive background and detailed configuration -- it makes these kinds of posts rather difficult to resolve. My eyes usually glaze over and I just skip past these posts. [/elephant]
1185
E-Mail / Re: How to force user to change your mail password ? Quarterly
« on: March 04, 2023, 07:15:40 AM »
Studies show that this strategy is counter-productive. Enforced frequent password changes often have a negative effect, with users choosing less secure credentials, making a slight permutation change on their existing passphrase.
https://www.makeuseof.com/tag/frequent-password-changes/#:~:text=The%20Bottom%20Line%201%20User-initiated%20frequent%20password%20changes,negative%20effect,%20with%20users%20choosing%20less%20secure%20credentials.
https://www.makeuseof.com/tag/frequent-password-changes/#:~:text=The%20Bottom%20Line%201%20User-initiated%20frequent%20password%20changes,negative%20effect,%20with%20users%20choosing%20less%20secure%20credentials.