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

Pages: 1 ... 107 108 [109] 110 111 ... 114
1621
Other / Re: website statistics
« on: March 24, 2016, 01:52:20 PM »
tutorial How to install Awstats in CWP
http://bit.ly/1Rnm5AC

1622
How to / Re: How TO Setup Remote Backup
« on: March 23, 2016, 04:51:56 AM »
access key is necessary, double check that access key matches your backup server access key

you need :
backup server ip
backup server ssh port
Username
Access key

1623
do you have ptr records ? (A records for domain)

1624
Apache / Re: [PHP7] AddHandler support
« on: March 23, 2016, 04:43:39 AM »
you can install php7 by this tutorial:
http://bit.ly/1U7fIqQ

1625
Hi, just remove AddType from /usr/local/apache/htdocs/roundcube/.htaccess
for phpmyadmin 500 error ?

1626
Apache / Re: Apache keepalive
« on: March 22, 2016, 04:25:43 PM »
ya i resolved it by adding/editing this lines in apache config and in virtual host :

apache config :
Code: [Select]
KeepAlive On
MaxKeepAliveRequests 100
KeepAliveTimeout 100
virtual host config :
Code: [Select]
<ifModule mod_headers.c>
Header set Connection keep-alive
</ifModule>

1627
MySQL / Re: MySQL config change to use more memory
« on: March 22, 2016, 11:57:35 AM »
when you get more traffic it will automatically use your server's ram

1628
Apache / Re: no more idle workers - high load
« on: March 22, 2016, 11:54:04 AM »
its done :)

but right now i dont have apache status page ->


when nginx is active Apache runs on back end all requests are processed by nginx. Hence this is normal

1629
CentOS-WebPanel Bugs / Re: Fix Permissions do nothing
« on: March 22, 2016, 03:25:40 AM »
did you have index file (index.php or index.html) ? please check and confirm

it happens because of incomplete file upload

OR

Disable the firewall / mod security if you activated them and check if you can access

1630
let me explain... if you have to root users both users can access root directory i.e. why it will be a useless function in cwp

1631
Backup / Re: Restore multiple backups
« on: March 21, 2016, 04:01:35 PM »
lets make it simple place the daily weekly monthly backups in default folder (/backup) and restore it by using cwp option :


*******you need to restore mysql databases backups manually
take a full backup of mysql database

1632
Backup / Re: Restore multiple backups
« on: March 21, 2016, 03:42:28 PM »
What you meant to say "User Accounts" ?

1633
Apache / Re: no more idle workers - high load
« on: March 21, 2016, 03:38:51 PM »
you can safely enable nginx as reverse proxy from cwp

1634
PHP / Re: php-cgi segfaults on libselinux?
« on: March 21, 2016, 03:35:07 PM »
time to reinstall os and cwp

1635
MySQL / Re: Change CWP from MySQl to MariaDb 10.1
« on: March 21, 2016, 03:29:22 PM »
backup your all databases including cwp databases and reinstall cwp with this commands :

Code: [Select]
cd /usr/local/src
wget http://centos-webpanel.com/cwp-latest
sh cwp-latest -d mariadb
this will install latest version of mariadb

after that restore the database backup

If you want to fresh install cwp with mariadb (latest) then also use this commands :
Code: [Select]
cd /usr/local/src
wget http://centos-webpanel.com/cwp-latest
sh cwp-latest -d mariadb

I'll recommend you to freshly install cwp with mariadb

Pages: 1 ... 107 108 [109] 110 111 ... 114