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.
241
MySQL / Re: MARIADB10.4.0 to 10.10.0
« on: December 10, 2024, 07:43:27 PM »
Oh, and I am referencing from my notes that you should do a full reboot of the server after the MariaDB upgrade. Since CWP also lives in the DB, it gets a little confused (postfix, roundcube are also DB-reliant).
242
CentOS-WebPanel GUI / Re: Document Root of Main Domain
« on: December 10, 2024, 07:41:24 PM »
Yes, you must edit the Apache vhost conf (or Nginx if you use that).
Webserver Settings > WebServer Conf Editor > Apache tab > /usr/local/apache/conf.d/vhosts/
Then set it as immutable so it doesn't get blown away on a future update:
Webserver Settings > WebServer Conf Editor > Apache tab > /usr/local/apache/conf.d/vhosts/
Then set it as immutable so it doesn't get blown away on a future update:
Code: [Select]
chattr +i /usr/local/apache/conf.d/vhosts/blah.com.ssl.conf
(One of my customers runs a Drupal scaffold install, so their site root is /home/user/public_html/web -- so I set this for them in the Nginx vhost conf file.)
243
MySQL / Re: MARIADB10.4.0 to 10.10.0
« on: December 10, 2024, 02:50:46 PM »
https://www.alphagnu.com/topic/23-upgrade-mariadb-1011-in-cwp-centos-7-centos-8-stream-almalinux-78-rockylinux-78/#comment-25
Probably your missing step is:
https://endoflife.date/mariadb
Probably your missing step is:
Code: [Select]
systemctl stop mariadb mysql mysqld
systemctl disable mariadb
rpm --nodeps -ev MariaDB-server
And note that 10.10 is already EOL. You should look to 10.11 LTS -- good through Feb 2028:https://endoflife.date/mariadb
244
Information / Re: CWP Support Site Not Working
« on: December 10, 2024, 04:27:40 AM »
Yes indeed -- until you start to consider the alternatives...
Did you reach out to Starburst? He has been known to offer temporary Pro activation while you wait for support to sort it out.
Do you have the correct ports open for CWP Pro activation? And you're not blocking any countries with CSF that might interfere?
Did you reach out to Starburst? He has been known to offer temporary Pro activation while you wait for support to sort it out.
Do you have the correct ports open for CWP Pro activation? And you're not blocking any countries with CSF that might interfere?
245
PHP / Re: readline not being installed with the php compilation
« on: December 09, 2024, 03:26:56 AM »
Which version of php do you have set for CLI use?
246
E-Mail / Re: We Cant verify that this email came from the sender so it might not be safe ...
« on: December 08, 2024, 12:54:12 AM »
Yes, the php mail function is not safe to use and is deprecated in AlmaLinux -- so use a proper alternative (SMTP) that authenticates, logs, and has manageable rate limits.
247
MySQL / Re: Can't delete MySQL user after "cPanel Account Restore"
« on: December 08, 2024, 12:52:36 AM »
The MySQL manager functions can be buggy. Try logging into phpMyAdmin and look at the DB there. You should have full control as the root user to make any adjustments or deletions you need.
248
E-Mail / Re: We Cant verify that this email came from the sender so it might not be safe ...
« on: December 07, 2024, 02:23:09 PM »
Is it via a php script? Does it use the php mail function or does it properly authenticate via SMTP?
249
Migration from other control panels / Re: cpanel cwp migration change permission of /var/named and stop bind
« on: December 04, 2024, 06:10:14 PM »is it a small bug with the migration options cpanel to cwp?I would guess that... I encountered some bugs a few years back that I had to manually rectify, but I'm sure the process has been refined along the way -- at least it gets you 95% of the way there!
250
CentOS 8 Problems / Re: New Account Failed
« on: December 04, 2024, 06:08:27 PM »
Have you done tests with the root user in a shell? -- create a test user via CLI tools, see what happens in /home, verify that root is able to function normally on the system. (Side note: I always create another sudo/admin user on every system I administer, that way I can ssh in as that admin user and only elevate privileges as necessary.)
251
CentOS 7 Problems / Re: NEW ACCOUNT Failed
« on: December 03, 2024, 09:26:49 PM »
You first established a Package and defined user limits, then set that as the assigned package for the new user?
252
CentOS 8 Problems / Re: New Account Failed
« on: December 03, 2024, 09:26:05 PM »
Do you have a Package with limits set up and are assigning that to the new user?
253
Information / Re: CWP Support Site Not Working
« on: December 03, 2024, 09:24:58 PM »
Their sites are still a mess -- half are "centos-webpanel" and half are "control-webpanel":
https://control-webpanel.com/support-services
links you to:
https://support.centos-webpanel.com/cart.php?a=confproduct&i=0
...where you should be able to submit a ticket. You have an account, right?
https://control-webpanel.com/support-services
links you to:
https://support.centos-webpanel.com/cart.php?a=confproduct&i=0
...where you should be able to submit a ticket. You have an account, right?
254
DNS / Re: name servers taken a while to update
« on: December 01, 2024, 06:38:14 PM »
Yes, the key is to give it time (24, 48, up to 72 hours) to propagate worldwide. Unless your infrastructure is Cloudflare based, then you will just have to wait seconds for worldwide propagation.
