Hi all,

I'm working on some module and found that my filter procedure gets executed
twice for each request.
Well, not just mine, but all filters do if you put something like following
in the config file:

AddHandler server-parsed .shtml
<Files *.shtml>
    SetOutputFilter INCLUDES
</Files>

Each .shtml file will be parsed twice :o)

I don't know if that's the bug, It's not a feature I'm sure :-)
Putting something like that in the config will double the response time.


MT.

Reply via email to