Hi Everyone,
I have some behavior that I can't explain, maybe due to my newness to Apache. I am running version 2.2 and have the following statements. The sitemap.xml request gets correctly translated via the Proxy statement and I get the proper results back. The robots.txt file just tries to return the directory listing and won't actually display the contents of the robots.txt file. I can make a direct connection to the server
10.183.10.207 and it will show me the contents of the robots.txt just fine. When I try to access via the proxy it just tries to show me the directory listing and won't let me into the file. Any thoughts? File permissions are set to 777 for testing purposes, so they should not be the issue. I enabled +Indexes on my welcome.conf and it would allow me to the the directory listing and when I clicked on robots.txt it just showed me the directory listing again.
ProxyPassMatch ^/sitemap.xml [
10.183.10.207:80...]
ProxyPassMatch ^/robots.txt [
10.183.10.207:80...]
Directory index forbidden by Options directive: