Hi everyone,

I have Apache 2.0.35 and Tomcat 4.0.3 installed and running. My question is how do I 
set the Apache 'Options - Directives' in tomcat to generate
'Options -Indexes' for example.

Setting the StaticInterceptor in server.xml doesn't work.
Setting 
    <init-param>
      <param-name>listings</param-name>
      <param-value>false</param-value>
    </init-param>
 
in web.xml doesn't work either. The output generated by Tomcat (auto/mod_jk.conf) 
always has the 'Options Indexes' set for each directory. I need to have Tomcat 
generate 'Options -Indexes' to prevent index listings.

Does any one know how to do this? 

Thanks,
Michael

Reply via email to