On 11/3/06, Stefano Sasso <[EMAIL PROTECTED]> wrote:

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>

No.  Sometimes you can use mod_rewrite to enforce similar
restrictions, but you can't, in general, use wildcards like that.

Joshua.

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