I am seeing the following error appear numerous times in my Apache error log:
Quote:
[... Jan 19 17:10:55 2014] [client 101.226.89.117] Directory index forbidden by Options directive: /var/www/vhosts/ayrshireminis.com/web/scripts/jquery/plugins/cloud-zoom/
I have my Apache config configured as below, so I would expect indexing not to occur on this directory as it falls under the parent /web directory.
Quote:
<Directory "/var/www/vhosts/ayrshireminis.com/web/">
AllowOverride None
Allow From All
Options -Indexes
...
</Directory>
Strangely all the IP address, including this example, all originate in China - so I don't know if it is some strange screen-scraping software that is scraping my site.
I have the CloudZoom path in my source, but there are about 6-10 other jQuery plugins in the same directory that do not show up the same error in the logs.