On Tue, Feb 24, 2009 at 7:44 AM, Krist van Besien <krist.vanbesien@xxxxxxxxx> wrote: > On Tue, Feb 24, 2009 at 12:58 PM, Roman Medina-Heigl Hernandez > <roman@xxxxxxxxxxx> wrote: >> >> So for instance, accesing to http://isp/stats/ should: >> 1.- Ask for user/pass >> 2.- If the user exists in MySQL table (and password is ok), the path >> (associated to that user) should be retrieved from the same table. Let's >> say we have user "Tom" with path "/home/Tom". >> 3.- Finally Apache should serve /home/Tom/stats/. >> >> Is this achievable? > > Achievable, but not in a trivial way. How you solve this also depends > on how fast this has to be. What you could do for example is > periodically export the user-path pairs to a DBM file, and us that as > a RewriteMap. That will be pretty fast, but changes to the MySQL table > will not reflect on your website immediately. This is a good idea, alternatively RewriteMap program would be lower performance but could look at the live data -- Eric Covener covener@xxxxxxxxx --------------------------------------------------------------------- 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