Debug Levels
 
Level 0
   Errors and states that cause a significant change in program flow. 
   => Anything that causes a Discon+Retry or a "giveup" message.

Level 1
   Important or inaccessible state information.
   => Connection start, Idle disconnection.

Level 2
   Rare things that cause a minor program flow adjustment.
   => No REST, No PASV, etc.

Level 3
   Errors and useful messages that are slightly too verbose or common
   for 0-2 or don't quite fit in the classifications.
   => Login banner

Level 4
   All remote responses or major results. (Trace results)
   => All "999 Xyzzy" responses received.

Level 5
   All remote commands or major tasks. (Trace jobs)
   => All commands sent to server.

Level 6
   General information that will not be too verbose but is normally a
   little less important. (Trace state)

Level 7
   Similar to level 3 but verbose or not as useful.

Level 8
   Very verbose information that'll probably be useful sometime.

Level 9
   Anything and everything else, debugs that probably won't be useful
   ever again.                                            (unclassified)
-----Original Message-----
From: Brian Burridge [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 16, 2001 12:42 PM
To: [EMAIL PROTECTED]
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