To disable OPTIONS, just add the Limit block to the default Directoy block in httpd.conf:
<Directory /> AllowOverride none Require all denied <Limit OPTIONS> Require all denied </Limit> </Directory>