AW: Filter function is called three times

2007-10-10 Thread Sven Kägi
Hi again, Thanks for your hints. If the request is for a directory, you may see three separate requests, each one ending in the DirectoryIndex options (e.g. /dir/index.html /dir/index.htm, /dir/index.cgi, etc). These are typically subrequests that a single request generates if the request

Filter function is called three times

2007-10-09 Thread Sven Kägi
Hi all, I'm just trying to write my first Module (actually a filter) for Apache and made an observation I can't explain. I have now made an empty skeleton that has some dummy configuration and a callback function for my filter that I registered as follows: static void register_hooks(apr_pool_t