Re: [EMAIL PROTECTED] strange qustion - how to make apache daley ?

2005-08-16 Thread Joshua Slive
On 8/16/05, Oren Gozlan <[EMAIL PROTECTED]> wrote: > I need this delay to create some test lab, and i need that the apache will > act very slow when i'm posting to it > i tried to add this: > # mod_ext_filter directive to define a filter > but the apache failed to start, do i need to add anyt

Re: [EMAIL PROTECTED] strange qustion - how to make apache daley ?

2005-08-16 Thread Oren Gozlan
I need this delay to create some test lab, and i need that the apache will act very slow when i'm posting to it. i tried to add this: # mod_ext_filter directive to define a filter # which runs everything through cat; cat doesn't # modify anything; it just introduces extra pathlength # and cons

Re: [EMAIL PROTECTED] strange qustion - how to make apache daley ?

2005-08-16 Thread Sean Conner
It was thus said that the Great Joshua Slive once stated: > > On 8/16/05, Oren Gozlan <[EMAIL PROTECTED]> wrote: > > Thnx, > > what i'm trying to do is to send a POST to the server, and i want that the > > apache will delay X secs before processing the POST. > > But what is the point? Well,

Re: [EMAIL PROTECTED] strange qustion - how to make apache daley ?

2005-08-16 Thread Joshua Slive
On 8/16/05, Oren Gozlan <[EMAIL PROTECTED]> wrote: > Thnx, > what i'm trying to do is to send a POST to the server, and i want that the > apache will delay X secs before processing the POST. But what is the point? Joshua. - Th

Re: [EMAIL PROTECTED] strange qustion - how to make apache daley ?

2005-08-16 Thread Oren Gozlan
Thnx, what i'm trying to do is to send a POST to the server, and i want that the apache will delay X secs before processing the POST. Oren Joshua Slive wrote: On 8/16/05, Oren Gozlan <[EMAIL PROTECTED]> wrote: Hi, Is there a way to configure the apache to have a delay before proc

Re: [EMAIL PROTECTED] strange qustion - how to make apache daley ?

2005-08-16 Thread Joshua Slive
On 8/16/05, Oren Gozlan <[EMAIL PROTECTED]> wrote: > Hi, > Is there a way to configure the apache to have a delay before proccesing > the request ? Sure. You could try: http://httpd.apache.org/docs/2.0/mod/mod_ext_filter.html#examples Or you could write a module that just sleep()s during one of t

[EMAIL PROTECTED] strange qustion - how to make apache daley ?

2005-08-16 Thread Oren Gozlan
Hi, Is there a way to configure the apache to have a delay before proccesing the request ? thnx, Oren - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> fo