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 ... 109 110 [111] 112 113 114
1651
how much memory is used by apache 2.4?

1652
CentOS 6 Problems / Re: dns-soa-mx record error
« on: March 13, 2016, 07:37:06 AM »
add soa ttl and serial number for name server

1653
Installation / Re: Dovecot error
« on: March 13, 2016, 06:33:18 AM »
remove dovecot
Code: [Select]
yum remove dovecotand then reinstall it by this command
Code: [Select]
yum install dovecot
see if your problem is resolved now or not

1654
Hello, i am facing a problem with centos-webpanel my panel gui keeps loading but nothing shows on page
I tried it from firefox,firefox private,chrome, chrome inciginito windows facing same problem
can anyone help ?
what is your server configuration ram, cpu etc ?

1655
CentOS 6 Problems / Re: PHP Selector: installation of PHP5.2 failed
« on: March 13, 2016, 06:27:58 AM »
I'm using 10.1.12-MariaDB.
I count on moving all my websites to CWP and I have just one that needs 5.2. It's quite annoying  :-\

Thanks
I'll recommend you to install php5.5

1656
CSF Firewall / Re: Suspicious process running under user %username%
« on: March 12, 2016, 03:37:42 AM »
its a false positive don't need to worry   ;)

1657
contact support for custom request

1658
Installation / Re: Help i have a Error in Installation
« on: March 12, 2016, 03:34:26 AM »
create a 512mb/1gb swap to get rid of this problem installation of cwp needs more ram/memory

1659
CentOS 6 Problems / Re: PHP Selector: installation of PHP5.2 failed
« on: March 12, 2016, 03:27:20 AM »
which version of mysql you're running not all php versions are compatible for new versions of mysql

1660
Installation / Re: Help error on install CWP
« on: March 10, 2016, 06:01:45 AM »
try to reinstall the os (centos 6 minimal)

1661
Addons / Re: Add More Name Servers
« on: March 10, 2016, 06:00:32 AM »
u can do it manually

1662
CentOS-WebPanel GUI / Re: GUI stucks while clicking on sidebar menu
« on: March 08, 2016, 07:31:34 PM »
Can you tell me how can i do this ?


just click on the icon of load

1663
Apache / Re: no more idle workers - high load
« on: March 08, 2016, 07:27:17 PM »
right now there isn't any entry about this in my apache config,
im using the default apache config with CWP

what is the default value if not definided?

increase the maxclient for the apache
256 is the default
see this thread http://forum.centos-webpanel.com/apache/apache-maxclient-for-prefork-mpm/

you can try this config if you're using prefork mpm (which is default) :
Code: [Select]
# prefork MPM
# StartServers: number of server processes to start
# MinSpareServers: minimum number of server processes which are kept spare
# MaxSpareServers: maximum number of server processes which are kept spare
# MaxClients: maximum number of server processes allowed to start
# MaxRequestsPerChild: maximum number of requests a server process serves
<IfModule mpm_prefork_module>
    StartServers          5
    MinSpareServers       5
    MaxSpareServers      10
    ServerLimit         512
    MaxClients          512
    MaxRequestsPerChild   0
</IfModule>

1664
Apache / Re: no more idle workers - high load
« on: March 08, 2016, 01:01:55 PM »
increase the maxclient for the apache

1665
Installation / Re: Problem with domain
« on: March 08, 2016, 01:00:46 PM »
clear your dns cache and try again I'm able to ping your site

Pages: 1 ... 109 110 [111] 112 113 114