On 11/3/06, Stefano Sasso <stesasso@xxxxxxxxx> 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx