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.
196
Problems on other RedHat linux servers / Re: the sequence of settings...?
« on: January 15, 2025, 04:23:55 PM »
I think AWS Monster's guide/notes is a good reference:
https://www.awsmonster.com/cwp-installation-and-configuration_12
https://www.awsmonster.com/part-1-cwp-basic-configuration-after
https://www.awsmonster.com/part-2-cwp-basic-configuration-after
I've been tempted to create something for my own reference and for the good of others, but I would have to wait until I next set up another CWP server.
Starburst?
https://www.awsmonster.com/cwp-installation-and-configuration_12
https://www.awsmonster.com/part-1-cwp-basic-configuration-after
https://www.awsmonster.com/part-2-cwp-basic-configuration-after
I've been tempted to create something for my own reference and for the good of others, but I would have to wait until I next set up another CWP server.
Starburst?
197
CSF Firewall / Re: cannot enter 2083 using putty
« on: January 15, 2025, 04:20:08 PM »
I'm not sure what you're trying to accomplish for PuTTY. Usually it is used for telnet connections on port 23 (unencrypted) or SSH on port 22. I'm not understanding what it has to do with port 2083 (CWP user panel via HTTPS).
198
CSF Firewall / Re: cannot enter 2083 using putty
« on: January 15, 2025, 03:17:17 AM »
Are you trying to SSH in? If so, it wouldn't be port 2083, it would be port 22 by default, but I recommend you change it to an alternate port, because FritzFrog wants to get on your server (along with a million script kiddies)!
https://arstechnica.com/information-technology/2022/02/after-lying-low-ssh-botnet-mushrooms-and-is-harder-than-ever-to-take-down/
https://wiki.centos-webpanel.com/how-to-change-ssh-port
https://arstechnica.com/information-technology/2022/02/after-lying-low-ssh-botnet-mushrooms-and-is-harder-than-ever-to-take-down/
https://wiki.centos-webpanel.com/how-to-change-ssh-port
199
Information / Re: Demo not work...
« on: January 13, 2025, 12:04:50 AM »
Works here...
End-User Demo Login
http://demo1.control-webpanel.com:2082
http://demo2.control-webpanel.com:2082
http://demo3.control-webpanel.com:2082
Username: testacc
Password: admin123
root/Admin Demo Login
http://demo1.control-webpanel.com:2030
http://demo2.control-webpanel.com:2030
http://demo3.control-webpanel.com:2030
Username: root
Password: admin123
End-User Demo Login
http://demo1.control-webpanel.com:2082
http://demo2.control-webpanel.com:2082
http://demo3.control-webpanel.com:2082
Username: testacc
Password: admin123
root/Admin Demo Login
http://demo1.control-webpanel.com:2030
http://demo2.control-webpanel.com:2030
http://demo3.control-webpanel.com:2030
Username: root
Password: admin123
200
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?
202
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"!
203
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?
204
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.")
205
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!
206
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.
207
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
208
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.
209
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?
210
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?