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.
616
CentOS 8 Problems / Re: PHP Switcher ERROR
« on: March 20, 2024, 08:10:11 PM »
If you're starting with a fresh installation, I would suggest AlmaLinux 8 as a better foundation for a server. As a rolling release, CentOS 8 Stream is not suitable for server duty, even with delayed repos.
617
PHP / Re: INSTALL PHP 5.2.17 ON CWP
« on: March 20, 2024, 08:08:47 PM »
Will your application not run on 5.6.40? I have one customer who still has an old Joomla site running that version, trying to get them to modernize...
618
Nginx / Re: How to change apache LimitRequestFieldSize?
« on: March 20, 2024, 06:47:06 AM »
Is it an internal-facing system? Firewall it, tune LFD to be appropriately aggressive.
Is it a public internet accessible system? Put it behind Cloudflare. Their DDoS protection and infrastructure is top notch. $25/mo for the Professional tier is a good investment that will maximize your uptime and reduce your worries.
Is it a public internet accessible system? Put it behind Cloudflare. Their DDoS protection and infrastructure is top notch. $25/mo for the Professional tier is a good investment that will maximize your uptime and reduce your worries.
619
Nginx / Re: How to change apache LimitRequestFieldSize?
« on: March 19, 2024, 02:31:50 PM »
Based on my reading, it is not a default option with a directive in the main httpd.conf (but implied that there is the default value which can be overridden by explicitly setting it). cPanel documentation also mentions it being settable by editing the .conf files manually:
https://support.cpanel.net/hc/en-us/articles/11610652942487-Customizing-the-LimitRequestFieldSize-and-LimitRequestBody-in-Apache
https://support.cpanel.net/hc/en-us/articles/11610652942487-Customizing-the-LimitRequestFieldSize-and-LimitRequestBody-in-Apache
620
Nginx / Re: How to change apache LimitRequestFieldSize?
« on: March 19, 2024, 01:45:45 AM »
Seems to be a cookie length problem
https://stackoverflow.com/questions/10309751/bad-request-your-browser-sent-a-request-that-this-server-could-not-understand
https://serverfault.com/questions/413984/increase-the-value-of-limitrequestfieldsize-in-apache
You can make the change globally in httpd.conf or specific to a single virtual host in your vhost conf file:
https://stackoverflow.com/questions/10309751/bad-request-your-browser-sent-a-request-that-this-server-could-not-understand
https://serverfault.com/questions/413984/increase-the-value-of-limitrequestfieldsize-in-apache
You can make the change globally in httpd.conf or specific to a single virtual host in your vhost conf file:
Code: [Select]
LimitRequestFieldSize 16380
621
Installation / Re: MySQL root password is invalid!!! Error
« on: March 15, 2024, 10:14:52 PM »
I think you will have a smoother experience if you start with AlmaLinux 8 over Rocky. Plus having upgrade options with ELevate gives you a good path forward and support through the end of the decade is nice, too.
Starburst could more directly guide you, but it probably depends on where you get your installer as to whether AlmaLinux comes with MariaDB and what version. I would add the GPG keys and make sure you have the latest 10.11.6 LTS version before installing CWP.
http://wiki.centos-webpanel.com/mariadb-upgrade-to-new-version
Starburst could more directly guide you, but it probably depends on where you get your installer as to whether AlmaLinux comes with MariaDB and what version. I would add the GPG keys and make sure you have the latest 10.11.6 LTS version before installing CWP.
http://wiki.centos-webpanel.com/mariadb-upgrade-to-new-version
622
DNS / Re: FAIL: Nameserver is not answering TCP queries. Error: Connection refused
« on: March 15, 2024, 07:29:39 PM »
Can you SSH in? Temporarily drop the firewall and/or whitelist your IP address to debug your connection issues.
623
Installation / Re: MySQL root password is invalid!!! Error
« on: March 15, 2024, 07:28:35 PM »
Did your core OS install okay before you tried to install CWP? You should have named installed, as well as MariaDB (MySQL). What OS is this on? We are recommending AlmaLinux 8 as the best starting point for a new server since CentOS 7 is EOL and as a beta OS, CentOS 8 Stream is not viable foundation for a server.
624
CentOS-WebPanel Bugs / Re: mod_security is blocking roundcube
« on: March 13, 2024, 02:04:19 AM »
I recommend using the Comodo ruleset instead of OWASP for Mod_Security. You will generate fewer false positives. But this requires a paid CWP Pro license, not the free version.
625
CentOS-WebPanel GUI / Re: Sql errors in email->email routing->domain
« on: March 12, 2024, 02:05:52 PM »
I've used the e-mail routing (local/remote exchanger) feature under CentOS 7.9 -- no errors w/MariaDB 10.4, 10.6, 10.11. Starburst -- how does it look in AlmaLinux?
I would suggest updating MariaDB to the latest LTS version 10.11. Follow this guide, but change the version # to 10.11:
http://wiki.centos-webpanel.com/mariadb-upgrade-to-new-version
I would suggest updating MariaDB to the latest LTS version 10.11. Follow this guide, but change the version # to 10.11:
http://wiki.centos-webpanel.com/mariadb-upgrade-to-new-version
626
CentOS-WebPanel GUI / Re: Sql errors in email->email routing->domain
« on: March 12, 2024, 01:43:07 AM »
AlmaLinux 8 will give you the best foundation for a new server. (The CentOS Stream recommendation in the CWP documentation was because that's all there was at the time -- better options are available now.)
627
CentOS-WebPanel Bugs / Re: mod_security is blocking roundcube
« on: March 11, 2024, 08:46:17 PM »
Please update Roundcube to 1.5.6 per Sandeep's instructions here:
https://www.alphagnu.com/topic/33-update-cwp-roundcube-mail-version-156-%E2%80%93-control-web-panel/
https://www.alphagnu.com/topic/33-update-cwp-roundcube-mail-version-156-%E2%80%93-control-web-panel/
628
CentOS-WebPanel GUI / Re: Sql errors in email->email routing->domain
« on: March 11, 2024, 08:44:50 PM »
If you're doing a fresh install, don't use CentOS Stream, use AlmaLinux 8. It offers the best basis and path forward for EL8 and EL9.
629
Other / Re: billing response time
« on: March 11, 2024, 01:56:29 PM »
Usually 24 hours, in my experience. Did you write to the billing team, not the support team?
630
Information / Re: Attention programmer
« on: March 10, 2024, 01:46:11 PM »
MariaDB is taking EL7 repositories offline with the imminent EOL of CentOS 7. Please install an LTS version (10.11) of MariaDB before installing CWP.