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.
556
PHP / Re: install PHP 5.6. on entOS Stream release 9 ?
« on: April 23, 2025, 12:33:14 AM »
Abu_Haron, RHEL proper would be free for you:
https://developers.redhat.com/articles/faqs-no-cost-red-hat-enterprise-linux
Then you wouldn't have to worry about stability on your server.
https://developers.redhat.com/articles/faqs-no-cost-red-hat-enterprise-linux
Then you wouldn't have to worry about stability on your server.
557
Installation / Re: PHP-FPM Selector 8.1 x 8.2 x 8.3 failed
« on: April 21, 2025, 09:45:03 PM »
What OS are you running? What is your basic server configuration? CWP Pro?
558
MySQL / Re: mySQL user
« on: April 21, 2025, 01:28:51 PM »
As a matter of course on a new server, run
Code: [Select]
/usr/bin/mariadb-secure-installationMake sure the default test DB is removed to close up these types of potential security holes.
559
PHP / Re: install PHP 5.6. on entOS Stream release 9 ?
« on: April 20, 2025, 01:57:51 PM »
Sorry, without access to a CentOS 9 Stream system, I can't fully test the procedure. I can only look up a possible solution, the route that I would pursue if I were in your position. Can you confirm that you added the Raven repository according to this linked guide?
https://www.simplified.guide/redhat-centos-fedora/repo-raven-install
https://www.simplified.guide/redhat-centos-fedora/repo-raven-install
560
PHP / Re: install PHP 5.6. on entOS Stream release 9 ?
« on: April 20, 2025, 01:41:37 AM »
Add the 3rd party repository (community version of EPEL) per these instructions:
https://www.simplified.guide/redhat-centos-fedora/repo-raven-install
Then install the PHP 5.6 package (with dependencies):
https://www.simplified.guide/redhat-centos-fedora/repo-raven-install
Then install the PHP 5.6 package (with dependencies):
Code: [Select]
dnf --enablerepo=raven-modular install --assumeyes php56-php-cli(untested by me)
561
PHP / Re: install PHP 5.6. on entOS Stream release 9 ?
« on: April 19, 2025, 06:54:40 PM »
AlmaLinux 9 is more recommended for server use than a beta-quality OS such as CentOS Stream. That said, you can install 5.6 via a 3rd party repository (Raven Modular):
https://rhel.pkgs.org/9/raven-modular-x86_64/php56-php-cli-5.6.40-38.el9.x86_64.rpm.html
https://rhel.pkgs.org/9/raven-modular-x86_64/php56-php-cli-5.6.40-38.el9.x86_64.rpm.html
562
CSF Firewall / Re: Possible fix to why CSF/LFD isn't installing.
« on: April 19, 2025, 05:11:49 PM »
That's what I find handy about Webmin from time to time -- while remote (away from my usual tool set), I can still have almost everything on a server exposed (even more than CWP) via a web browser. No need to install PuTTY or anything on the host computer, just browse in, make a config change, and roll on.
563
Migration from other control panels / Re: Cpanel to CWP migration Connection not reached
« on: April 18, 2025, 06:21:16 PM »
You will have to use AlmaLinux 8 for a CWP -> CWP Migration. AlmaLinux 9 support is still in beta and this is one of the thornier issues to work through (lack of compatible encryption to support the transfer).
564
CentOS-WebPanel Bugs / Re: PHP.INI dont work?
« on: April 18, 2025, 10:54:00 AM »
You could enable .user.ini for per user account overrides.
565
CSF Firewall / Re: Possible fix to why CSF/LFD isn't installing.
« on: April 18, 2025, 01:08:56 AM »
+add Webmin -- since you need 3 web management interfaces: CWP, Cockpit, and Webmin).
(I'm a belt, suspenders, and antigrav balloon kinda fella.)
(I'm a belt, suspenders, and antigrav balloon kinda fella.)
566
CSF Firewall / Re: Firewall CFS not enable alma8 - al8 (fixed)
« on: April 17, 2025, 05:11:29 PM »
Yes, observed behavior -- CWP GUI out of sync. See my post ^ above.
568
MySQL / Re: mySQL user
« on: April 17, 2025, 12:41:14 PM »
Perhaps that came from a cPanel migration? I don't have an "any" user on any of my servers...
569
MySQL / Re: root password change
« on: April 17, 2025, 10:53:42 AM »
Looks like you have uncovered a bug in the MySQL PW reset script. You may need to manually change the PW via the CLI and then make sure the new PW is in both of these files:
Code: [Select]
/usr/local/cwpsrv/htdocs/resources/admin/include/db_conn.php
/root/.my.cnfhttps://www.digitalocean.com/community/tutorials/how-to-reset-your-mysql-or-mariadb-root-password
