Displaying 1 result from an estimated 1 matches for "somefilesomewhere".
2007 Oct 31
2
Managing apache authentication
...? (It works...) Can I "override" as in OO parlance
apache2::site in reahlapache::site instead?
Question 2
==========
We enable webdav on these sites for the client to be able to upload
files. And for this we use the apache settings:
AuthDigestProvider file
AuthUserFile /somefilesomewhere
Which means that we need to create /somefilesomewhere and populate it
using invocations of "htdigest realm username" (which will ask for a
password and store a hash of it in the file it seems).
It would be nice if I can specify a list of domains somewhere, and a
list of users elsewhere,...