<Limit meth1 meth2 ... methn>
Each meth is one of the following methods:
GET Allows clients to retrieve documents and execute scripts.
PUT Not Implemented.
POST Allows clients to submit data using Mosaic forms, and any other POST based operations.
Closing directive:
</Limit>
Only the following directives are allowed inside Limit sections:
<Limit GET> order deny,allow deny from all allow from .bargle.com require group chuckers </Limit>The only clients allowed to use the GET method in this directory must be from bargle.com, and authenticate to group chuckers.
Return to access
configuration overview