Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N
nano /etc/apache2/default-server.conf
# Load the status module for http://XXX.poundteam.com/server-status
LoadModule status_module /usr/lib64/apache2/mod_status.so
ExtendedStatus On
<Location /server-status>
SetHandler server-status
Require all granted
</Location>
nano /etc/apache2/server-tuning.conf
# prefork MPM
<IfModule prefork.c>
# number of server processes to start
# http://httpd.apache.org/docs/2.2/mod/mpm_common.html#startservers
StartServers 450
# minimum number of server processes which are kept spare
# http://httpd.apache.org/docs/2.2/mod/prefork.html#minspareservers
MinSpareServers 250
# maximum number of server processes which are kept spare
# http://httpd.apache.org/docs/2.2/mod/prefork.html#maxspareservers
MaxSpareServers 500
# highest possible MaxClients setting for the lifetime of the Apache process.
# http://httpd.apache.org/docs/2.2/mod/mpm_common.html#serverlimit
ServerLimit 768
# maximum number of server processes allowed to start
# http://httpd.apache.org/docs/2.2/mod/mpm_common.html#maxclients
MaxClients 768
# maximum number of requests a server process serves
# http://httpd.apache.org/docs/2.2/mod/mpm_common.html#maxrequestsperchild
MaxRequestsPerChild 1000
</IfModule>
Kiiraa Deesuu wrote:Thank you for answering my question, 3 agents only, i mean the agents cant access the dialer page or any page after login. we are using cloud server which is linode/akamai.
Kiiraa Deesuu wrote:we tried rebooting directly from the linode, (not using the server tterminal) and after that, the vicidial says MySQL connect ERROR: No such file or directory.
mysqlcheck --auto-repair --all-databases -p
mysqlcheck --auto-repair --all-databases
Kiiraa Deesuu wrote:thanks, my vici now connected but my zoiper didnt dial after an agent login.
asterisk -rx "sip show peers"
Users browsing this forum: No registered users and 77 guests