Clifford Lang <[EMAIL PROTECTED]> wrote:
>I have a static site now where users can create new sites (user home
>directories) very easily, but the growth is going to kill me and my
>filesystem (to many subdirectories).
>
>I would like to build a 100% DB contained web site.  Meaning all users home
>directories, files etc.. exists within a database.  Any examples or places
>to look would be greatly appreciated.  
>
>The areas I'm having conceptual trouble with is mainly the *.conf files. 
>How do I accomplish the same actions as below with a static conf file?
>(without restarting the server every time a new user is added)

I would write my own PerlAcessHandler and PerlAuthenHandler that would base 
its authentication/authorization on the URL.  If you needed further 
customization of the authentication/authorization, you could tie your module's 
configuration to the user in the database.

Implementation is left as an exercise to the reader.
-- 
James Smith <[EMAIL PROTECTED]>, 409-862-3725
Texas A&M CIS Operating Systems Group, Unix

Reply via email to