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.
1261
Updates / Re: Postfix Mailqueue issue after upgrade to 0.9.8.9
« on: November 03, 2015, 08:58:41 AM »
Hello.
The bug will be fixed with next update.
The bug will be fixed with next update.
1263
Information / Re: How to disable suPHP ?
« on: November 03, 2015, 08:54:12 AM »
Hello.
If you want using PHP as Apache's module, you can add it to your VirtualHost.
For example:
a) Copying your PHP module to the Apache's modules folder:
b) Disable suPHP
If you want using PHP as Apache's module, you can add it to your VirtualHost.
For example:
a) Copying your PHP module to the Apache's modules folder:
Code: [Select]
cp /usr/local/src/cwp/php-YOUR-VERSION/libs/libphp5.so /usr/local/apache/modules/
Edit your VirtualHost:b) Disable suPHP
Code: [Select]
suPHP_Engine off
c) add it to your VirtualHost:Code: [Select]
<FilesMatch \.php$>
LoadModule php5_module modules/libphp5.so
SetHandler application/x-httpd-php
</FilesMatch>
d) and restart Apache:Code: [Select]
service httpd restart
1264
How to / Re: How to install Hiawatha Webserver
« on: November 01, 2015, 07:39:35 AM »
Hello.
The CWP is supporting Apache and nginx only. You can't using other WEB servers with the current version.
The CWP is supporting Apache and nginx only. You can't using other WEB servers with the current version.
1265
Apache / Re: Apache Rebuild vHost has trouble
« on: November 01, 2015, 07:35:38 AM »Hello,
do you have any idea about this case?
Please help me....
Thank you.
No, vhost_rebuld.php works great. We're couldn't reproduce the issue.
1266
Dovecot / Re: Dovecot running slow
« on: November 01, 2015, 07:33:16 AM »thanks, that should solve one problem, but what about the time?
Nobody knows your configs and server. Guessing only. Provide us more details.
1267
Apache / Re: After install slow loading pages
« on: November 01, 2015, 07:30:26 AM »
Hello.
Too many reasons for the issue. You can try our support service http://centos-webpanel.com/support-services .
Too many reasons for the issue. You can try our support service http://centos-webpanel.com/support-services .
1268
CentOS-WebPanel GUI / Re: server IP address of the user index page
« on: November 01, 2015, 07:28:36 AM »
Hello.
You have to use a domain not an IP.
IP is open files from /usr/local/apache/htdocs/ , you can't using it for you web sites.
You have to use a domain not an IP.
IP is open files from /usr/local/apache/htdocs/ , you can't using it for you web sites.
1269
Apache / Re: Apache is leaking memory bullten help!
« on: November 01, 2015, 07:24:11 AM »
farukh, you get the answer. CWP does not support apache 2.4.
1270
How to / Re: How to install Nagios?
« on: November 01, 2015, 07:22:03 AM »
Hi.
No, you can't install it for one user.
No, you can't install it for one user.
1272
MySQL / Re: How to update mysql from 5.1 to 5.6
« on: October 29, 2015, 12:34:10 PM »
Hello, rflsantana.
Seems like something wrong with your upgrade...
Check if it works ( service mysql restart )
Seems like something wrong with your upgrade...
Check if it works ( service mysql restart )
1273
Dovecot / Re: Dovecot running slow
« on: October 29, 2015, 12:05:35 PM »
Hi.
You can try increase process_limit or switch login to performance mode:
You can try increase process_limit or switch login to performance mode:
Code: [Select]
service imap-login {
inet_listener imap {
port = 143
}
service_count = 0 # performance mode. set to 1 for secure mode
process_min_avail = 1
}
1274
CentOS 6 Problems / Re: Maldet
« on: October 29, 2015, 11:58:36 AM »
Course it's not a CWP bug.
I've tried using latest version inotify-tools and it didn' works.
Thank you for suggestion, we will try it.
I've tried using latest version inotify-tools and it didn' works.
Thank you for suggestion, we will try it.
1275
DNS / Re: Problems with FREE DNS
« on: October 29, 2015, 11:53:14 AM »
Hi, try to check path to files in the /usr/local/apache/conf.d/vhost.conf