Re: Restricting maximum parallel connections

2005-02-07 Thread Joseph A Nagy Jr
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

Re: Compiling mod_perl into Apache 1.3.33

2005-01-22 Thread Joseph A Nagy Jr
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

Compiling mod_perl into Apache 1.3.33

2005-01-22 Thread Joseph A Nagy Jr
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