23/07/2004
Did it!
Yeap…Yeap…it’s done. WebDav+mysql auth.
Sample config from apache httpd.conf follows:
<directory /foo/bar/moo>
Dav On
AuthMSFix on
AuthMSFixOnHeader User-Agent "Microsoft.*Webdav"
AuthMSFixMatch "^.*(.*)$" "$1"
AllowOverride None
order allow,deny
allow from all
<limit GET PUT POST DELETE PROPFIND PROPPATCH MKCOL COPY MOVE LOCK UNLOCK>
require user USERNAMEGOESHERE
</limit>
AuthName "THIS IS THE WEBSPACE NAME"
AuthType Basic
AuthMySQLHost host
AuthMySQLUser username
AuthMySQLPassword password
AuthMySQLDB htpasswd
AuthMySQLAuthoritative On
AuthMySQLKeepAlive On
require user USERNAMEGOESHERE
</directory>
I am using mod_AuthMSFix for correcting the webdav probs windows xp sometimes has.
What’s left is to make use of mod_auth_user_dir module.
Probably after vacations. I am leaving on sunday to Zante,Greece
Filed by kargig at 22:06 under General
No Comments | 2,239 views