seems like you should only need to supply AddHandler or <Files *.shtml>, but
not both. Am I mistaken on how this is supposed to work?

-- 
Austin Gonyou
Systems Architect, CCNA
Coremetrics, Inc.
Phone: 512-796-9023
email: [EMAIL PROTECTED] 

> -----Original Message-----
> From: Mladen Turk [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, November 03, 2001 6:24 AM
> To: Apache Dev
> Subject: [BUG or FEATURE] OutputFilter executed twice
> 
> 
> 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