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 ... 99
76
Installation / Re: AL10 Install Problem
« on: May 31, 2025, 01:10:25 PM »
TBE -- to be expected. Some more transparency and communication from the devs would be very desirable and would assure other current & future customers. A roadmap, changelogs, a dev blog... anything would be good.

77
Addons / Re: Web Analytics for CWP
« on: May 31, 2025, 11:59:21 AM »
Here's how to update GoAccess under CentOS 7:
https://forum.centos-webpanel.com/informations/goaccess-geo-ip-location/msg50684/#msg50684

I've also used Webalizer before on a dedicated server; it wasn't difficult to setup. And long ago I've used AWstats, but don't like it as well -- very "heavy" and slow.

78
CentOS-WebPanel Bugs / Re: BUG: DNS Zone SPF (user account)
« on: May 30, 2025, 12:11:34 AM »
Temporary workaround: use -all instead of ~all.

79
Updates / Re: CWP Update?
« on: May 29, 2025, 10:55:05 AM »
CWP for EL9 is in beta currently.

80
Let the fun begin!

81
Details are scant. Are you checking the domain error logs? What OS are you on? CWP Pro? Are you running under php-fpm or PHP CGI? Is this Wordpress? It wouldn't seem to be default behavior. Have you put in redirects that might come into play here?

82
Updates / Re: CWP Update?
« on: May 28, 2025, 12:33:20 AM »
Staying right here unless CWP folds and closes up shop. (Mark Twain's quip is usually apropos: Rumors of its demise are greatly exaggerated.[/i])

83
They're not needed unless you need them ;)
Seriously though, I would install MariaDB-backup. It is included in a a common full-featured install of MariaDB:
Code: [Select]
yum install MariaDB-server galera-4 MariaDB-client MariaDB-shared MariaDB-backup MariaDB-common

84
PHP Selector / Re: phpfm not work
« on: May 27, 2025, 12:40:36 PM »
I guess when you're establishing a major new branch version of PHP, it can be expected that you will need to do some housekeeping. This does give you control over what versions of PHP are available to which users. This perl one-liner takes care of updating the user conf for you:
Code: [Select]
cp -R /opt/alt/php-fpm82/usr/etc/php-fpm.d/users /opt/alt/php-fpm83/usr/etc/php-fpm.d
perl -p -i -e 's/82/83/' /opt/alt/php-fpm83/usr/etc/php-fpm.d/users/*.conf
service php-fpm83 restart

85
E-Mail / Re: How to configure Spamassassin [updated]
« on: May 27, 2025, 10:54:39 AM »
Mine is owned by nobody:nobody with 755 permissions

86
You could try the relevant portion of the guide pertaining to the server section. I followed the whole thing at once.

87
Updates / Re: CWP Update?
« on: May 26, 2025, 12:36:21 PM »
Yes, wouldn't it be nice. But I'd also take full EL9 support and some greater stability and some bug quashing over new features (as a matter of priority).

88
Did you complete the upgrade guide, or just do the mariadb client part of it, missing the server portion? Does
Code: [Select]
systemctl status mariadb.serviceshow
● mariadb.service - MariaDB 10.11.13 database server

89
SSL / Re: Unabl to update SSL cert after router upgrade
« on: May 25, 2025, 01:22:36 PM »
I've had 2 different TP-Link routers (acting as WAPs) reset themselves to factory defaults and start DHCP'ing on networks -- creating a conflict with the main router's DHCP assignments. So I have started avoiding them, preferring Netgear for those kind of low-end home applications. Also, security and US policy concerns abound about TP-Link:
https://arstechnica.com/tech-policy/2024/12/report-us-considers-banning-tp-link-routers-over-security-flaws-ties-to-china/
https://arstechnica.com/tech-policy/2025/04/tp-links-low-router-prices-and-china-ties-reportedly-spark-us-investigation/

Agreed about Mikrotik routers -- I've installed them in a couple of locations that I manage and they are not for novices, but are rock solid once set up. Just keep the firmware up to date lest they be corralled into a botnet.

90
CentOS-WebPanel Bugs / Re: cwp_stats is taking too much space
« on: May 25, 2025, 02:21:44 AM »
Another solution going forward is to edit /etc/goaccess/goaccess.conf:
Code: [Select]
# On-disk B+ Tree
# Specifies that each page is compressed with ZLIB|BZ2 encoding.
# Disabled by default.
#
compression zlib

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