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 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 the early
processing hooks.

Perhaps if you told us what you were trying to accomplish, we could help more.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


  
--------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to