Please read these:
http://jakarta.apache.org/site/mail.html
http://jakarta.apache.org/tomcat/faq/tomcatuser.html

and then post your question to the tomcat-user list.

Mark

Jay Hulslander wrote:
I would like to limit access to a directory path that I have in tomcat by domain. I believe I can use the mod_access module with the allow directive to do this. The problem is I don't know what file I need to edit, and I may not have my syntax correct. What I am trying to do is below. Please point me in the right direction.

Thanks,
    Jay\

<Directory /Kuali>
    Order Deny,Allow
    Deny from all
    Allow from cornell.edu
</Directory>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to