---
> 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
. 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
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
.
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
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
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
%{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