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 ... 23 24 [25] 26 27 ... 59
361
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.

362
Other / Re: cwp pro payment ?
« on: September 02, 2023, 01:41:58 AM »
Bitcoin transactions can be funny, depending on how high of a priority you paid (which sometimes is more than the transaction itself).

Check out:

Bitcoin's blockchain can be accessed at: https://blockchain.info/
Here, you'll be able to enter your Bitcoin TxID, or your exchange or wallet address, to track your transactions.
You will see a summary of information about the transaction, including the number of confirmations it has

363
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

364
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.

365
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.

366
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.

367
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.

368
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.

369
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

370
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.

371
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.

372
CentOS 7 Problems / Re: is this a server ... please help ...
« on: August 25, 2023, 08:08:47 AM »
I understand, but to help more information is needed.

Different WordPress versions act differently, as do their plugins, so does Web Server running (Apache, Nginx, LightSpeed) and it's compiled modules.
Then you get into PHP versions and options.
Then Ajax.
Even they way different control panels, since they handle the permissions.

A core error could narrow it down to a WP config.

But without knowing details about the script, and current config, it's going to be hard to try & duplicate.

373
CentOS 7 Problems / Re: is this a server ... please help ...
« on: August 25, 2023, 06:50:54 AM »
Are those other servers running CWP?

Is so, are they running the same OS, WP version, etc?

I also see the word Ajax, which also always makes me cringe personally.

374
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.

375
What we did when upgrading from CentOS 7 to AlmaLinux 8 was bring up a temporary server (with a different hostname), used the CWP to CWP Migration tool to move the accounts, imaged the server (for backup), then did a fresh install of AL 8 and migrated the accounts back over.

Yes, it was a pain.
But no data was lost, and it was done within our maintenance window.

Backup & Restore is a great tool if a client messes something up, you can restore their website backup to how it was the previous day, week, month, etc.

Pages: 1 ... 23 24 [25] 26 27 ... 59