Which MPM type prefork? Also, what are the following in your httpd.conf file: StartServers 5 MinSpareServers 5 MaxSpareServers 10 MaxClients 150 MaxRequestsPerChild 0for the php file you can try putting the following into an .htaccess file if
you have AllowOverride All set for the directory: php_value max_execution_time 1800 That's all I can think of... Boysenberry boysenberrys.com | habitatlife.com | selfgnosis.com On Dec 31, 2005, at 12:08 PM, paritosh mahana wrote:
Hi,I have set up apache http server version 2.0.53. I am having problem when I try to access some data via php while downloading some file. The download thing is done by calling a php script. And in the middle of downloading when I try to access some other php from the server it gives connection time out error and the connection that I had established for file download closes by itself without any exception. The download thing is done by calling the readfile() function.Another thing is that when I try to download something from my server it works fine via the php page.(No other requests for any other page)But when I want to start another download then it just waits for the first download to finish. So why are they not sharing resources, like my bandwidth, and why the 2nd wait for the 1st to finish. Is there any configuration setting for this that I have messed up. Or do I have to add something in my php files.current server config: Apache2.0.53 php4.3.10 Thanks.
--------------------------------------------------------------------- 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@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx