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 ... 14 15 [16] 17 18 ... 71
226
CentOS 8 Problems / Re: PHP Switcher ERROR
« on: March 26, 2024, 04:52:39 PM »
Most AI bots can only churn out word salad. I say the emporer has no clothes -- pass the dressing!

227
Firewall ports open for your FTP server? Active or PASV FTP connection?

228
CentOS Configuration / Re: How to install CWP on another hard disk
« on: March 26, 2024, 02:48:20 AM »
There are many guides out there. It is just general Linux skills, not specific to CWP:
https://www.howtogeek.com/442101/how-to-move-your-linux-home-directory-to-another-hard-drive/

229
I use Acronis Cyber Protect Connect for remote admin of desktops & servers (ARD, RDC, VNC), so I can speak well of its infrastructure on that front -- it handily beats out LogMeIn, GoToMyPC, AnyDesk. I imagine their Cloud Backup product to be equally good, albeit pricey. I think you'd be better off $$/$$$ per month rolling your own DR (disaster recovery) server -- either on a SOHO fiber connection (I have 100Mbit symmetric) or at a data center. It all depends on your needs and available budget. But at least have SOMETHING off site to receive your backups even if it isn't viable to run a server from it, you can push the backup to an alternate remote server or whatever scenario fits your use case.

230
More specifics -- what are you looking to do? Selectively migrate accounts?

231
MySQL / Re: MySQL - BAD CONFIGURATION DETECTED
« on: March 24, 2024, 04:19:32 AM »
have you tuned your MySQL configuration or are you running defaults? Posting your / etc / my.cnf and version information would be helpful...

232
You should be at MariaDB 10.4 as a bare minimum. 10.6 would be better, 10.11 (LTS) would be ideal.
What is spiking your CPU? Are you watching processes with htop?

233
CentOS-WebPanel Bugs / Re: Main PHP Selector isn't work in 0.9.8.1177
« on: March 24, 2024, 04:14:35 AM »
The php.ini files are always reset to defaults with each php version (re)build -- unless you have them set as immutable (which I do). With each build, you will lose your date/timezone settings, max execution time, max upload, disable functions, etc. customizations.

234
Is your DNS set up correctly? Can we get a sample domain to test against to see how external DNS looks from here?

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

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

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

238
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

239
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

240
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

Pages: 1 ... 14 15 [16] 17 18 ... 71