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 ... 43 44 [45] 46 47 ... 79
661
Other / Re: cwp is not activated
« on: September 06, 2023, 06:30:12 PM »
Ditto, never had a problem with PayPal either.

If you want send me a PM with your IPv4, and I'll put you under our partner account until you can get it resolved.

But usually they do respond faster to support tickets than billing ones.

662
Backup / Re: Backup Beta, ** not backing up databases **
« on: September 06, 2023, 06:26:04 PM »
Overseer is correct, periotic offsite backups should be done if your whole server crashes.

We do a complete image every month also.
You never know when an update may go bad.

663
Information / Re: Control Panel and Sites
« on: September 04, 2023, 05:02:37 AM »
HetrixTools & UptimeRobot both offer free monitoring levels.

664
Information / Re: Control Panel and Sites
« on: September 03, 2023, 11:40:11 PM »
What do the server logs show?

665
CentOS-WebPanel GUI / Re: cache img and css in panel
« on: September 02, 2023, 03:14:30 PM »
Check what overseer mentioned.
Anything less than 4GB RAM & 2 CPU's is going to run slow. 2GB RAM is the absolute MINIMUM.

Your servers connection.

But also your connection to the internet.

If you want to log in faster, there is a checkbox to the left of the login button that says, 'Fast Login (no stats and checks)'.
Check that box, then login.

666
MySQL / Re: Excessive resource usage: mysql
« on: September 02, 2023, 01:38:07 AM »
There's allot of false alerts for some reason also.

We added the following to the csf.ignore file back when CentOS 8 first came out:

# CentOS 8
exe:/usr/bin/rpcbind
exe:/usr/sbin/mariadbd
exe:/usr/lib/systemd/systemd-resolved
exe:/usr/sbin/rngd
exe:/usr/bin/rpcbind

--

File can be found at; /etc/csf/csf.pignore

667
Backup / Re: Backup Beta, ** not backing up databases **
« on: September 02, 2023, 01:34:57 AM »
Database backups are under:
 /backup/mysql
->daily
->weekly
->monthly

While normal backups are kept under:
/backup
->daily
->weekly
->monthly

Database backups are usually restored using phpMyAdmin under the SQL Services tab.

668
PHP / Re: ionCube 13.0.1 Released on 2023-08-25
« on: August 30, 2023, 03:38:57 AM »
ionCube Loader 12.0.5 which CWP finally started using works with PHP 7.4 & 8.1.

13.0.1 works with PHP 7.4, 8.1 & 8.2.
Will be doing testing with Clientexec tomorrow with PHP 8.2 and 13.0.1

Neither have PHP 8.0.x support.
I almost thought they where going to skip 8.2 also, since 8.3 is in beta already.

I'm surprised, they released the Loader before they released the Encoder.
So the servers will be ready.

669
PHP / ionCube 13.0.1 Released on 2023-08-25
« on: August 29, 2023, 11:27:37 PM »
FYI for all

ionCube released version 13.0.1 of their new loaders on 2023-08-25 which includes support for PHP 8.2.x

These can be upgraded by uploading the .so files to /usr/local/ioncube

But until CWP official supports & includes them, the upload will have to be repeated after any PHP rebuilds.

670
PHP Selector / Re: PHP-FPM 8.0 not building.
« on: August 29, 2023, 08:27:17 PM »
Are you trying to build this inside CWP or outside using the REMI repos?

Make sure ionCube is Disabled, since it has no support for PHP 8.0.x
We always disable ImageMagicK to avoid errors.

Also PHP 8.0.x is EOL, and wasn't really supported by anything.
As mentioned, even ionCube skipped support for that version.

671
PHP Selector / Re: PHPFPM 8.1.15 not getting build and activated
« on: August 29, 2023, 08:21:57 PM »
Uncheck ImageMagicK, other than that leave everything else as default and try to build again.

ionCube support PHP 8.1, so you can enable that.

ionCube does NOT support PHP 8.0, so if you try to enable it, you will get errors.

672
Postfix / Re: Postfix uses wrong IP address
« on: August 28, 2023, 07:08:32 PM »
By Default Postfix uses the base IP (which needs to resolved to a FQDN to the IP), unless you config Postfix to do otherwise.
So it's odd that it is using your add-on IP.

Check your Postfix configuration file, it can be found & edited at: /etc/postfix/main.cf

e.g. if using nano: nano /etc/postfix/main.cf

UNDER # Rules Restrictions, under the line smtpd_helo_required = yes
ADD:
smtp_helo_name = $myhostname

Then restart postfix using: systemctl restart postfix

673
Information / Re: Alma Linux 9 Support ETA?
« on: August 28, 2023, 05:33:10 AM »
Don't see why not.

AlmaLinux 9 and Rocky Linux 9 will probably both be supported, just like their current version 8 is.

674
SSL / Re: SSL not active on server IP, how to activate it
« on: August 25, 2023, 05:59:44 PM »
There is a good Wiki guide at: https://wiki.centos-webpanel.com/hostname-ssl-with-letsencrypt

For it to work, you need a FQDN pointing to your server's base IP.
Which is the DNS A record the Wiki mentions.

For individual domain names, again the FQDN needs to point to the IP you are assigning it to on the server.
Those step-by-step Wiki's can be found at:

https://wiki.centos-webpanel.com/letsencrypt-free-ssl-on-cwp

https://wiki.centos-webpanel.com/how-to-install-multiple-ssl-certificates-on-the-shared-ip

If you still have questions, let the group know.

675
How to / Re: IonCube for specific account
« on: August 24, 2023, 11:33:09 PM »
ionCube supports PHP 7.4 & 8.1, but not 8.0

We are currently using PHP 8.1.22 with ionCube support.

When you build the PHP version, you have to make sure the ioncube option is enabled.
By Default it is not.

Once ionCube is enabled, it is server wide.

Pages: 1 ... 43 44 [45] 46 47 ... 79