Control access to WebDav/Apache using Python
问题 I want to give users access to WebDav using Apache, but I want to autenticate them first and give each user access to a specific folder. All authentication must be done against a Django-based database. I can get the Django-authentication working myself, but I need help with the part where I authenticate each user and provide them with a dedicated webdav user-specific area. Any hints? 回答1: You might find that the apache mod_authn_dbd module gives you what you want. This module lets apache