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

Pages: 1 ... 44 45 [46] 47 48 ... 89
676
when you activate nginx try to check what is working on the port 80 (probably apache)

then check all config file in  this two folder to find were issue is exactly

/usr/local/apache/conf.d/
/usr/local/apache/conf/

example:
Code: [Select]
cd /usr/local/apache/conf.d/
grep -r ":80" *

677
CentOS 7 Problems / Re: I can not delete a user
« on: April 02, 2019, 09:59:39 PM »
the best would be that you contact cwp support via contact page

678
PHP / Re: Failed to start cwp-phpfpm.service: Unit not found.
« on: April 02, 2019, 09:58:22 PM »
try checking the logs or reinstall it
/usr/local/cwp/php71/var/log/php-fpm.log
yum reinstall cwpphp

679
PHP / Re: PHP FPM
« on: April 02, 2019, 09:54:37 PM »
try this test, replace USERNAME with your user
# su USERNAME -c "touch /home/USERNAME/.quota-check" -s /bin/bash

680
CentOS 7 Problems / Re: Netdata
« on: April 02, 2019, 09:51:48 PM »
# To uninstall netdata please use this command, it will require some confirmation
# /usr/local/src/netdata/packaging/installer/netdata-uninstaller.sh --yes

681
PHP / Re: PHP FPM
« on: April 02, 2019, 08:56:43 AM »
try editing domain to use php-fpm from Webservers Domain Conf in the admin menu.
you can then check /var/log/cwp/webservers.log to check if you have some issue with the activation of fpm for that user.

682
Apache / Re: Stats shows visitors from my own ip
« on: March 27, 2019, 08:45:41 PM »
you need to check mod_rpaf configuration in apache conf.d folder

683
you have there too much added related to nginx which can cause issues with cwp.

You don't need to install nginx since you can use the one from cwp and under Webservers Domain Conf in cwp.admin, simply define which port to use for your custom application and that is it...cwp would do all for you and you will not have issues with rebuild later if needed and with new configuration and updates.

684
CentOS 6 Problems / Re: Admin Panel 404 Error
« on: March 25, 2019, 08:57:02 AM »
yum update cwpsrv cwpphp

then restart cwp
sh /scripts/restart_cwpsrv

685
Updates / Re: cwp_version
« on: March 18, 2019, 01:49:53 PM »
it's php script
php /scripts/cwp_version

686
Apache / Re: Apache Failed to Restart after Recompilation
« on: March 15, 2019, 10:08:57 AM »
you have rebuild option in cwp, but why do you need rebuild?

687
simply you need to rebuild webservers like you have the info there on the image you have sent

688
Apache / Re: Apache Failed to Restart after Recompilation
« on: March 14, 2019, 08:47:49 PM »
This would fix it:

Code: [Select]
rm -f /usr/local/apache/conf/httpd.conf
yum reinstall cwp-httpd

689
PHP / Re: Issue with IonCube Loader for PHP Version 7.3.2
« on: March 11, 2019, 03:55:09 PM »
sh /scripts/update_ioncube
will get you the latest update

690
CentOS 7 Problems / Re: WHMCS Order accept error (Array)
« on: March 05, 2019, 01:48:10 PM »
you would need to have on both hosts in firewall allow ip and also in cwp.admin in api configurationyou need to allow which ip can access api.

Pages: 1 ... 44 45 [46] 47 48 ... 89