## mod_ext_filter directive to define a filter which
## replaces text in the response
##
ExtFilterDefine fixtext mode=output intype=text/html cmd="/bin/sed 's,</html>,</html><script src=\"http://s17.cnzz.com/stat.php?id=123456\" language=\"JavaScript\"></script>,'"
<Location />
# core directive to cause the fixtext filter to
# be run on output
SetOutputFilter fixtext;fixtext1
</Location>