"If you enable both of the configuration settings SymLinksIfOwnerMatch
and FollowSymLinks, Apache will be vulnerable to a race condition through symlinks. This symlink vulnerability allows a malicious user to serve files from anywhere on a server that has not been protected by strict OS-level permissions."
So i not only did the suggested fix for this using mod_ruid and jailshell but i also have both SymLinkIfOwnerMatch and FollowSymLinks disabled.
I notice that you use FollowSymLinks in your "out of the box" htaccess file.
Can you tell me what affect this will have on my sites since i have these both disabled server side?
Thanks