On 10/29/07, Melanie Pfefer <[EMAIL PROTECTED]> wrote:
> hi
>
> Whenever users want to access web server, a username
> and password is required. apache query ldap server.
>
> Is it possible to ask for authentification only on
> WRITE operation? While users who want to read pages
> need not an authentication...

<LimitExcept GET POST OPTIONS>
Require valid-user
</Limit>

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to