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 ... 6 7 [8] 9 10 ... 95
106
MySQL / Re: mariadb error during update
« on: March 12, 2025, 10:15:55 PM »
DOH. Just looked, the text is OK in that link I posted, but the : was missing after http for some reason.

Other than that, I just tried it to a mirror server overseas, and it works OK.
Unless you are trying to connect from a network that is blacklisted.

As @overseer mentioned, try it from your browser
https://dl.starburst.help/CWP/cwp-el8-20250215.sh

You can also just goto https:// or http://dl.starburst.help an goto CWP and then click on it and prompt you to download.

107
PHP / Re: PHP Version Switcher
« on: March 12, 2025, 10:00:50 PM »
That's part of any basic setup after the CWP install.

Without a hostname SSL, you can't connect to the admin panel via SSL without it giving you a warning.

108
Information / Re: goaccess geo ip location
« on: March 12, 2025, 09:58:07 PM »
Just a quick FYI, AL9 installs goaccess 1.9.3-2 via EPEL.

109
MySQL / Re: mariadb error during update
« on: March 11, 2025, 01:24:29 PM »
OK, will be updating the KB.

Use this link:
wget --no-cache http://dl.starburst.help/CWP/cwp-el8-20250215.sh

110
MySQL / Re: mariadb error during update
« on: March 11, 2025, 01:07:39 PM »
Frak.
You are seeing Cloudflare because of hackers trying to do DDoS attacks.

Need a few.

But let me know if @overseer option works.

111
Information / Re: goaccess geo ip location
« on: March 11, 2025, 12:53:13 PM »
Seems you just need to download the maxmind database file and specify the correct path to it.

Check the section "GeoIP Options" of the file:
/etc/goaccess/goaccess.conf
on your server/vps.

I already knew that.  I was asking if there was an easy way.

No, it has to be done manually.

112
Information / Re: SSL too long
« on: March 11, 2025, 12:51:28 PM »
Trying turning off your local machines AV, and then open your browser and try.

113
MySQL / Re: mariadb error during update
« on: March 10, 2025, 01:19:55 PM »

114
What does line 21 and 26 say in /etc/csf/csf.conf?

CentOS 8 EOL happened long ago.
It's dead.

You want to run either AlmaLinux 8 or 9 for CWP.

115
MySQL / Re: mariadb error during update
« on: March 09, 2025, 07:11:20 AM »
It looks like MariaDB has dropped Red Hat Enterprise Linux 7 support.
And from the look, since you are running 10.3.39, you are running a now unsupported OS.

If you select it, then try to load the different MariaDB versions, it gives an error "An error occured. The mirrors could not be loaded."
https://mariadb.org/download/?t=repo-config&d=Red+Hat+Enterprise+Linux+7

@megaster55 If you are still running CentOS 7, which it looks like you are, you need to upgrade to AlmaLinux 8.

CentOS 7 is past EOL.

116
OK, the 2 pictures are there again.

117
Suggestions / Re: php 8.4
« on: March 05, 2025, 01:32:13 PM »
You can build PHP 8.4 manually until it gets added to the menu.

118
DKIM / Re: How to implement 2048 bit DKIM keys on CWP servers.
« on: March 05, 2025, 01:26:38 PM »
Or I just do it manually.

You can user the DKIM Generator at:
https://dmarcly.com/tools/dkim-record-generator

And then update the files at /etc/opendkim/userkeys/

119
DKIM / Re: How to implement 2048 bit DKIM keys on CWP servers.
« on: March 05, 2025, 12:55:31 PM »
opendkim-genkey is a perl script. You can open the file /usr/sbin/opendkim-genkey using the text editor like vi, ee, etc and change the value of "bits":

Code: [Select]
my $bits = 1024;
to

Code: [Select]
my $bits = 2048;
right under "Set up defaults".

It will generate 2048bits keys by default.

Please note you do such changed on your own risk.

120
I'm working on why those new images are giving errors.

But @rcschaff is correct, it doesn't effect the text instructions.

And using the SFTP inside Bitvise is pretty simple.

Pages: 1 ... 6 7 [8] 9 10 ... 95