I see in my mod_jk.conf-auto (which I can't edit of course) that I can put:
<Location "/test/WEB-INF/>
    AllowOverride None
    deny from all
</Location>
 
But where can I add that since I can't modify that conf-auto file? Can I put that in my Host tag?
 
 <Host name="www.site.com">
  <Context path=""
   docBase="/www/htdocs/site"
   debug="0"
   reloadable="true">
  </Context>
 </Host>
Also, what does debug mean, and what are the options to set it at?
 
Brian

Reply via email to