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
Apache / Re: PHP not working
« on: April 07, 2019, 05:07:34 PM »
you need to use Webservers domain conf module and enable there php-fpm once you have enabled it if fpm is not working then you can check the webserver's logs to get an issue info
 /var/log/cwp/webservers.log

677
CentOS-WebPanel GUI / Re: Account Creation VS Domain Creation
« on: April 03, 2019, 01:48:09 PM »
if you create an account with domain abc.om then you already have that domain created as main domain of that account.
Domain adding is only for an additional domain to the existing accounts which is not recommended if not needed.


678
CentOS 7 Problems / Re: Trying To Upgrade Php Version But Not Working
« on: April 03, 2019, 01:46:01 PM »
if you have delete some important folder then you can only fix it by using rsync from another server or to reinstall the server...this all depends on what you have exactly delete....anyway this should be checked by expert systemadmin.

679
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" *

680
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

681
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

682
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

683
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

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

685
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

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

687
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

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

689
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?

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

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