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 [2] 3 4 ... 70
16
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?

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

18
Super honeypot! Good idea.

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

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

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

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

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

24
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

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

27
PHP / Re: Changes to PHP.ini not showing in WordPress
« on: August 09, 2024, 07:21:23 AM »
Umm, yes -- let me think back... This seems familiar. Have you rebooted the VM to reset any pervasive caching? And for sure you're editing the correct php.ini for that version of php-fpm?

28
CentOS 9 Problems / Re: Can receive but not send emails out
« on: August 07, 2024, 08:04:15 PM »
Yes, they expect all the internet to bow the knee before them, instead of abiding by RFCs and best practices. I personally don't use any of their services yet I still have to tune my delivery setup for them, given the high number of Gmail users that my users try to send to.

29
CentOS 9 Problems / Re: I have some serious problems
« on: August 05, 2024, 09:53:13 PM »
You will encounter some bugs, esp. CWP->CWP Migration, certain lack of PHP versions (probably not a deal killer unless you need bleeding edge). I've heard of a few other bugs in CWP for EL9, so I personally am holding off until support has stabilized.

30
CentOS 9 Problems / Re: AMaViS (A Mail Virus Scanner)
« on: August 05, 2024, 05:05:12 PM »
Do you have correct permissions on the PID directory? Can you manually start it as root?

Pages: 1 [2] 3 4 ... 70