Whenever you can, use the Options directive to disable server-side includes. Note that because the default value of Options is All, you should include an Options directive in every Directory clause in your global ACF and in every .htaccess file you write.
BE ABSOLUTELY CERTAIN YOU HAVE DISABLED SERVER-SIDE INCLUDES IN YOUR CGI SCRIPT DIRECTORIES!!!!
Use this directive to prevent any "untrusted" directories (such as users' home directories) from overriding your settings (and thus allowing their friends to execute xterms as nobody with a server-side include or other such horrors).
Return to Access
Configuration Instructions
httpd@ncsa.uiuc.edu