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 ... 117
1
I am a bit wary of the config editors after having a few bugs crop up like this. So I tend to edit DNS zones (rarely) in the CLI with nano.
Also note that Starburst found a bug in the Code Editor, so you may want to check out this one based on Ace Editor:
https://forum.centos-webpanel.com/i-can-build-it/cwp-custom-codeeditor-based-on-ace-editor/

2
CSF Firewall / Re: Continued CWP support with new CSF fork
« on: December 17, 2025, 01:45:40 PM »
Interesting, on a clean installation it shows 15.08 as the current up-to-date version. That's using the "Stable" channel, not the "Insiders Channel." Also, it shows:
Code: [Select]
License: InvalidWhere your csf -v example shows
Code: [Select]
License: None

3
CSF Firewall / Re: Continued CWP support with new CSF fork
« on: December 17, 2025, 02:19:11 AM »
Thanks for the tip. That did look like the fork to watch early on. If it's active and alive, that's great.

4
PHP / Re: any problems with PHP 8.3 and later?
« on: December 16, 2025, 03:02:14 AM »
That was just general advice -- you know your system and your workflow. Do you want to update the extension via PECL? You need to make sure you have an appropriate version of PHP as your CLI version (8.1 or higher). Forget about Composer if you don't use it to manage your projects. I can't really help from afar with some screenshots of error messages... You really may want to consider a sysadmin helping you tune up your system and getting your environment stable with modern PHP versions and MongoDB for your application...

5
PHP / Re: any problems with PHP 8.3 and later?
« on: December 14, 2025, 05:52:08 PM »
Quote
Update the MongoDB PHP Driver
Often, this warning appears because of older versions of the mongodb extension or library. Ensure you are using the latest version of both:
Extension: Update via PECL:
Code: [Select]
pecl upgrade mongodbLibrary: Update via Composer:
Code: [Select]
composer update mongodb/mongodb

6
How to / Re: Clear alerts & notifications from CLI?
« on: December 11, 2025, 04:30:35 AM »
Bravo! But if I'm not missing something, wouldn't it be easiest to empty the notifications like so:
Code: [Select]
echo '[]' > /usr/local/cwpsrv/htdocs/resources/admin/include/libs/notifications/notifications.json

7
Apache / Re: Apache 2.4.66 released on 2025-12-04
« on: December 08, 2025, 02:09:34 PM »
Great, thanks!

And on the other side of the tracks, if you need Nginx 1.28 with brotli compression, this guide is a good one:
https://www.alphagnu.com/topic/10-enable-brotli-compression-on-nginx-cwp-and-on-linux-os-for-official-nginx/#comment-12

8
E-Mail / Re: Roundcube - Connection Error (Failed to reach server)
« on: December 08, 2025, 02:02:50 PM »
If it's automated login from the panel, should be using an API key to authenticate. Could be an odd gremlin. Try logging out/logging back in. Or could be some specific problem with the account. Can you test logging in manually? Are you able to reset the user credentials without interrupting customer access?

9
How to / Re: Clear alerts & notifications from CLI?
« on: December 08, 2025, 11:56:05 AM »
I poked around one day but didn't come up with any solid answers.

10
How to / Re: Change Domain path to subfolder?
« on: December 06, 2025, 10:22:38 PM »
WebServer Settings  > WebServers Conf Editor Apache > /usr/local/apache/conf.d/vhosts/ > yourdomain.conf
Set the DocumentRoot to:   
Code: [Select]
DocumentRoot /home/username/public_html/public

11
CWP is a LAMP stack made for traditional web hosting, with an admin and user panel. NextCloud is best accomplished as a dedicated server or in a container, so not the best fit for CWP. Best to have a purpose-built dedicated server for other specialized uses.

12
How to / Re: Change Domain path to subfolder?
« on: December 06, 2025, 01:58:18 AM »
Set the desired DocumentRoot in the vhost conf file for your domain. I have to do this for a Drupal site that uses /home/username/public_html/web as the document root.

13
Installation / Re: Fresh install mesxes up already
« on: December 04, 2025, 08:48:44 PM »
But did you follow AlphaGNU's guide (and have a MariaDB.repo in place)?

14
Installation / Re: Fresh install mesxes up already
« on: December 04, 2025, 03:43:57 AM »
You could follow Wonder as he was following the AlphaGNU MariaDB upgrade guide. The only difference is he was having to disable the CWP repo before continuing with the process:

cp /etc/my.cnf /etc/my.cnf.bak
systemctl stop mariadb mysql mysqld
systemctl disable mariadb
rpm -e --nodeps $(rpm -qa | grep -i mariadb)
rpm -e --nodeps mysql-common mysql-libs mysql-devel
rpm --nodeps -ev MariaDB-server
rpm -e --nodeps mariadb-server
dnf module disable mariadb -y
yum clean all
nano /etc/yum.repos.d/cwp.repo
   Set enabled=0
Save changes, and then:
yum install MariaDB-server MariaDB-client MariaDB-devel MariaDB-shared net-snmp perl-DBD-MySQL -y
Then, very important:
nano /etc/yum.repos.d/cwp.repo
   Set enabled=1
Save changes
dnf --refresh update

15
Updates / Re: CyberPanel
« on: December 03, 2025, 03:17:50 PM »
From what it looks like, CyberPanel is OpenLitespeed-based which is good for WordPress sites, but if you need Nginx, you are out of luck. I don't mind OpenLitespeed, but as a drop-in replacement for Apache there could be some nuanced differences to be aware of. It looks as though one or two of the add-ons would be useful or even necessary, so you're best off buying the package of All Add-ons for $59/yr. If that's the case, it's nearly 5x more expensive than CWP.

Pages: [1] 2 3 ... 117