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 ... 24 25 [26] 27 28 ... 57
376
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

377
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

378
Which option are you using?

PHP Switcher or FPM?

379
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

380
DNS / Re: rDNS/PTR Failed for hostname
« on: March 03, 2021, 06:11:58 PM »
rdns/ptr records are not handled by CWP.  rdns = REVERSE DNS.  Thus whoever owns your IP Address needs to set your PTR record to resolve the IP address to your domain name.

if you do "dig -x {IP}", you should see what your ptr is currently resolved to
you can also "dig soa {IP}" to find out who to contact to set your PTR.

Best option if it doesn't resolve to your hostname, is to contact your Hosting provider.

381
DNS / Slave Manager License Expired
« on: March 03, 2021, 02:45:32 PM »
You need to recompile the slave manager, as it's license has expired for php encoder.  Just tried to update from the FAQ's, and the zip file still contains the expired files.

Please correct this.

382
SSL / Re: how to add ssl to virtual subdomain
« on: July 12, 2020, 09:47:06 PM »
A CSR isn't a certificate.

add your subdomain as you did.  As root user

/root/.acme.sh/acme.sh --config-home /root/.acme.sh/cwp_certs/ --issue --apache -d (subdomain)

then in the apche.conf, use the fullchain.cer file for the cert, and the .key


Easier option would be to add an account into CWP as a user and let the program do it itself.

383
Apache / Re: httpd.service failed. i need help !!!
« on: June 22, 2020, 12:15:50 AM »
Run the two commands it tells you to and post those logs.

384
Addons / Re: Custom nginx vhost for magento2
« on: June 19, 2020, 05:36:45 AM »
Your using Nginx as a reverse proxy to Apache or Varnish.  You don't need any of that stuff in a reverse proxy.  Your final endpoint (Apache) needs to be configured to handle the redirects, and nginx will just server static files and serve the rest back to varnish-> Apache. 

What you posted would be an nginx only setup.

385
cd to the nginx folder that was just untared

386
Give this a shot and see if it works.

http://forum.centos-webpanel.com/index.php?topic=8980.0

387
CentOS 7 Problems / Re: (70007)The timeout specified has expired
« on: June 06, 2020, 06:07:48 AM »
I would recommend turning off force fpm then, and see what happens.  If there are 1000 sites, there should be an equal number of sock files for each user account.

388
CentOS 7 Problems / Re: (70007)The timeout specified has expired
« on: June 06, 2020, 04:50:45 AM »
Are those the only 3 sites running on the server?

389
CentOS 7 Problems / Re: (70007)The timeout specified has expired
« on: June 06, 2020, 04:33:02 AM »
please reply with printout from:

ls -al /opt/alt/php-fpm70/usr/var/sockets

390
CentOS 7 Problems / Re: (70007)The timeout specified has expired
« on: June 06, 2020, 04:14:31 AM »
check systemctl status php-fpm70

if it's not running
systemctl start php-fpm70
systemctl enable php-fpm70

otherwise post the status.

Pages: 1 ... 24 25 [26] 27 28 ... 57