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


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


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

64
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

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

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

67
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

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

69
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

70
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 :)

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

72
PHP / Re: PHP Warning: PHP Startup: Unable to load dynamic library...
« on: September 06, 2018, 09:57:55 PM »
After that you can ask cwp development team how memcache got installed there.

73
PHP / Re: PHP Warning: PHP Startup: Unable to load dynamic library...
« on: September 06, 2018, 09:56:37 PM »
nano /usr/local/cwp/php71/php.ini

press ctrl+w ctrl+t and enter 1920

Comment out the line like below

# extension=memcache.so

save and restart cwp-php

service cwp-phpfpm restart

now check if you get the error

/usr/local/cwp/php71/bin/php -v

74
PHP / Re: PHP Warning: PHP Startup: Unable to load dynamic library...
« on: September 06, 2018, 09:16:03 PM »
what does this gives?

Code: [Select]
grep -n -A1 memcache.so /usr/local/cwp/php71/php.ini

75
PHP / Re: PHP Warning: PHP Startup: Unable to load dynamic library...
« on: September 06, 2018, 05:47:21 PM »
what is output of

Code: [Select]
/usr/local/cwp/php71/bin/php --ini

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