Pratik wrote:
Hi Everyone !
Currently, I am implementing a mechanism to restrict the number of
parallel connections to the server from a single client/user.
Sounds like you want to disable HTTP Pipelining, am I mistaken? If not,
Apache already has a mechanism for this, look in the default httpd.c
Perrin Harkins wrote:
Joseph A Nagy Jr wrote:
Okay, I'm trying to compile mod_perl so that when I compile Apache
1.3.33 seperately, I can use the --add-module directive during
Apache's ./configure (I'm installing from scratch instead of using the
Apache in Gentoo's porta
Okay, I'm trying to compile mod_perl so that when I compile Apache 1.3.33
seperately, I can use the --add-module directive during Apache's ./configure
(I'm installing from scratch instead of using the Apache in Gentoo's portage
tree because they only offer a mod_perl 1.99 for Apache2) and am hav