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 ... 21 22 [23] 24 25 ... 91
331
CentOS-WebPanel GUI / Re: CPU Usage & Disk IO show NaN
« on: August 18, 2024, 11:55:43 PM »
Maybe you've exposed a bug with that CPU. Does Graphs > NetData show you any differently?

332
MySQL / Re: Can not update MariaDB
« on: August 17, 2024, 11:36:50 PM »

333
CentOS-WebPanel GUI / Re: CPU Usage & Disk IO show NaN
« on: August 17, 2024, 11:35:50 PM »
What physical CPU is the server running? Are you on a dedicated server, VPS, or otherwise?

334
PHP / Re: mongodb and xdebug issue
« on: August 17, 2024, 10:06:24 PM »
cPanel uses a php.ini in each user dir by default, but not CWP. There is a main php.ini if you are using CGI, or one for each version of php-fpm if you are using that. You can enable per-user PHP ini files in the main php.ini config that would be like so:
Code: [Select]
/home/username/public_html/.user.iniCheck on those things as the first part of your cleanup.

335
PHP / Re: mongodb and xdebug issue
« on: August 17, 2024, 12:00:36 AM »
Do you actually need that functionality for your WordPress site, or is it just a leftover vestige from your old server that needs to be cleaned up?

336
If you redirect everything to 127.0.0.1, life suddenly becomes a whole lot more peaceful...
(until the trouble reports start rolling in.)

337
Super honeypot! Good idea.

338
PHP / Re: CWP falling behind with PHP. Again.
« on: August 16, 2024, 02:20:44 AM »
I've ceased to expect much of a correlation (1:1 CWP update to new PHP versions). You know, anti-changelog and all...

339
I usually use:
Code: [Select]
sudo find / -xdev -type f -size +500Mor
Code: [Select]
du -ahx . | sort -rh | head -5

340
Other / Re: New topic and new reply form not secured by SSL
« on: August 14, 2024, 04:24:43 AM »
Vivaldi is made by the original developers of Opera. Once Opera sold out to the Chinese, there was no longer any point in using it. So consider Vivaldi to be a "love letter" of code the original user base of Opera.

341
I assume you've already gone on a hunt for +500MB files?

Look for a singular very large myisam table (all files) .frm, .MYI, .MYD -- offload or download & delete to free up disk space.

342
CentOS 7 Problems / Re: DISK SPACE REDUCTION
« on: August 13, 2024, 09:08:31 PM »
Ballooning log files, typically. Look at enabling logrotate to keep them at a manageable size. You can also truncate them currently if you don't need the log info they contain.

343
Other / Re: New topic and new reply form not secured by SSL
« on: August 13, 2024, 09:03:58 PM »
This has been ongoing for at least a month now. I use Vivaldi, another Chromium-based browser

345
SSL / Re: CWP SHOUTcasters Stream Ultimate Guide: Implementing SSL
« on: August 11, 2024, 04:13:34 AM »
Thanks for sharing! I've got a client that is going to want some shoutcast capabilities, so this info will be helpful.

Pages: 1 ... 21 22 [23] 24 25 ... 91