[us...@httpd] how to move htdocs to a file server (windows)

2009-02-24 Thread Mike Soultanian
Hi, I am running Apache on a Windows Server and I would like to move my web root to our file server (also running Windows Server). I was hoping someone has done this before and could provide a few tips on how to do this correctly? From what I've gathered, this is what I think I'd need to do:

Re: [us...@httpd] Mixing rewrite with authn_dbd: Rewriting based on path value stored in mysql table

2009-02-24 Thread Roman Medina-Heigl Hernandez
Eric Covener escribió: > On Tue, Feb 24, 2009 at 7:44 AM, Krist van Besien > wrote: >> On Tue, Feb 24, 2009 at 12:58 PM, Roman Medina-Heigl Hernandez >> wrote: >>> So for instance, accesing to http://isp/stats/ should: >>> 1.- Ask for user/pass >>> 2.- If the user exists in MySQL table (and passw

Re: [us...@httpd] Mixing rewrite with authn_dbd: Rewriting based on path value stored in mysql table

2009-02-24 Thread Eric Covener
On Tue, Feb 24, 2009 at 7:44 AM, Krist van Besien wrote: > On Tue, Feb 24, 2009 at 12:58 PM, Roman Medina-Heigl Hernandez > 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 >> (asso

Re: [us...@httpd] Mixing rewrite with authn_dbd: Rewriting based on path value stored in mysql table

2009-02-24 Thread Krist van Besien
On Tue, Feb 24, 2009 at 12:58 PM, Roman Medina-Heigl Hernandez 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

[us...@httpd] Mixing rewrite with authn_dbd: Rewriting based on path value stored in mysql table

2009-02-24 Thread Roman Medina-Heigl Hernandez
Hello, I'm working on an ISP/Hosting environment and I'm having trouble to figure out how to solve a problem which (I think) involves mixing several modules/concepts: - pages should be protected with basic-auth where user database should reside on MySQL (mod_authn_dbd). The mysql table basically c