Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: user and group account management system for apache |
|
Author |
|
apachedon
Joined: 28 Jul 2012 Posts: 1
|
Posted: Sun 12 Aug '12 3:05 Post subject: user and group account management system for apache |
|
|
Hi Apache masters!!
I'm very new to Apache and have a question about user management.
I have built an application and plan to deploy it on the Amazon cloud. The application will run in web-browsers and be served by a webserver (e.g. Apache).
Since I plan to charge for use of the application, I need some sort of a user management mechanism for subscribers. Is there a third-party package (preferably free) which can be used as a front-end for such a configuration?
I have a few basic requirements:
1) Since there will be organizations which purchase subscriptions, it would be nice to be able to provide an administrator account to manage specific groups of users?
2) The administrator account mentioned in (1) should be able to create user accounts?
3) The administrator account for a group should be limited such that the administrator can only create up to N user accounts where N is a number specific to each group?
Thanks in advance for your answers,
Don |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Mon 13 Aug '12 12:22 Post subject: |
|
|
It would be much easier if your application would to the user managment. Using apache auth would just give a 403 when access is denied and the maintenance would be hard IMHO. Most internet applications like the forum or a wordpress installation do user auth themself and not via apache. |
|
Back to top |
|
|
|
|
|
|