Show Posts

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.


Messages - overseer

Pages: 1 ... 4 5 [6] 7 8 ... 61
76
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:
Code: [Select]
LimitRequestFieldSize 16380

77
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

78
Can you SSH in? Temporarily drop the firewall and/or whitelist your IP address to debug your connection issues.

79
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.

80
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.

81
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

82
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.)

83
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/

84
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.

85
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?

86
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.

87
Apache / Re: Apache is not installing through Select Web Servers
« on: March 09, 2024, 09:29:25 PM »
Please post any relevant error messages or the installer log so we can help you. What OS and version?

88
CSF Firewall / Re: Still Get SSH Login Attempts with PW Auth Disabled
« on: March 09, 2024, 09:28:25 PM »
You can also turn off LFD notifications for SSH attempts. Have you tuned your sshd_config to secure it (disable root login, reduce login grace time, reduce login attempts, etc.)?

89
CSF Firewall / Re: Still Get SSH Login Attempts with PW Auth Disabled
« on: March 09, 2024, 03:05:03 AM »
Change SSH to an alternate port and live in peace (I don't recommend 2222 as FritzFrog scans for that.)
https://docs.rackspace.com/docs/change-the-ssh-port-in-centos-and-redhat
(Don't forget to update your csf.conf to account for the alternate SSH port.)

90
PHP / Re: Internal server Error or The server is temporarily unable
« on: March 06, 2024, 06:28:12 PM »
try temporarily dropping the CSF firewall. or upping your connection limits on mariadb if your PHP script makes many DB calls.

Pages: 1 ... 4 5 [6] 7 8 ... 61