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

Pages: 1 ... 21 22 [23] 24 25 ... 55
331
SSL / Re: Help! Cannot get rid of expired SSL certificates.
« on: March 08, 2021, 11:42:31 PM »
The certificate that is expired is your domains certificate.  You can check /root/.acme.sh/ for log files to find out why your cert is not renewing.

332
Other / Re: Creating server from Digitalocean snapshot
« on: March 06, 2021, 11:13:07 PM »
I've never done it, but I would suppose that you change the hostname, nameservers, and ip's, then rebuild the vhosts.  But that's not something CWP would even support.  They would suggest you setup and new server, then use CWP->CWP.  The only issue is that email is not transfered.

333
SSL / Re: Acme problem
« on: March 05, 2021, 04:47:57 PM »
If www is forwarded to another server, acme will fail.  CWP generates for domain and www.domain, and they both must reside on the CWP server for acme to work.  Unless you remove letsencrypt from the account, acme will try daily to renew any expired/expiring certificates.  If at any point it fails, the whole process fails.  I'd suggest you point www back to CWP, and use a different subdomain at the alternate server such as w3.

If i'm off base, please let me know, and describe with more detail.  Ex:
@ points to 1.1.1.1
www. points to 2.2.2.2

334
PHP Selector / Re: phpinfo(); shows 7.4 but PHP-CLI shows 5.6.37
« on: March 05, 2021, 08:06:43 AM »
For CWP run composer as php selector and php-fpm selector :
For php selector :

/opt/alt/php74/usr/bin/php /usr/local/bin/composer install

For php-fpm selector :

/opt/alt/php-fpm74/usr/bin/php /usr/local/bin/composer install

335
I totally agree.  They need a better development team, with changelogs and notations.  I as well as others have offered our services to no avail.  Most of the problem is they're hiding behind ioncube, instead of making most of the code open source so that others can bug fix.  But I digress.

As a note, I would say that yes PHP8 should be notated as not fully implemented.  Though 8 is considered stable, it was a complete rewrite of the code, and therefore requires all dependencies to completely rewrite their codes to be compatible.  Most mod developers were prepared, but a good chunk of them are behind the 8 ball.

Have a good night ;)

336
Just an FYI.  There is no loader for PHP 8, because ioncube has not made a loader for php8 as of yet.  Just checked the site myself, as I have a license.   When one becomes available, I'm sure CWP will include it.

The uploadprogress extension works on PHP 5, PHP 7, and PHP 8. It requires the use of the Apache HTTP Server with mod_php. Other web servers and PHP-FPM are not yet supported.

337
SSL / Re: Help! Cannot get rid of expired SSL certificates.
« on: March 05, 2021, 12:56:29 AM »
Just saw a similar post.  Before doing anything else, try restarting postfix.  It may not have picked up the new certificate if it hasn't been reloaded/restarted.

338
index.php?module=WebServers_conf

Check Rebuild all Vhosts and click save changes.  See if they re-appear

339
SSL / Re: Help! Cannot get rid of expired SSL certificates.
« on: March 05, 2021, 12:49:06 AM »
Use the autossl option in CWP, to renew the certficate for azskin.com, and make sure you check the mail option as additional domains.

It seems that when the cert renewed, it did not update postfix with the new certificate.

340
SSL / Re: NameServer SSL
« on: March 05, 2021, 12:45:29 AM »
nameserver's don't typically require SSL, as nameservers don't usually host websites.  If you however want SSL for your nameservers, your best bet would be to add the subdomains to the main site.

Option B, would be to generate a wildcard certificate manually vie SSH, and use it instead of the hostname certificate CWP Auto Generates.

341
Thank you for your rude reply.  I am neither a dev, nor staff of any kind.  Just someone willing to help you out.  If you have over 40 years of doing this, fix it yourself, and don't come on a forum begging for answers.  After all, you're smart enough to manually install ioncube yourself...

If you're reporting a bug, that different.  But DO NOT get condescending with people who are simply asking for more information/ giving advice.  Good luck to you.

342
You failed to mention that you were trying to run in via CLI in the original post.  the CLI version php uses,is the system install php (Which is v5.6 or v7.1 by default).

If your trying to run php cli, you need to specify the full path the the php version that has the modules compiled. 

Ex:  /opt/alt/php-fpm71/usr/bin/php -v

343
can you put a file in the user account with just these lines
Code: [Select]
<?php
phpinfo
();
?>

also
Webserver Settings -> Webservers Main Config, Nginx/Apache (Which one you use) default PHP-FPM version

Webserver Settings-> Webservers Domain Config, tell me what it says for the users config files

344
Which option are you using?

PHP Switcher or FPM?

345
Did you select ioncube when you compiled PHP?

PHP Selector 2 under the CWP Root Menu, or PHP FPM Selector if you have a pro license

Pages: 1 ... 21 22 [23] 24 25 ... 55