-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

I'd like to implement WebDAV for all the users on a system without
configuring each individually. Perhaps Apache can't (yet?) do this or
perhaps I'm looking at the problem the wrong way.

The aim is to provide /home/user/private_dav and have it served from the
URL 'http://www.hostname.com/~user/dav/'. What I'd envision is something
along the lines of:

<Directory /home/*/public_html>
  Alias /dav /home/$user/private_dav
</Directory>

<Directory /home/*/private_dav>
  Dav On
  ...
  AuthLDAPURL ldap://...
  Require ldap-user $user
</Directory>

My understanding is that access to the matched wildcard isn't available
from Apache, so the only option I see is to write out each case
individually. Would that be the case?

Thanks,

- --
Jay L. T. Cornwall, http://www.esuna.co.uk/~jay/
PhD Student
Imperial College London
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFHm/YoHnC75cy2zgRAtIgAJ47YSWsGDsI+gBTbIZQHsdf+amIngCfccSu
ByoblP7dNAlGBmZm9NM+U0Y=
=jfrx
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to