Wouldn't you know it. Two minutes after I posted this, I figured it out.
 
Although, still not sure what the debug flag is for.
 
Brian
----- Original Message -----
Sent: Monday, April 16, 2001 3:41 PM
Subject: Stopping access to WEB-INF?

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