Re: disable input and output filters for subfolders

2009-08-01 Thread Mike Barborak
so when i tried the httpd.conf approach i ran into a problem. i added this to my conf file: PerlOptions -InputFilter -OutputFilter but when i ran "apachectl -t" on it i got this syntax error: Invalid per-directory PerlOption: InputFilter so it seems that while PerlOption is allowed at

Re: disable input and output filters for subfolders

2009-08-01 Thread Torsten Foertsch
On Sat 01 Aug 2009, Mike Barborak wrote: > Invalid per-directory PerlOption: InputFilter > > so it seems that while PerlOption is allowed at the directory level, > the InputFilter and OutputFilter options are not. (i actually > couldn't find a relevant section in the docs about that so i am > unsur