You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Benjamin Adams <ba...@ambrosiasw.com> on 2005/11/29 17:46:13 UTC

[users@httpd] Mac 10.4.3 Apache 1.3.33 conf

I need help configuring apache....I keep getting a slow connection to  
MySQL when my queries run fast
php5, MySQL 4.1

ExtendedStatus On
Timeout 60
KeepAlive On
MaxKeepAliveRequests 300
KeepAliveTimeout 10
MaxClients 500
StartServers 5
MinSpareServers 3
MaxSpareServers 9
MaxRequestsPerChild 8000


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Mac 10.4.3 Apache 1.3.33 conf

Posted by Joshua Slive <js...@gmail.com>.
On 11/29/05, Benjamin Adams <ba...@ambrosiasw.com> wrote:
> I need help configuring apache....I keep getting a slow connection to
> MySQL when my queries run fast

I can't really decipher that problem.  If your problem is a slow
connection to MySQL, then shouldn't you be looking at your mysql
configuration and not your apache configuration?  It is highly
unlikely that this problem has anything to do with the directives that
you quote.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org