<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
Not fully implemented. Currently, allows clients to use POST scripts.
Closing directive:
</Limit>
Only the following directives are allowed inside Limit sections:
<Limit GET> order deny,allow deny from all allow from .ncsa.uiuc.edu require group sdg </Limit>The only clients allowed to use the
GET
method in this
directory must be from ncsa.uiuc.edu, and authenticate to group sdg.
Return to access configuration overview
httpd@ncsa.uiuc.edu