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.
1681
Backup / Re: Change default backup location
« on: March 06, 2016, 08:03:59 AM »Hello,Change the Backup Folder Location
I need to change the backup folder in my VPS to another location
How i can do that?
1682
Apache / Re: Got " 500 Internal Server Error" when i try access mail domain
« on: March 06, 2016, 08:00:58 AM »
i also faced this problem before and i solved this problem by reinstalling the os and cwp
1683
CentOS 6 Problems / Re: Problem with PHP
« on: March 06, 2016, 07:59:06 AM »I just installed CWP on a fresh install of Centos 6. I am using CWP 0.9.8.11. It seemed to install smoothly without trouble. I setup the DNS setting IP so on. I am using Apache and PHP 5.4.45.
When I test my site remotely I can reach the CWP welcome page fine (html). I uploaded a php file to see the php settings the normal verbiage (<? phpinfo(); ?>).
use this option cwp>php settings>php info
1684
Addons / Re: Error Click CWP AddOn menu .,.,.,.,
« on: March 06, 2016, 07:55:19 AM »
reinstall the os and cwp
1685
CentOS-WebPanel GUI / Re: GUI stucks while clicking on sidebar menu
« on: March 06, 2016, 07:53:41 AM »Hello, I am new to centos-webpanel and i really loved it it is one of the best free webpanel ever. Really loved it <3
The only problem i am facing is that its GUI stucks when i use to click on sidebar menu
How to solve this problem ?
disable the load
1686
Installation / Re: php cache
« on: March 06, 2016, 07:49:21 AM »
this are incompatible with suphp
varnish cache is the only option
varnish cache is the only option
1687
PHP / Re: Php 5.6.x
« on: March 06, 2016, 06:09:54 AM »Be aware that you probably won't get JPEG support to work in 5.6.x.recompile php with this
No matter how you compile PHP JPEG support doesn't get compiled into it.
I've moved back to 5.4 and it works perfectly so something is up with the built in 5.6 branch.
Code: [Select]
--with-jpeg-dir
--enable-gd-native-ttf
--with-freetype-dir
1689
Apache / Re: Apache maxclient for prefork MPM
« on: March 03, 2016, 07:00:49 AM »
Yes ... I restarted it .
1690
Apache / Apache keepalive
« on: March 03, 2016, 02:38:34 AM »
Im using prefork mpm
how can i enable keepalive?
how can i enable keepalive?
1691
Apache / Re: Apache maxclient for prefork MPM
« on: February 26, 2016, 05:06:22 PM »
thanks for the help
but maxclient is not changed when I checked with this script :
i restarted httpd and server also
but maxclient is not changed when I checked with this script :
Code: [Select]
curl -L http://apachebuddy.pl/ | perl
i restarted httpd and server also
1692
Apache / Re: Apache maxclient for prefork MPM
« on: February 25, 2016, 02:09:44 PM »
No body knows it ?
1693
Apache / Apache maxclient for prefork MPM
« on: February 25, 2016, 09:33:47 AM »
hello im using apache 2.2.31 with suphp i want to increase the maxclient for prefork MPM. How to increase it? as I didn't found any documents to configure it.
1695
DNS / Re: The NS aren't working / information added
« on: February 01, 2016, 08:41:24 AM »Dear community,you have to contact host provider support for this
I followed your instructions, however it doesn't work.
I added ns1.mydomain and ns2.mydomain with the ip to cwp. Then i added ns1.mydomain and ns2.mydomain to my domain settings. (A record, pointing to the IP)
What's wrong?
Thank you very much! If you need any more details please ask.
Information:
Zone of my domainCode: [Select]; Panel %version%
; Zone file for wecareabout.it
$TTL 14400
wecareabout.it. 86400 IN SOA ns1.wecareabout.it. moritz-****.hotmail.de. (
2013071600 ; serial, todays date+todays
86400 ; refresh, seconds
7200 ; retry, seconds
3600000 ; expire, seconds
86400 ) ; minimum, seconds
wecareabout.it. 86400 IN NS ns1.wecareabout.it.
wecareabout.it. 86400 IN NS ns2.wecareabout.it.
wecareabout.it. IN A 51.255.***.**
localhost.wecareabout.it. IN A 127.0.0.1
wecareabout.it. IN MX 0 wecareabout.it.
mail IN CNAME wecareabout.it.
www IN CNAME wecareabout.it.
ftp IN CNAME wecareabout.it.
; Add additional settings below this line
ns1 14400 IN A 51.255.***.**
ns2 14400 IN A 51.255.***.**
ns1.wecareabout.it. 14400 IN A 51.255.***.**
ns2.wecareabout.it. 14400 IN A 51.255.***.**