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.
646
Other / Re: Paid server management ????
« on: February 23, 2024, 03:19:41 PM »
Suggesting Webmin/Usermin is a bit of a joke -- I do have Webmin on a couple of lower key servers (but do most work on them in the CLI), but I'd rather poke out my eyes with a stick than rely on it for these hosting use case servers.
647
DNS / Re: DNS Server Vulnerability: Single DNS Packet can Bring Down the System
« on: February 23, 2024, 03:17:39 PM »
Just a quick poll: do others read The Register and ArsTechnica?
648
CSF Firewall / Re: Nearly 11 million SSH servers vulnerable to new Terrapin attacks
« on: February 23, 2024, 03:15:58 PM »
When I read about Terrapin a few weeks ago, it wasn't a "sky is falling" type of moment for me, as the conditions for exploit are a bit restrictive. On CentOS 7.9, we have:
Code: [Select]
[root@srv]# ssh -V
OpenSSH_7.4p1, OpenSSL 1.0.2k-fips 26 Jan 2017
649
Other / Re: Paid server management ????
« on: February 23, 2024, 03:24:41 AM »
Or Webmin/Usermin.
650
CentOS-WebPanel Bugs / Re: hide the time zone
« on: February 23, 2024, 03:22:21 AM »
Via a .CSS file. But I looked at the code in developer tools and it looks as though they aren't isolating that one entry (Server Time) into a separate DIV. So you would have to hide the whole Server Information block.
651
PHP / Re: CWP falling behind with PHP. Again.
« on: February 22, 2024, 10:29:31 PM »
CWP "Meets & exceeds expectations."
652
CentOS-WebPanel Bugs / Re: hide the time zone
« on: February 22, 2024, 10:28:34 PM »
Also, if you really wanted to, you could create a custom theme and hide that element so it isn't displayed.
653
CentOS-WebPanel Bugs / Re: CHROOT Fixes For AlmaLinux
« on: February 22, 2024, 10:25:54 PM »
Ja, now that CWP has abstracted from being CentOS Web Panel to Control Web Panel, they could/should drop CentOS Stream support and just support the truly server-ready EL releases. 5 distros probably won't tip the scales as being too encumbering...
654
Information / Re: Running CWP (centos web panel) behind reverse proxy,is it possible to host multi
« on: February 22, 2024, 10:21:46 PM »
I would think that's a bit beyond the normal use case, but nginx does function that way if you want.
655
CentOS-WebPanel Bugs / Re: I can't create databases correctly
« on: February 22, 2024, 10:04:01 PM »
The file /usr/local/cwp/.conf/mysql_user_prefix.conf is blank on my servers, but are migrated from cPanel originally and I still follow the convention of ≤8 chars for a username when I set up new accounts, even though longer is now possible.
656
CentOS-WebPanel Bugs / Re: I can't create databases correctly
« on: February 22, 2024, 03:00:01 AM »
Can you put in a support ticket? You may have uncovered a bug, but difficult to say from here as I haven't encountered this on my servers.
657
CentOS 7 Problems / Re: Cron add/list does not work cpanel
« on: February 22, 2024, 02:49:10 AM »
How are you testing? Does the user cron do tasks within the power of the user to execute? Can you log the output of your cron test and confirm?
658
Updates / Re: Automatic YUM Updates?
« on: February 22, 2024, 02:44:45 AM »
Seems good and tuned to your needs. When I get to AlmaLand next month I'll be doing:
Code: [Select]
#!/bin/sh
# Daily DNF Updater
/usr/bin/dnf update --security -y
(Although I did just write the code in my mind for conditionals, testing whether it was for YUM or DNF and branching accordingly -- a Rube Goldberg curse!)
659
Information / Re: Is it 6 month or Annually License?
« on: February 21, 2024, 06:34:17 PM »
CWP Pro licenses are annual; I have never had a problem with them billing. When you cancel a product you can choose to do so immediately or at the end of the time period.
660
CentOS 7 Problems / Re: edit php.ini
« on: February 21, 2024, 06:32:27 PM »
Which PHP version and mode do you use (CGI, php-fpm)?