How do I configure my server, so that it does not I have ssi enabled on my web server. I also have a content filter in mod_perl:
PerlOutputFilterHandler Apache::MyFilter How do I configure the server that it does not send requests made by <!--#include virtual directives through my filter? Or how can I check in my filter, that the requests comes from an include. Peter