trying to port mod_uploadprogress.c in lighttpd to cherokee, I need a
callback mechanism to hijack POST/GET connection of specific headers.
I look around the handler interface for a few days yet cannot figure
out a way to achieve this. Any suggestions?

On 8/16/06, Alvaro Lopez Ortega <[EMAIL PROTECTED]> wrote:
Fang sun wrote:

> Well, I manged to get out of regular expression magic, the rewrite
> uri won't match again now. :-) Still, I think add a flag to tell
> redir not to do duplicate work on certain rules is a Good Thing(TM).

  When the redir handler rewrites a connection it resets the state of
  the request to its original one and the server try to process it
  again right from the beginning (matching it with your configuration
  entries).

  So, as far as you have that in mind, there should not be any kind of
  problems. In fact, IMHO that is the most natural way in which we
  could implement it.

  Anyway, I'm glad to see you managed to solve the problem. :-)

--
Greetings, alo.
http://www.alobbs.com

_______________________________________________
Cherokee mailing list
[email protected]
http://www.0x50.org/cgi-bin/mailman/listinfo/cherokee

Reply via email to