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

Pages: 1 ... 3 4 [5] 6 7 ... 31
62
CentOS 7 Problems / Re: BIND SERVER not start
« on: September 09, 2018, 01:05:19 PM »
Goto https://serverip:2087/admin/index.php?module=nameservers and click on "Save changes"

See if it works now

63
CentOS 7 Problems / Re: AutoSSL is not working with DigitalOcean DNS
« on: September 09, 2018, 01:04:05 PM »
Does the below command issue SSL. Replace yourdomain.com with your original domain name. What is output of this command below? Also when it ends you see your SSL files under /root/.acme.sh/cwp_certs 

Code: [Select]
sh /root/.acme.sh/acme.sh --home /root/.acme.sh/cwp_certs --issue -d www.yourdomain.com -d yourdomain.com -w /usr/local/apache/autossl_tmp --debug 2

64
LiteSpeed / Re: My sites are not open
« on: September 07, 2018, 07:01:59 PM »

65
LiteSpeed / Re: My sites are not open
« on: September 07, 2018, 06:44:22 PM »
litespeed automatically counts vhost created for Apache. Goto https://yourserverip:7080/service/serviceMgr.php . Scroll down and you will see your vhost files used by litespeed for CWP.


66
LiteSpeed / Re: My sites are not open
« on: September 07, 2018, 05:59:23 PM »
Its same as how previously you used to edit php.ini file.

using 7080 port you can manage litespeed. Navigate to each setting and play with it if you want to learn. :)

I think you are done with litespeed.


67
LiteSpeed / Re: My sites are not open
« on: September 07, 2018, 05:41:38 PM »
goto https://yourserverip:2087/admin/index.php?module=settings

Under apache port. See if there is 8181. If yes then change it to 80 and click on save changes.

got https://yourserverip:2087/admin/index.php?module=vhost_rebuild

click Rebuild All Virtual Hosts

In ssh restart litespeed

service lshttpd restart

Now see if your site is working fine.

68
LiteSpeed / Re: My sites are not open
« on: September 07, 2018, 04:44:08 PM »
Do post here instead of PM.

Re setup server, install litespeed , create user account , install wordpress and paste here output of the commands below

Code: [Select]
cat /usr/local/apache/conf/sharedip.conf
Code: [Select]
cat /usr/local/apache/conf.d/vhosts.conf

69
LiteSpeed / Re: My sites are not open
« on: September 07, 2018, 04:34:49 PM »
I dont need login. Did you install lightspeed on yourserver? If yes, then what is the issue?

70
LiteSpeed / Re: My sites are not open
« on: September 07, 2018, 04:15:31 PM »
What issue are you facing in its setup?

71
Backup / Re: Error found on the email from - Anacron job 'cron.daily'
« on: September 07, 2018, 04:09:56 PM »
We dont usually use backup for cwp servers but today used it on one server and it gave the error as you mentioned error. Below is its resolution

Code: [Select]
yum install perl-DBD-MySQL -y
rpm -Uvh http://dl1.centos-webpanel.com/files/mysql/percona-toolkit.rpm

Rerun the backup and it will be fine now.

Code: [Select]
/usr/local/cwp/php71/bin/php -d max_execution_time=1000000 -q /usr/local/cwpsrv/htdocs/resources/admin/include/cron_backup.php

72
PHP / Re: PHP Warning: PHP Startup: Unable to load dynamic library...
« on: September 07, 2018, 01:40:44 PM »
The above command will reset cwp php to original state as it should be.

73
PHP / Re: PHP Warning: PHP Startup: Unable to load dynamic library...
« on: September 07, 2018, 11:02:46 AM »
There is no need to reinstall CWP

run as below
 
Code: [Select]
yum reinstall cwpphp -y
service cwp-phpfpm restart

74
PHP / Re: PHP Warning: PHP Startup: Unable to load dynamic library...
« on: September 06, 2018, 10:49:03 PM »
Why would you have memcache for cwpsrver php.

I understand if you want to have memcache you can have for php used by website.

This path /usr/local/cwp/php71/bin/php -v is for webserver php which is used by centos web panel server cwpsrv

/usr/local/bin/php -v this is your php path used by you website.

You are getting confused between two myfriend :)

75
PHP / Re: PHP Warning: PHP Startup: Unable to load dynamic library...
« on: September 06, 2018, 10:16:05 PM »
you dont have memcache installed on cwpserver php. How come you have its entry in its php file?

Pages: 1 ... 3 4 [5] 6 7 ... 31