Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How does DAV get the username and password from Apache for individual users?

0
Posted

How does DAV get the username and password from Apache for individual users?

0

The same way it restricts access to any other document served by Apache — through standard Apache authentication such as .htaccess files. mod_dav has no built-in authentication, it doesn’t need any — other Apache modules handle all of that (including SSL encryption if you want it). Note that Apache auth (and hence mod_dav) has nothing to do with your standard Unix users and passwords in /etc/passwd — this seems to be a common misconception. —Brendan Quinn (brendan[at]clueful.com.

0

The same way it restricts access to any other document served by Apache — through standard Apache authentication such as .htaccess files. mod_dav has no built-in authentication, it doesn’t need any — other Apache modules handle all of that (including SSL encryption if you want it). Note that Apache auth (and hence mod_dav) has nothing to do with your standard Unix users and passwords in /etc/passwd — this seems to be a common misconception.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123