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.
76
LiteSpeed / Re: My sites are not open
« on: September 06, 2018, 05:37:34 PM »
We use that too for wordpress site only. But many of the option to support apache rewrite is not supported in openlitespeed.
See comparison below
https://www.litespeedtech.com/products/litespeed-web-server/editions
See comparison below
https://www.litespeedtech.com/products/litespeed-web-server/editions
77
LiteSpeed / Re: My sites are not open
« on: September 06, 2018, 05:08:35 PM »
You need to check if you are using port 80 or 8181. Check your vhost file for that
78
CentOS-WebPanel GUI / Re: Resources monitor per user/website
« on: September 05, 2018, 03:33:19 AM »Code: [Select]
nano /usr/local/apache/htdocs/netdata/etc/netdata/netdata.conf
Find
Quote
# run as user = netdata
# web files owner = netdata
# web files group = netdata
Uncomment them
Quote
run as user = netdata
web files owner = netdata
web files group = netdata
Save and restart netdata
Code: [Select]
service netdata restart
See if its happening now.
79
PHP Selector / Re: Add modules with PHP selector
« on: September 04, 2018, 04:33:47 PM »
Something like this will do it
Quote
yum install memcached -y
/opt/alt/php56/usr/bin/pecl install memcache
echo "extension=memcache.so" >> /opt/alt/php56/usr/php/php.ini
memcached -d -m 512 -l 127.0.0.1 -p 11211 -u nobody
chkconfig memcached on
Quote
/opt/alt/php56/usr/bin/php -i | grep memcache
80
How to / [Tutorial] Installing Zammad on Centos Web Panel
« on: September 04, 2018, 04:00:13 PM »
Below tutorial will help you to install zammad on centos web pane (cwp)
https://blog.bullten.com/centos-web-panel/install-zammad-v2-6-0-with-apache-and-mysql-in-centos-web-panel-centos-6-7/
https://blog.bullten.com/centos-web-panel/install-zammad-v2-6-0-with-apache-and-mysql-in-centos-web-panel-centos-6-7/
81
Backup / Re: Error found on the email from - Anacron job 'cron.daily'
« on: September 04, 2018, 03:58:42 PM »
You need to find out from where it is generating.
82
Installation / Re: $5 Dollar installation process
« on: September 04, 2018, 03:58:06 PM »
You need to directly contact them. They wont help via forum
https://support.centos-webpanel.com/contact.php
https://support.centos-webpanel.com/contact.php
83
Backup / Re: Error found on the email from - Anacron job 'cron.daily'
« on: September 04, 2018, 12:02:17 PM »Code: [Select]
yum install perl-DBI -y
84
Backup / Re: mysqldump: Got error: 1142: "SELECT, LOCK TABLES
« on: September 03, 2018, 09:38:34 PM »
Well the error can be replicated when you are trying to dump performance_schema
Output
If you want to dump it you can skip table locks
Its definitely Centos Web Panel bug and they need to fix it. But what is the reason for dumping performance_schema?
Code: [Select]
mysqldump performance_schema > /home/performance_schema.sql
Output
Quote
mysqldump: Got error: 1142: "SELECT, LOCK TABLES command denied to user 'root'@'localhost' for table 'accounts'" when using LOCK TABLES
If you want to dump it you can skip table locks
Code: [Select]
mysqldump performance_schema --skip-lock-tables > /home/performance_schema.sql
Its definitely Centos Web Panel bug and they need to fix it. But what is the reason for dumping performance_schema?
85
CentOS-WebPanel GUI / Re: Resources monitor per user/website
« on: September 03, 2018, 09:23:32 PM »
Its just a warning to let you know file already exist there. You dont need to worry about that. I would suggest you to follow this tutorial
https://blog.bullten.com/centos-web-panel/password-protect-netdata-and-disable-port-access-in-centos-web-panel-centos-6-7/
https://blog.bullten.com/centos-web-panel/password-protect-netdata-and-disable-port-access-in-centos-web-panel-centos-6-7/
86
Backup / Re: Error found on the email from - Anacron job 'cron.daily'
« on: September 03, 2018, 09:17:11 PM »
Yes my fault, agreed
Yes everything is fine as long as there is green light in GUI of CWP.
Yes everything is fine as long as there is green light in GUI of CWP.
87
Backup / Re: Error found on the email from - Anacron job 'cron.daily'
« on: September 03, 2018, 03:15:50 PM »88
Backup / Re: Error found on the email from - Anacron job 'cron.daily'
« on: September 03, 2018, 03:07:22 PM »
what does centos web panel gui says?
89
Backup / Re: Error found on the email from - Anacron job 'cron.daily'
« on: September 03, 2018, 02:49:32 PM »90