LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Limit number of concurrent connections in apache (https://www.linuxquestions.org/questions/linux-server-73/limit-number-of-concurrent-connections-in-apache-655160/)

jakev383 07-11-2008 02:05 PM

Limit number of concurrent connections in apache
 
I have a Cent4 server that has an ISO I make available for download. I limit the bandwidth via iptables (okay, actually tc with qdiscs and classes) to keep from burying my 'net connection. Problem I run into now is that I look at my connections in 'netstat -an' and I see that 1 IP address has 20+ connections which I assume are downloads in progress, especially since even in SSH it displays text like my old 110 baud days.
Anyway, not being an Apache guru, what settings would I need to check and change to limit the number of concurrent connections a client can make? I don't mind 5 or so, but 20+ is ridiculous.
Thanks!

Mr. C. 07-11-2008 03:03 PM

http://dominia.org/djao/limitipconn.html
http://www.web-development-blog.com/...ds-per-client/

jakev383 07-18-2008 03:58 PM

Thanks for those. I used the first link for my Cent4 server and am very happy now.


All times are GMT -5. The time now is 01:17 AM.