Allowing only some requests ?

Allowing only some requests ?

am 12.05.2007 14:51:48 von geometris

Hi,
After reading the docs about and , I still cannot
figure out if I can use them to allow only one type of request from
all users and without any authentification.
For instance, if I want to only allow POST requests in the cgi-bin
directory, is this the right way to do ?

Order Allow, Deny
allow from all


deny from all

Re: Allowing only some requests ?

am 12.05.2007 15:14:11 von shimmyshack

On May 12, 1:51 pm, geomet...@fastmail.fm wrote:
> Hi,
> After reading the docs about and , I still cannot
> figure out if I can use them to allow only one type of request from
> all users and without any authentification.
> For instance, if I want to only allow POST requests in the cgi-bin
> directory, is this the right way to do ?
>
> Order Allow, Deny
> allow from all
>
>
> deny from all
>

>


yes,
Limit is shorthand for "limit the configuration to the following
verbs"
LimitExcept means "limit the config to the all but the following
verbs"