httxt2dbm - DB file not completely rewritten
httxt2dbm - DB file not completely rewritten
am 01.04.2010 13:32:11 von Rainer Frey
I use DBM rewrite maps (apache 2.2.9 - package 2.2.9-10+lenny6) on debian 5
with BerkeleyDB 4.6 (package 4.6.21-11). I generate the DB files with
makefiles that call httxt2dbm on potentially already existing DB files.
When entries are added to the source files, it works fine. But when entries
are deleted from the source files, the DB files still contain the entries and
lookup succeeds (and yes, I verified that the DB file is indeed updated).I
also grepped the db file for the key to verify that it is indeed in the file
(and not a cached result in apache).
Is this a bug in httxt2dbm, or is my expectation wrong? Thanks for any
comments!
Rainer
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
How to limit number of particular request in apache.
am 03.04.2010 00:48:53 von Anuradha
--0-693524102-1270248533=:5014
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
Hi All,
=A0
I want to limit the number of "particular" requests in apache
=A0
For example=20
I have httpd running on my system. My webserver provides a upload and downl=
oad service.
I want to configure appache in a way that=A0 at the max it can serve=A0 100=
uploads and 200 downloads not more than that.
=A0
When I looked into the archives I came across MaxConnPerIP where they are l=
imiting request per IP
Wondering if there is any configurable parameter to limit on particular req=
uest.
=A0
=A0
Thanks,
Anu.
=0A Your Mail works best with the New Yahoo Optimized IE8. G=
et it NOW! http://downloads.yahoo.com/in/internetexplorer/
--0-693524102-1270248533=:5014
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
|
top" style=3D"font: inherit;">Hi All,
I want to limit the number of "particular" requests in apache
For example
I have httpd running on my system. My webserver provid=
es a upload and download service.
I want to configure appache in a way t=
hat at the max it can serve 100 uploads and 200 downloads not m=
ore than that.
When I looked into the archives I came across MaxConnPerIP where they =
are limiting request per IP
Wondering if there is any configurable param=
eter to limit on particular request.
Thanks,
Anu.
=0A
=3D1> =0AYour Mail works best with the New Yahoo Optimized IE8.
f=3D"http://in.rd.yahoo.com/tagline_ie8_new/*http://download s.yahoo.com/in/=
internetexplorer/" target=3D"_blank">Get it NOW!.
--0-693524102-1270248533=:5014--
Re: How to limit number of particular request in apache.
am 03.04.2010 04:04:36 von Nilesh Govindrajan
On 04/03/10 04:18, Anuradha wrote:
> Hi All,
> I want to limit the number of "particular" requests in apache
> For example
> I have httpd running on my system. My webserver provides a upload and
> download service.
> I want to configure appache in a way that at the max it can serve 100
> uploads and 200 downloads not more than that.
> When I looked into the archives I came across MaxConnPerIP where they
> are limiting request per IP
> Wondering if there is any configurable parameter to limit on particular
> request.
> Thanks,
> Anu.
>
>
> ------------------------------------------------------------ ------------
> Your Mail works best with the New Yahoo Optimized IE8. Get it NOW!
> .
>
I don't know bout limiting no. of requests, but using and
LimitRequestBody, you can control the maximum size of uploads / downloads.
--
Nilesh Govindarajan
Site & Server Administrator
www.itech7.com
मà¥à¤°à¤¾ à¤à¤¾à¤°à¤¤ महान !
मम à¤à¤¾à¤°à¤¤: महतà¥à¤¤à¤® à¤à¤µà¤¤à¥ !
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: How to limit number of particular request in apache.
am 03.04.2010 10:59:49 von Nick Kew
On 2 Apr 2010, at 23:48, Anuradha wrote:
> I want to limit the number of "particular" requests in apache
> =20
> For example=20
> I have httpd running on my system. My webserver provides a upload and =
download service.
> I want to configure appache in a way that at the max it can serve =
100 uploads and 200 downloads not more than that.
You can't.
Well, you could write a module for it. If you can live with ballpark
numbers, I'd suggest limiting the number of threads per process
on a restricted task, rather than maintaining a global count.
Or if this is about system load, consider something like
mod_load_average.
--=20
Nick Kew=
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: How to limit number of particular request in apache.
am 03.04.2010 17:28:09 von Morgan Gangwere
On 4/3/2010 2:59 AM, Nick Kew wrote:
> You can't.
>
> Well, you could write a module for it. If you can live with ballpark
> numbers, I'd suggest limiting the number of threads per process
> on a restricted task, rather than maintaining a global count.
>
> Or if this is about system load, consider something like
> mod_load_average.
>
I know its possible. A particular service I use (a private one) will
only handle so many requests, then simply return an "I cant do that,
DAV" 401 [svc unavailable]
--
Morgan
> Because it breaks the logical flow of conversation.
>> Why?
>>> Top-Posting is Evil.
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org