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 - Starburst

Pages: 1 ... 52 53 [54] 55 56 ... 119
796
Apache / Re: Issues with brand new fresh install with almalinux 9.4
« on: August 01, 2024, 08:01:05 AM »
CWP works 90% now on AlmaLinux 9.
Some features have to be manually installed, like ClamAV, SpamAssassin and Amavis. But are easy to do with dnf.

CWP -> CWP Migration doesn't fully work.
PHP only supports 7.4.33 or 8.2/8.3. But that isn't a deal breaker, since even 7.4.x is past EOL. And 8.4 is in alpha.

797
CWP API / Re: Problems between WiseCP 3.1.9 and CWP API calls
« on: July 30, 2024, 10:09:59 AM »
We had to leave WiseCP because apparently they where using the old API calls, and not the v2.

So does FOSSBilling, which is a shame.
And one of their main developers hates CWP, that she even posted publicly in the support group.
Not sure why all the hate for a good control panel that offers a free version.

Became a he said, she said situation.

798
CentOS-WebPanel Bugs / Re: Problem in rebooting the server
« on: July 30, 2024, 10:06:41 AM »
Imm guessing since the OP hasn't posted since the original date July 15, 2024 they must have figured it out.

799
Updates / Re: Why not implement TLS 1.3 support per default
« on: July 29, 2024, 02:01:24 PM »
If you follow these 6 steps, that will update Apache to the current version, and enable TLS 1.3.
Then you just have to update Nginx.

https://www.alphagnu.com/topic/24-cwp-%E2%80%93-control-web-panel-install-latest-apache-2462-version/

800
SSL / Re: SSL Manual Install Stopped Working
« on: July 29, 2024, 01:58:43 PM »
Here is a link to the instruction on how to migrate from CentOS 8 Stream to AlmaLinux in 4 steps.

https://wiki.almalinux.org/documentation/migration-guide.html

Again, always make a backup to be safe whenever doing any major upgrades, software or hardware.

801
Other / Re: phpmyadmin userpanel
« on: July 28, 2024, 11:42:10 PM »
Look at your config at:
Code: [Select]
nano /etc/apache2/conf-enabled/phpmyadmin.conf

802
SSL / Re: SSL Manual Install Stopped Working
« on: July 28, 2024, 11:39:16 PM »
You should be able to using ELevate.

But with anything, do a full backup or image before you try.

803
How to / Re: Tutorials
« on: July 27, 2024, 11:53:18 PM »
Probably anything AWS Monster or Sandeep doesn't cover is fair game. I've done so much dabbling over the last 5 years I can't recall anything specific that had stumped me at the time...

Ditto.

That's why I was looking for suggestions.

804
Information / Re: Waiting on billing
« on: July 27, 2024, 11:51:29 PM »
Location -- going from the US to Eastern Europe can trigger alarm bells (esp. the first time).

I do it every month, and it still rings alarms.  :-\

805
How to / Tutorials
« on: July 27, 2024, 10:57:18 PM »
Anyone have any suggestions on tutorials that need to be made or want made for CWP?

806
Information / Re: Waiting on billing
« on: July 27, 2024, 10:53:25 PM »
I've had that problem with various companies.

The payment request goes to the credit card company, and shows pending.
Just to find out the credit card company blocked it for 'fraud'.
After about 3 days it all disappears.

It's annoying, and the credit card companies never give details on why.

807
Apache / Re: Issues with brand new fresh install with almalinux 9.4
« on: July 27, 2024, 06:21:32 AM »
AlmaLinux 8 is NOT EOL -- it is supported almost to the end of the decade. CWP 9 is still in beta, and EL9 releases are still a bit young -- not what you want as a foundation for a server. (CentOS 8 Stream is EOL)

Contabo removed AlmaLinux 8 from their supported OS's.
There are a couple others that have done the same thing, not knowing AL8 & AL9 are running concurrent.

808
Apache / Re: Issues with brand new fresh install with almalinux 9.4
« on: July 27, 2024, 06:19:39 AM »
You can't have any services installed before installing CWP.

So if Apache is working 'out of the box', you are installing AlmaLinux 9.4 LAMP.
That won't work.

Reimage with the bare AlmaLinux 9.4

Setup your networking, hostname, timzone.

Then:

Code: [Select]
dnf install dnf-plugins-core
Code: [Select]
dnf install elrepo-release epel-release -y
Code: [Select]
/usr/bin/crb enable
Code: [Select]
dnf --refresh update
Code: [Select]
dnf install nano wget ipset ebtables iptables uuid uuid-devel libuuid-devel m4 pcre pcre-devel zlib-devel perl-DBD-MySQL perl-IPC-Cmd perl-Pod-Html perl-Sys-Hostname perl-libwww-perl.noarch perl-LWP-Protocol-https.noarch perl-GDGraph libtool s-nail htop sysstat python3-perf ImageMagick ImageMagick-devel -y
Code: [Select]
dnf --refresh update
Code: [Select]
dnf install clamav* clamd
Code: [Select]
dnf clean all
Code: [Select]
cd /usr/local/src
Code: [Select]
wget http://centos-webpanel.com/cwp-el9-latest
Code: [Select]
sh cwp-el9-latest
Code: [Select]
dnf install spamassassin amavis
To updated MariaDB follow:
https://www.alphagnu.com/topic/23-upgrade-mariadb-1011-in-cwp-centos-7-centos-8-stream-almalinux-78-rockylinux-78/

Reboot

Configure & Start CSF

809
Information / Re: Waiting on billing
« on: July 27, 2024, 06:11:18 AM »
Never had a problem paying our invoices with PayPal to CWP either.

But as I've mentioned in the past, CWP doesn't monitor the forums for billing issues.

Did you check your credit card and se ethe charge?
Not just a hold, but a charge?

810
E-Mail / Re: Port 25 closed for outgoing emails
« on: July 27, 2024, 06:06:39 AM »
Back in February 2023, Google required DKIM, SPF, PTR.

See: https://support.google.com/a/answer/14229414?hl=en

Your upstream also could have closed port 25 for various reasons.
Most providers have that port closed by default due to spammers.

You error tells you the problem, "corresponding forward DNS entry 550-5.7.25 does not match the sending IP."

This is usually, but not always a spammer who found & is using an open relay, and since CWP by default has SMTP relay disabled, them you need to check your PTR record for your base IP, to make sure it matches the hostname.

And again, make sure your sending domain has all the required DNS entries.

Pages: 1 ... 52 53 [54] 55 56 ... 119