[geeks] Apache help

David Selders david at malleable.org
Thu Apr 11 21:45:14 CDT 2002


On Thu, Apr 11, 2002 at 09:29:48PM -0500, Bill Bradford wrote:
> Okay, I need to be able to do this:
> 
> 1.  go to http://web.server.machine
> 2.  Have a login / password box pop up
> 3.  login, say as "user1", with user1's password
> 4.  Get redirected to http://server/users/user1 (or whatever directory tree).
> 
> Thoughts on the easiest way to do this?  MUST be password-protected, and
> *cannot* be normal UNIX users so I cant do /~user1.
> 
> Bill
> 
> -- 
> Bill Bradford
> mrbill at mrbill.net
> Austin, TX
> _______________________________________________
> GEEKS:  http://www.sunhelp.org/mailman/listinfo/geeks

Ok... How about PHP with a MySQL backend.  You could use the session features
of PHP to keep track of the logged in user and store the username, password,
and other data.

-- 
David Selders
david at malleable.org
Martinez, Ca



More information about the geeks mailing list