Hi everybody, someone knows if is it possible to work with
regex-variables in LocationMatch or DirectoryMatch?

for exampe, I have this situation:

Alias /dav /srv/webhome

then every user can access via webdav on his own home dir only
<Location /dav/customer1>
...
DAV On
require user customer1
...
</Location>
<Location /dav/customer2>
...
DAV On
require user customer2
...
</Location>

is it possibile to have something similar, but with no need of
restarting apache every time a user is added?
is it possible to have something like:
<LocationMatch /dav/([a-zA-Z0-9]*)/>
...
DAV On
require user $1 # or something like this
...
</LocationMatch>

thanks
Stefano

--
Stefano Sasso
[EMAIL PROTECTED]
Linux User #330315
http://www.gnustile.net.org/

---------------------------------------------------------------------
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