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.
376
Installation / Re: ioncube 8.0 and uploadprogress not being compiled in php-fpm 8.0.2
« on: March 05, 2021, 12:41:22 AM »
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.
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.
377
Installation / Re: ioncube 8.0 and uploadprogress not being compiled in php-fpm 8.0.2
« on: March 04, 2021, 07:12:38 PM »
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
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
378
Installation / Re: ioncube 8.0 and uploadprogress not being compiled in php-fpm 8.0.2
« on: March 04, 2021, 12:51:26 AM »
can you put a file in the user account with just these lines
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
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
379
Installation / Re: ioncube 8.0 and uploadprogress not being compiled in php-fpm 8.0.2
« on: March 03, 2021, 11:20:37 PM »
Which option are you using?
PHP Switcher or FPM?
PHP Switcher or FPM?
380
Installation / Re: ioncube 8.0 and uploadprogress not being compiled in php-fpm 8.0.2
« on: March 03, 2021, 10:20:30 PM »
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
PHP Selector 2 under the CWP Root Menu, or PHP FPM Selector if you have a pro license
381
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.
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.
382
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.
Please correct this.
383
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.
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.
384
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.
385
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.
What you posted would be an nginx only setup.
386
CentOS 7 Problems / Re: configure server vps centos7 for RTMP protocol
« on: June 14, 2020, 04:28:01 PM »
cd to the nginx folder that was just untared
387
CentOS 7 Problems / Re: Can't Access CWP URL | IP Address:2030 | Error 500
« on: June 10, 2020, 02:13:39 AM »388
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.
389
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?
390
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
ls -al /opt/alt/php-fpm70/usr/var/sockets