Re: [EMAIL PROTECTED] LocationMatch and DirectoryMatch regex

2006-11-06 Thread Stefano Sasso
2006/11/3, Joshua Slive <[EMAIL PROTECTED]>: No. Sometimes you can use mod_rewrite to enforce similar restrictions, but you can't, in general, use wildcards like that. thanks. I've resolved using mod_rewrite. here the solution: RewriteEngine On RewriteRule ^/(.*) /srv/web/%{LA-U:REMOTE_USER}/

Re: [EMAIL PROTECTED] LocationMatch and DirectoryMatch regex

2006-11-03 Thread Joshua Slive
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: ... DAV On require user $1 # or something like this ... No. Sometimes you can use mod_rewr

[EMAIL PROTECTED] LocationMatch and DirectoryMatch regex

2006-11-03 Thread Stefano Sasso
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 ... DAV On require user customer1 ... ... DAV On require us