Re: [EMAIL PROTECTED] Protection against impolite bots

2007-11-04 Thread Nilesh Bansal
--- > The official User-To-User support forum of the Apache HTTP Server Project. > See http://httpd.apache.org/userslist.html> for more info. > To unsubscribe, e-mail: [EMAIL PROTECTED] >" from the digest: [EMAIL PROTECTED] &g

[EMAIL PROTECTED] Protection against impolite bots

2007-11-04 Thread Nilesh Bansal
. Is there a way that I can limit number-of-requests per IP per second? Or even better, notify the system admin if someone downloads over 1000 pages in less than a minute. Any pointers will be appreciated. thanks Nilesh -- Nilesh Bansal. http://queens.db.toronto.edu/~nilesh

Re: [EMAIL PROTECTED] Debugging mod_proxy for performance

2007-04-08 Thread Nilesh Bansal
on a machine with 4 AMD Opetran processors and 8GB RAM running RHEL 4. Any pointers to help me debug will be very helpful. thanks Nilesh On 4/8/07, Alexey Polyakov <[EMAIL PROTECTED]> wrote: On 4/8/07, Nilesh Bansal <[EMAIL PROTECTED]> wrote: > We have a Apache httpd running wi

[EMAIL PROTECTED] Debugging mod_proxy for performance

2007-04-08 Thread Nilesh Bansal
. thanks Nilesh -- Nilesh Bansal. http://queens.db.toronto.edu/~nilesh/ - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-m

[EMAIL PROTECTED] Internal Dummy Connection

2007-01-27 Thread Nilesh Bansal
entries for each day. Is there any bug? We are using httpd as a forward proxy server for load balancing using mod_rewrite. thanks, Nilesh Bansal. http://queens.db.toronto.edu/~nilesh/ - The official User-To-User support forum of

Re: [EMAIL PROTECTED] Performance on mod_proxy?

2007-01-22 Thread Nilesh Bansal
adding a delay of 5-10 seconds in just fetching the content from Tomcat and sending it to the client. For details see my post on this topic couple of days back. thanks Nilesh Bansal. http://queens.db.toronto.edu/~nilesh/ - The offici

[EMAIL PROTECTED] Perofrmance- httpd as forward proxy server

2007-01-20 Thread Nilesh Bansal
%{REQUEST_URI}"; [P,L] RewriteRule "^.*;JSESSIONID=\w*\.(\w+)($|;)" "http://${SERVERS:$1}%{REQUEST_URI}"; [P,L] RewriteRule "(.*)" "http://${SERVERS:ALL}%{REQUEST_URI}"; [P,L] Any help will be