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.
316
Problems on other RedHat linux servers / Re: no update???
« on: January 11, 2025, 08:29:08 PM »
More info please... Is this an EL9 release? And you are using yum instead of dnf?
318
Information / Re: CentOS CWP vs cPanel comparison
« on: January 10, 2025, 04:54:38 AM »
Mindshare is still saying "CentOS Web Panel"? Anything CentOS is W-A-Y outdated now. CWP needs to get consistent with their new Control Web Panel branding -- "For Enterprise Linux"!
319
CWP API / Re: pic not showing in app after migrating server.
« on: January 09, 2025, 06:27:04 PM »
Permissions? Are you seeing 404 errors on the frontend?
320
Installation / Re: PHP-FPM on AlmaLinux 9
« on: January 09, 2025, 06:26:10 PM »
Yes, 8.0 is not compatible with EL9 releases. You must use 8.1, 8.2, 8.3.
(As Stan Lee used to say, "'Nuff said.")
(As Stan Lee used to say, "'Nuff said.")
321
Nginx / Re: How to update NGINX version to version 1.26.2
« on: January 08, 2025, 04:01:28 PM »
Thanks, that's great! You should contribute more!
322
PHP / Re: URGENT Database insert not working
« on: January 08, 2025, 01:47:35 PM »
We are replying in your thread -- please avoid double-posting! Thank you.
323
PHP / Re: URGENT Database insert not working
« on: January 07, 2025, 10:17:23 PM »
Try the Comodo ruleset -- less false positives.
And is your PHP script attempting to connect to localhost via a socket? You shouldn't be connecting via an IP connection on port 3306; the CSF firewall would block that by default.
https://wiki.centos-webpanel.com/csflfd-firewall-configuration
And is your PHP script attempting to connect to localhost via a socket? You shouldn't be connecting via an IP connection on port 3306; the CSF firewall would block that by default.
https://wiki.centos-webpanel.com/csflfd-firewall-configuration
324
Information / Re: CentOS Configuration File Locations (CWP)
« on: January 07, 2025, 05:34:32 PM »
I'm fairly certain the congratulatory messages by first time posters was just a test to see if they had permissions to post a reply, and therefore spam. "Useful information" and "Thanks for sharing" are pretty worthless contributions to the thread.
325
PHP / Re: URGENT Database insert not working
« on: January 07, 2025, 03:13:44 PM »
Do you have Mod Security enabled? If so are you using OWASP or the Comodo ruleset?
326
PHP / Re: URGENT Database insert not working
« on: January 07, 2025, 05:20:36 AM »
You have proper grant privileges in place? Proper DB user credentials authentication in your PHP script? Does your PHP script work as intended on an AlmaLinux 8 test VM?
327
Updates / Re: How to revert an update?
« on: January 07, 2025, 12:39:30 AM »
Are they all using the same package definitions (same limits)?
All using the same php-fpm version?
Can you switch to nginx for better performance, or is there something tying you to Apache?
All using the same php-fpm version?
Can you switch to nginx for better performance, or is there something tying you to Apache?
328
CentOS 7 Problems / Re: My CWP websites are not loading after i changed my webservers to Ningx + Apache
« on: January 03, 2025, 04:28:21 PM »
Where did mod_rpaf.so go? It's part of the default CWP kit...
Code: [Select]
[root@srv]# ls -al /usr/local/apache/conf.d/rpaf.conf
-rw-r----- 1 root root 279 Dec 11 2022 /usr/local/apache/conf.d/rpaf.conf
[root@srv]# ls -al /usr/local/apache/modules/mod_rpaf.so
-rwxr-xr-x 1 root root 18584 Nov 11 2022 /usr/local/apache/modules/mod_rpaf.so
329
CentOS 9 Problems / Re: CWP to CWP Account Migration
« on: January 02, 2025, 07:05:21 PM »
EL9 has bugs, particularly with CWP to CWP Migration. CWP is still officially in beta for EL9, particularly for this reason. Also, CentOS Stream is a beta-quality OS, not really what you want for a production server. Please start with AlmaLinux 9 as your new server foundation. Starburst has guides for how to bring up a new AlmaLinux 9 server with CWP.
330
CentOS 7 Problems / Re: My CWP websites are not loading after i changed my webservers to Ningx + Apache
« on: January 02, 2025, 03:38:03 AM »
Not to rub salt on an open wound, but always take a full image and back up all configs before attempting a major change like this (changing web servers and reverse proxy settings qualifies) so you can quickly revert if things don't pan out. Test on a local mirror first before attempting it on a production server. Also consider scheduling it in off-hours (which I suppose New Year's Day qualifies...) but also best when CWP support is active and the forums are active in case you need help.