Show Posts

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.


Messages - overseer

Pages: 1 ... 47 48 [49] 50 51 ... 99
721
CentOS 7 Problems / Re: Centos 7 End of life 2024
« on: February 17, 2024, 03:53:01 AM »
No one is going to rip out the bottom of your house of cards and then it all comes crashing down. It just won't receive support or updates (although extended paid support is available if you so desire). I'm in the same boat with CentOS 7.9 servers running CWP Pro and EOL is only a couple of months away. I am about to migrate (ELevate) to AlmaLinux 8 with CWP for EL8 It's supported until almost the end of the decade, so it is a safe bet. And if CWP does fully support EL9 releases, there is a clear upgrade path to AlmaLinux 9.

722
CentOS-WebPanel Bugs / Re: IP Manager
« on: February 16, 2024, 11:40:30 PM »
And I'll chime in that nmtui is what I've been using on CentOS 7.9 systems as well. Forget the CWP GUI for these types of low-level system/networking settings.

723
CentOS 8 Problems / Re: NodeJS issue
« on: February 16, 2024, 02:20:10 PM »
My only suggestion would be to get off of CentOS Stream and migrate to AlmaLinux 8. A rolling release is not a good foundation for a server! (CWP only listed support for it initially because it was the only game in town, but now we have Rocky & Alma for EL8 releases that have LTS, with upgrade paths to EL9 when CWP supports it).

724
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.

725
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.

726
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?

727
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.

728
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.

729
CentOS 8 Problems / Re: NodeJS issue
« on: February 10, 2024, 01:51:39 PM »
What OS & version are you running?

730
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.

731
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.phpOtherwise, put the php command in the user's crontab.

732
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

733
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.
Code: [Select]
/usr/local/cwpsrvYou 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.

734
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...)

735
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

Pages: 1 ... 47 48 [49] 50 51 ... 99