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.
1216
Suggestions / Re: Providing ImunifyAV Free and or Imunify360
« on: February 10, 2023, 05:52:29 AM »By improving great feature, CWP may be able to increase the price of CWPProI hope not! Right now it is in the "sweet spot" for pricing. Lower than competitors enough to put up with the leg work and bugs you have to get through to have a stable system. If it were to go up much more it would lose its value proposition. Really, I wish there were a more vibrant set of 3rd party add-ons, like Magento or other CMS systems that have premium plug-ins. That way many of us could stick with CWP Pro for a basic LAMP/LEMP server management, but other users could use paid add-ons to add features such as this.
1217
CentOS 7 Problems / Re: CWP7 keeps log me out
« on: February 10, 2023, 05:48:07 AM »
I see this occasionally. Are you clearing cookies? Try private browsing mode? Also try a different browser with a different rendering engine -- I've had this issue with a Chromium based browser (Vivaldi) but it worked fine in WebKit (Safari). Or try Firefox for something different.
1218
Installation / Re: What are the shortest ways to get a start on this platform?
« on: February 10, 2023, 05:45:42 AM »
I'm all in on CWP for my LAMP/LEMP servers (3 of them), 3 other servers I manage are bare metal with specific use cases. I used to use cPanel/WHM but once they raised their licensing fees it became untenable. Initially I followed the various wiki tutorials, but also there are good tutorials on AWS Monster and uxLinux.com to get you started:
https://www.awsmonster.com/p/cwp-installation-and-configuration_12.html
https://www.uxlinux.com/category/cwp/
https://www.awsmonster.com/p/cwp-installation-and-configuration_12.html
https://www.uxlinux.com/category/cwp/
1219
How to / Re: How to change the php version to an specific folder
« on: February 10, 2023, 05:37:14 AM »
Just to be clear, you're using php-fpm with PHP version 8.1? It is a different animal than the PHP Selector versions of PHP.
1220
DNS / Re: Strange entry in List of DNS
« on: February 10, 2023, 05:34:13 AM »
Are you running a vulnerable version of CWP (0.9.8.1146 or earlier)?
https://arstechnica.com/information-technology/2023/01/vulnerability-with-9-8-severity-in-control-web-panel-is-under-active-exploit/
https://arstechnica.com/information-technology/2023/01/vulnerability-with-9-8-severity-in-control-web-panel-is-under-active-exploit/
1221
CentOS 7 Problems / Re: Laravel hosted user unable to send mail from ssh using php artisan
« on: February 09, 2023, 04:05:05 AM »
Depending on your configuration, you may need to call PHP by its full path. Are you using PHP-FPM?
Code: [Select]
/opt/alt/php-fpm81/usr/bin/php
1222
Backup / Re: BUG? Backup BETA vmail more than 2GB
« on: February 09, 2023, 03:53:36 AM »
Depends on if you trust the machine -- or your own manual backups more. I'm telling you what I do! Those DB don't change very often (roundcube the most), so if you just dump them (or dump all DB) to a backup every 6 mo or so, you're fairly safe.
1223
CentOS 7 Problems / Re: "File System Lock" Bug
« on: February 08, 2023, 03:44:51 PM »
Is it needed for your use case in a shared hosting environment setting? Are you a reseller?
It's funny, because I've never needed the feature on my 3 CWP servers. But then again, I'm not a reseller -- I'm the "sole proprieter" of the servers I manage, doing almost all of the management duties myself. And likewise, I have no use for CWP's secure kernel because there's a level of trust between the clients on the one shared server and the other servers are 1:1 single domains to a single VM running CWP Pro.
It's funny, because I've never needed the feature on my 3 CWP servers. But then again, I'm not a reseller -- I'm the "sole proprieter" of the servers I manage, doing almost all of the management duties myself. And likewise, I have no use for CWP's secure kernel because there's a level of trust between the clients on the one shared server and the other servers are 1:1 single domains to a single VM running CWP Pro.
1224
Backup / Re: BUG? Backup BETA vmail more than 2GB
« on: February 07, 2023, 03:16:12 AM »
You should also backup these DB for a more comprehensive backup of all client info and settings: oauthv2, root_cwp, postfix, postfix_policyd, roundcube
1225
CentOS-WebPanel Bugs / Re: Error restore full backup cwp -> cwp
« on: February 07, 2023, 01:00:02 AM »
Remove leftover cruft that the migration API doesn't take care of automatically. It leaves vestiges behind, perhaps because the transfer might get interrupted. But then you have to come behind and clean up various temp dirs, esp. in the /home directory tree. But then, moving from cPanel brings along a lot of specific cPanel baggage that is not used with CWP, so you can remove all of THAT clutter as well...
1226
CentOS-WebPanel Bugs / Re: Error restore full backup cwp -> cwp
« on: February 06, 2023, 06:32:19 PM »
Have you done a previous restoration attempt? Sometimes CWP doesn't clean up after itself well and you you have to manually clean up after it. I did after a cPanel -> CWP migration. A bit to clean up, for sure.
1227
How to / Re: Docker and network
« on: February 05, 2023, 04:33:56 PM »
Edit:
Code: [Select]
/etc/csf/csfpost.sh
Restart CSF to apply your custom rule (at the end of the chain):Code: [Select]
csf -r
https://tecadmin.net/add-custom-iptables-rules-with-csf/
1228
CentOS 7 Problems / Re: "File System Lock" Bug
« on: February 05, 2023, 04:26:09 PM »
Can't you just chmod to lock down file permissions as an interim workaround?
Code: [Select]
chmod -R go-rwx /home/mike/directory
1229
PHP / Re: PHP-FPM7.4 How can I set php.ini files per domain name
« on: February 05, 2023, 05:37:42 AM »
Look here:
/opt/alt/php-fpm74/usr/etc/php-fpm.d/users/yourdomain.conf
The PHP documentation indicates
Example #1 Passing environment variables and PHP settings to a pool
/opt/alt/php-fpm74/usr/etc/php-fpm.d/users/yourdomain.conf
The PHP documentation indicates
Quote
FPM uses php.ini syntax for its configuration file - php-fpm.conf, and pool configuration files.
Example #1 Passing environment variables and PHP settings to a pool
Code: [Select]
php_flag[display_errors] = off
php_admin_value[error_log] = /var/log/fpm-php.www.log
php_admin_flag[log_errors] = on
php_admin_value[memory_limit] = 32M
1230
CWP API / Re: CWP API always return 404
« on: February 04, 2023, 06:00:15 PM »
Posting the solution is always helpful for others! Thank you for sharing!