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 ... 9 10 [11] 12 13 ... 127
151
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?

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

153
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

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

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

156
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)?

157
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

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

159
Installation / Re: Fresh install mesxes up already
« on: December 03, 2025, 03:12:18 PM »
See if you can resolve it with the advice in this thread:
https://forum.centos-webpanel.com/installation/problemas-instalando-cwp-8-con-mariadb/

160
Backup / Re: BACKUP GOOGLE DRIVE
« on: December 03, 2025, 03:07:38 PM »
Is there a question you have, or are you just informing of your current plans?

161
Installation / Re: Fresh install mesxes up already
« on: December 03, 2025, 11:51:29 AM »
They really need to fix their installer... is it erroring on a mysql/MariaDB package?

162
Information / Re: CWP centos7 to CWP Almalinux 9 Migration Planned
« on: November 30, 2025, 05:02:24 PM »
I have been with CWP for 5 years after previously being with cPanel/WHM for the previous 15 years. I like CWP and to me it has the right blend of features and functionality, without being bogged down with feature-itis as cPanel has become very cluttered, not to mention VERY expen$ive. I don't mind the slower pace of development, as it keeps things stable & alive. I'm in it for the long haul and should be set till the end of the decade when I will re-assess the landscape at that time.

163
Information / Re: CWP centos7 to CWP Almalinux 9 Migration Planned
« on: November 30, 2025, 11:57:45 AM »
I have done a manual migration from CentOS 7 to AlmaLinux 8 -- a manual migration to AL9 should be similar. Essentially, you do a DB dump of ALL DB, on the receiving server manually create the matching accounts (you don't need to setup any add-on domains or subdomains). Then you rsync over /home and /var/vmail (and possibly any folders you want such as named, csf and nginx vhost confs). Then you restore all the DB in one go -- this will bring in the root_cwp DB that has domains & subdomains. The roundcube DB will have all the settings for webmail, and the postfix DB will have all the account hashes. Overall not too painful.

164
Addons / Re: Starting Symfony Development on CWP – Composer Questions
« on: November 30, 2025, 02:39:32 AM »
I am running Composer under CWP, no issues (one project with some Symphony components) -- this is to manage Drupal installations. I installed Composer as root, but it is not recommended to run it as root, so each user runs it under their account to manage their project (which lives under /home/username/public_html -- or in the case of Drupal: /home/username/public_html/web).

165
Installation / Re: Install issues
« on: November 30, 2025, 02:25:30 AM »
That is just an official position in order to be supportable. But many of us are running MariaDB 10.11 or 11.x without problem. Just know you're on your own -- self-supported.

Pages: 1 ... 9 10 [11] 12 13 ... 127