removing specific warnings in Apache error.log

Posted by Tereno on Server Fault See other posts from Server Fault or by Tereno
Published on 2009-11-17T23:52:56Z Indexed on 2010/04/20 16:03 UTC
Read the original article Hit count: 239

Filed under:
|

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

© Server Fault or respective owner

Related posts about apache

Related posts about error