DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10147>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10147

Broken ExtFilterOptions DebugLevel





------- Additional Comments From [EMAIL PROTECTED]  2002-06-22 14:54 -------
I wasn't able to reproduce the lost filter definition when using this 
configuration:

<Directory /photo>
DirectoryIndex index.cgi
Options Indexes ExecCGI
AddHandler cgi-script .cgi

SetOutputFilter sed-replace
ExtFilterOptions DebugLevel=9
</Directory>

ExtFilterDefine sed-replace cmd="/bin/sed 's/photos/picurs/g'"

(I didn't see any output at the client because sed got confused by the single
quotes.  When I remove the single quotes it works fine.)

Can you spot something about my testcase which is inconsistent with your
description, or can you perhaps supply a set of minimal changes to the
default httpd-std.conf which would expose the problem?

Thanks so much!

(Certainly I need to update the doc to describe quoting issues like this!!)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to