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] 2 3 ... 28
1
Installation / Re: Login after installation
« on: March 15, 2023, 01:39:14 AM »
CWP uses the system root account, so it's password isn't stored on MariaDB.

Now MariaDB does store it's own maser password.

If you can login to the terminal and with ssh, using the root credentials, then you should be able to access the CWP admin panel with those same ones.

2
I've installed CWP on AlmaLinux 8.7, then upgraded to 9.1.

Most things work, but for some reason you can't change PHP versions.

It gets stuck on whatever version was compiled before the upgrade.

3
Installation / Re: AlmaLinux
« on: March 04, 2023, 08:30:52 PM »
@overseer nagging doesn't always work.

I've been nagging CWP to upgrade the DNS Cluster software for Years!
And it still runs only on PHP 5.6...

And now it seems a few weeks ago when 8.7 updated, the DNS cluster broke. And they don't seem to know how to fix it.
Or don't want to.
Not sure which.

I just got the line "The problem has been sent to the development team".
And that was from a Paid support ticket.

4
CentOS-WebPanel Bugs / Re: File upload limit
« on: March 03, 2023, 02:58:41 PM »
Correct, but depending on what is being run, the php.ini is in different locations.

Which is why I was asking what version.

5
CentOS-WebPanel Bugs / Re: File upload limit
« on: March 02, 2023, 03:56:53 PM »
What PHP are you running?

via Selector PHP-FPM?

6
Installation / Re: AlmaLinux
« on: February 23, 2023, 11:48:32 PM »
CWP has PHP 5.6.x by default

7
Information / Re: Future of CWP?
« on: February 22, 2023, 05:01:42 AM »
AlmaLinux is the best choice for now.

But I have gotten FED UP with these programmers.
PHP 7.4 EOL was NO surprise to anyone.
Neither is the EOL of PHP 8.1.x in another year.
The EOL of CentOS 7 or 8 wasn't a surprise either.

AlmaLinux 9.1 has been in beta, RC and has been in production use for over 6 months.

Yet programmers REFUSE to update scripts, add-ons, control panels, etc. for PHP 8.1.x or RHEL/AlmaLinux 9.1.
And then are condescending in their replies.

Just cancelled WHMCS due to that.
Out of the blue, without any changes, it came up with a SSL Warning that a certificate wasn't installed under System Health, yet it was, and verified.
But WHMCS had a link to purchase a SSL from them. What a surprise.
Their condescending support can back with make sure you are typing HTTPS, not HTTP... OMG.

And their only close competition WiseCP "only supports PHP 7.4".
While EVERY programmer keeps blaming "ionCube". That horse is dead. Them stop encrypting your code using it.

Yes, it's been one of those days.
</end rant>

8
Installation / Re: New installation of CWP on Alma Linux 9. Will it work?
« on: February 20, 2023, 04:44:43 PM »
CWP shouldn't install.
Wish CWP would come out with a 9.1 version, CentOS 7 is dead now.

I have played around with it, install on 8.7, then upgrading to 9.1 last year.
Everything seemed to work, but PHP selector. Which means you are stuck on whatever PHP version at time of upgrade.

I'll try again, on the test unit, if I have free time.



9
Updates / Re: Is it safe to update/upgrade server?
« on: February 20, 2023, 04:38:58 PM »
We update Apache manually to the latest version, and have TLS 1.3 & HTTP/2 configured.
To stop any conflicts, we disabled the cwp.repo.

But we have the main AlmaLinux, Dovecot, MariaDB, EPEL, ELRepo repos all enabled.

Server where just upgraded to MariaDB 10.11.2 a few days ago, along with Apache 2.4.55 and mod_remoteip.

10
MySQL / Re: Can not update MariaDB - Error downloading packages
« on: February 18, 2023, 04:55:32 PM »
Agreed, 10.2 has reached EOL.

Your best option is to goto the Maria Repo config at: https://mariadb.org/download/?t=repo-config

That way it will create a .repo file for you, including the country you are in and version you want to run.

11
Updates / Re: Is it safe to update/upgrade server?
« on: February 17, 2023, 06:44:28 PM »
We do ours on a regular basis, no problems.

Make sure your nginx is enabled using systemctl.

Currently we had upgraded MariaDB to 10.10.3, and use the postfix repo.
The cwp.repo has been disabled.

12
nano /etc/csf/csf.pignore

At the bottom add lines like:

exe:/opt/alt/php81/usr/bin/php-cgi

Then save.
Run csf -ra to restart.

13
E-Mail / Re: I can rececive emails, but cannot send any emails
« on: February 11, 2023, 12:39:14 AM »
Probably doing a port scan, is it will set off csf.

And 'if' the IP is whitelisted, and is blocked on the server, it will allow it through from that IP. :/

14
CentOS 7 Problems / Re: CWP7 keeps log me out
« on: February 10, 2023, 09:59:10 PM »
CWP does this also if your / partition is full.

MariaDB will crash, and send you into a login loop.

15
E-Mail / Re: I can rececive emails, but cannot send any emails
« on: February 10, 2023, 09:56:08 PM »
Check with your upstream, some have SMTP ports blocked due to spammers.

To check your Postfix, you can do the following form the command line:

echo "This is the body of the email" | mail -s "This is the subject line" {your_email_address}

Of course, replace {your_email_address} with your email.

If that doesn't work, contact your provider to confirm the ports are open.


Pages: [1] 2 3 ... 28