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.
362
Installation / Re: Error when updating vhosts with an ip change
« on: July 29, 2025, 12:30:17 PM »
When ISPs blocked port 25, I've used Dynu as a queueing mail server: https://www.dynu.com/en-US/Email/StoreForward
I've been down this path before and it is worthy as a learning experience but I wouldn't trust it for clients or anything beyond a personal domain. Too much potential for issues: ISP down time or port blocks, power blackouts, or even just environment -- not having the proper HVAC cooling caused a SOHO server I was running to fail its cooling fans, which led to intermittent heat-related lock ups while I was waiting on a replacement fan, drive failures (SSDs DO fail), etc. I am much happier now to have my servers co-located in a professionally managed facility with 24/7 physical support.
I've been down this path before and it is worthy as a learning experience but I wouldn't trust it for clients or anything beyond a personal domain. Too much potential for issues: ISP down time or port blocks, power blackouts, or even just environment -- not having the proper HVAC cooling caused a SOHO server I was running to fail its cooling fans, which led to intermittent heat-related lock ups while I was waiting on a replacement fan, drive failures (SSDs DO fail), etc. I am much happier now to have my servers co-located in a professionally managed facility with 24/7 physical support.
363
Installation / Re: AlmaLinux 8 or AlmaLinux 9
« on: July 29, 2025, 01:18:12 AM »
I am running my servers on AL8 with MariaDB 10.11 LTS (I don't need/want the 11.x branch yet). I needed to run AL8 because it is FULLY compatible with CWP, esp. with regards to CWP account migration so I could move CentOS 7.9 servers to EL8 with a migration path forward to EL9. This will give me up to a few years (if I need it) to thoroughly test & deploy AL9 in my environment.
https://endoflife.date/almalinux
Starburst is running all his production servers on AlmaLinux 9. Yes, CWP is officially only in beta for EL9, but it is mostly generally working. What you wouldn't have in AL9 is the ability to do CWP->CWP Migration. Also, cgroups probably will give you trouble in AL9.
https://forum.centos-webpanel.com/centos-configuration/cgroups-don-t-work-on-almalinux-9/
https://endoflife.date/almalinux
Starburst is running all his production servers on AlmaLinux 9. Yes, CWP is officially only in beta for EL9, but it is mostly generally working. What you wouldn't have in AL9 is the ability to do CWP->CWP Migration. Also, cgroups probably will give you trouble in AL9.
https://forum.centos-webpanel.com/centos-configuration/cgroups-don-t-work-on-almalinux-9/
364
E-Mail / Re: upgrade spamassassin
« on: July 28, 2025, 06:50:34 PM »
SpamAssassin is version 3.4.6 on AlmaLinux 8, so you should be safe to upgrade to that version with CWP.
365
Installation / Re: Error when updating vhosts with an ip change
« on: July 27, 2025, 08:40:51 PM »
Does it complete the task successfully for you? Note that it is of the "notice" class rather than an error -- more for the devs to fix their code for modern PHP versions rather than using deprecated code constructs.
366
How to / Re: How to get rid of this showing up in websites?
« on: July 26, 2025, 05:52:57 PM »
I guess I should've put a smiley so the humor would be more obvious -- not actual advice, but how to literally perform what the OP asked (symptomatic vs. causative treatment).
367
Installation / Re: Can't save default page's html in cwp.
« on: July 26, 2025, 01:22:35 PM »
Default page:
https://wiki.centos-webpanel.com/how-to-change-default-website
/usr/local/apache/htdocs/index.html
Account templates:
https://wiki.centos-webpanel.com/custom-account-templates
https://wiki.centos-webpanel.com/how-to-change-default-website
/usr/local/apache/htdocs/index.html
Account templates:
https://wiki.centos-webpanel.com/custom-account-templates
368
CentOS 8 Problems / Re: PHP compiling fails, strange ld / ldconfig behaviour?
« on: July 25, 2025, 01:06:56 PM »I also tried a lot of things, read smth there and so on - nothing changed anything.
Then i had the idea to watch the happenings directly in a clen /src directory. Clicking on build on the CWP panel will create/download 3 bash scripts to it (and auto-remove them when finished).
So i quickly copied the files on a safe place and investigated them a little bit and just removed the auto-self-deletion parts.
I ran them - and surprisingly - the build process ran through and i have php 8.2 now. (Also in the php selector available).
I then tried to compile another version from GUI - which unsurprisingly failed again. So its not a "problem" caused by a "shooten" system - its a(nother) problem/side effect of CWP. Something is "uncommon" on my system and CWP does not like it - thats no reason why i should (like the CWP support said) setup a fresh server and install CWP again. I told them if i have to start from a scratch server i wont install CWP augain. Maybe they are calling the scripts from the GUI with wrong parameters/user or permissions?
369
E-Mail / Re: Mail Forwarders list - does not charge
« on: July 24, 2025, 09:21:46 PM »
Probably an AJAX error -- do you have any illegal characters in your mail forwarders that is preventing them from displaying? You can double check that by going to phpMyAdmin, under the postfix DB and the alias table. I never use anything other than ASCII characters -- particularly A-Z, 0-9, and period and dash in an e-mail address (some clients also use underscores, which are fine).
370
E-Mail / Re: Postfix, SpamAssassin, or something else
« on: July 24, 2025, 09:16:57 PM »
Right, that checkbox in Rebuild Mailservers won't work anymore. Spamhaus changed to requiring an API key a couple of years back. Follow what's in the other thread you replied to.
371
How to / Re: Stop a flood attack in vnc or contabo rescue disk?
« on: July 24, 2025, 10:52:04 AM »
I can ping your server (85ms), nmap responds in a timely way, CWP test page loads, ssh prompt loads normally. It doesn't feel as though its under duress... Do you want me to take a look? If so, PM current ssh details to me. Maybe you just have CSF/LFD set to print errors to the console (and that can be overwhelming!)
372
Other / Re: Anyone else using Blesta with CWP?
« on: July 22, 2025, 09:12:46 PM »
Nope, blessed ta not need a billing platform. Customers are tight knit, reliable, easily billed annually via PayPal. I used to use WHMCS under the cPanel regime, but nothing since I switched to CWP.
373
How to / Re: How to get rid of this showing up in websites?
« on: July 21, 2025, 08:55:07 PM »
What version of PHP? Do you need Imagick and MongoDB? If not, recompile PHP without them. Otherwise:
https://starburst.help/control-web-panel-cwp/control-web-panel-cwp-admin-tutorials/install-php-8-2-0-in-cwp/
https://starburst.help/control-web-panel-cwp/control-web-panel-cwp-admin-tutorials/fix-php-sodium-error-running-with-cwp-on-almalinux-9/
(I think you can ignore the note about pinging PECL -- their infrastructure only supports TCP 80 and 443; they always drop ICMP packets)
Or the direct answer to your original question, in the relevant php.ini:
https://starburst.help/control-web-panel-cwp/control-web-panel-cwp-admin-tutorials/install-php-8-2-0-in-cwp/
https://starburst.help/control-web-panel-cwp/control-web-panel-cwp-admin-tutorials/fix-php-sodium-error-running-with-cwp-on-almalinux-9/
(I think you can ignore the note about pinging PECL -- their infrastructure only supports TCP 80 and 443; they always drop ICMP packets)
Or the direct answer to your original question, in the relevant php.ini:
Code: [Select]
log_errors = off
display_errors = off
error_reporting = E_ALL & ~E_DEPRECATED
374
CentOS-WebPanel Bugs / Re: Cannot Delete File
« on: July 17, 2025, 12:44:52 AM »
Not present on any servers I manage (one CentOS 7.9 holdout, a couple of AlmaLinux 8 servers, a couple of AL9 test beds).
Try to see if the immutable bit is set, then remove:
Try to see if the immutable bit is set, then remove:
Code: [Select]
chattr -i error.php
rm -rf error.php
375
PHP Selector / Re: I can't Change my php version 8.1 to 8.2
« on: July 16, 2025, 03:24:06 PM »
You just need to purchase CWP Pro (PayPal is best) and assign your license to your IP address to activate Pro.
