removing specific warnings in Apache error.log
- by Tereno
Here's my situation. I have a directive that goes something like this:
Options MultiViews FollowSymLinks
I have a location directive where I have
Options +Includes
This causes warning errors in my Apache error log:
mod_include: Options +Includes (or IncludesNoExec) wasn't set, INCLUDES filter removed
These warnings are gone when I add +Includes to my options but I don't want. I want to have the Includes filter removed but without having warning errors.
If there's something unclear, feel free to ask.
Thanks