Locationmatch; Limit; Limitexcept - Oracle HTTP Server B12255-01 Administrator's Manual

10g release 1 (10.1)
Table of Contents

Advertisement

Scope of Directives
<LocationMatch>
Functions in an identical manner to
specifying regular expressions instead of the tilde form of <Location> with
wildcards in the location specification.
For example:
<LocationMatch "/(extra|special)/data">
matches the URLs that contained the /extra/data or /special/data sub
string.
<Limit>
<Limit method> defines a block according to the HTTP method of the incoming
request. The following example limits the application of the directives that follow
scripts that use the specified method:
<Limit POST PUT OPTIONS>
order deny, allow
deny from all
allow from 127.0.0.192.168
</Limit>
Generally, <Limit> should not be used unless needed. It is useful only for
restricting directives to particular methods. <Limit> is frequently used with other
containers, and it is contained in any of them.
<LimitExcept>
Restrict access controls to all HTTP methods except the named ones.
2-6 Oracle HTTP Server Administrator's Guide
and you should use it for
<Location>

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the HTTP Server B12255-01 and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Http server

Table of Contents