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.
676
WebHosting-Billing / Re: I Cannot Reach CWP Billing Team!
« on: February 14, 2024, 02:10:06 PM »
Is your correct IP showing in your account for the CWP Pro license? Try temporarily disabling your firewall and then run CWP update.
677
DNS / Re: some problems only denic german domains
« on: February 14, 2024, 12:59:20 PM »
IP addresses are the same for both DNS server (ns1 and ns2). It is expected to have 2 different NS servers for failover.
678
Information / Re: How many disks are physically installed on the server?
« on: February 13, 2024, 09:26:17 PM »
If it's a VPS or VM, you are abstracted from the hardware, including disks. Or is your CWP server installed as bare metal?
679
CentOS 7 Problems / Re: They disabled my cwp even though it was paid
« on: February 13, 2024, 09:24:57 PM »
Typically the CWP license server is an EU datacenter, probably with a France IP address.
680
Information / Re: Ebury trojan on all of my CWP servers
« on: February 12, 2024, 12:57:45 PM »
You should run all the scanners under the Security tab of CWP, as well as the specific checks mentioned in this thread.
681
CentOS 8 Problems / Re: NodeJS issue
« on: February 10, 2024, 01:51:39 PM »
What OS & version are you running?
682
CentOS 7 Problems / Re: Database not showing for users
« on: February 08, 2024, 02:40:34 AM »
Likewise, all of my CWP servers have that file as empty.
683
How to / Re: Running PHP cron under user fail
« on: February 08, 2024, 02:37:51 AM »
Are you calling this from r00t's crontab / system crontab and want to run as a normal user?
Code: [Select]
sudo -u $USER /opt/alt/php82/usr/php /home/$USER/src/file.php
Otherwise, put the php command in the user's crontab.
684
PHP / Re: Xdebug on php-fpm enabled but not work
« on: February 06, 2024, 05:24:13 PM »
Yes, those are compile-time options, not options you can compile on and off. You can set whatever xdebug settings you want in those php versions respective php.ini
685
CentOS-WebPanel GUI / Re: How to (steps) to increase GUI performance?
« on: February 06, 2024, 05:21:19 PM »
Whatever resources your server has allocated to CWP, it will use (cores, memory, disk).
CWP itself runs on PHP 7.2, its own compiled version that you shouldn't alter to avoid breaking things. Also its own instance of Apache.
CWP itself runs on PHP 7.2, its own compiled version that you shouldn't alter to avoid breaking things. Also its own instance of Apache.
Code: [Select]
/usr/local/cwpsrv
You can set the CLI version of PHP to be whatever you want, and for performance I would suggest using php-fpm for customizable versions of PHP per account.
686
How to / Re: Preventing Access to wp-login and xmlrpc.php
« on: February 05, 2024, 03:35:15 AM »
iThemes Security and WordFence should already take care of these scenarios (as CMS-specific WAF & security tuners). I'm not sure if this is a better approach, as it feeds the main CSF firewall (so not sure about the relative performance). And hopefully your security design proves out -- where the other dedicated offerings are clearly battle-tested. (Rick Rolling is kinda cute though...)
687
Installation / Re: Can't install PHP 3.1
« on: February 04, 2024, 05:45:02 PM »
See other threads on this topic. Starburst was able to get it to build by disabling mbstring and IonCube:
https://forum.centos-webpanel.com/index.php?topic=13337.msg46538#msg46538
https://forum.centos-webpanel.com/index.php?topic=13337.msg46538#msg46538
688
PHP / Re: php-fpm83 not installing well / working
« on: February 04, 2024, 05:42:56 PM »
Stating the obvious, but what does the dangling fruit of php 8.3 offer you that 8.2 won't cover for the immediate future? I don't find it worth the effort, and my clients don't need it with little CMS software optimized for it currently. I don't plan to even look at it for another 6 months.
689
Information / Re: Roundcube big security issue.
« on: February 04, 2024, 05:39:57 PM »
Yes, Roundcube 1.5.6 (updated from Sandeep's 1.5.3 instructions, linked above). You can't get to the 1.6 branch with our current CWP kit; hopefully when EL9 support rolls out.
690