logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: WebDAV: Give read only access to an authenticated user.
Author
kola4543



Joined: 24 Oct 2023
Posts: 1

PostPosted: Tue 24 Oct '23 22:46    Post subject: WebDAV: Give read only access to an authenticated user. Reply with quote

I have recently started using apache web server and i can't seem to figure out how to give an authenticated user read only access to the WebDAV share in apache,i know by default unauthenticated users get read only access but i want it specifically for authenticated users.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7294
Location: Germany, Next to Hamburg

PostPosted: Wed 25 Oct '23 8:16    Post subject: Reply with quote

It is LimitExcept and Limit[1] see https://httpd.apache.org/docs/2.4/mod/mod_dav.html#example


[1] https://httpd.apache.org/docs/2.4/mod/core.html#limit
Back to top


Reply to topic   Topic: WebDAV: Give read only access to an authenticated user. View previous topic :: View next topic
Post new topic   Forum Index -> Apache