acidrain
Executive Member
- Joined
- Jan 7, 2007
- Messages
- 5,975
Squid User registration via WebUI?
Evening all,
I'm looking for some help on trying to setup a webpage where users can self-register themselves to my squid proxy.
Currently I'm doing it manually via apache's htpasswd where the userdb is located in /etc/squid/squid_passwd
I have recently gotten some requests to be added while I have been away so would like to setup some sort of self-registration via a user-friendly web-front to eliminate the need for people to wait.
The types of actions I want to allow the user is obviously add/remove/edit. Any help in this regard will be greatly appreciated.
Thanks in advance.

Evening all,
I'm looking for some help on trying to setup a webpage where users can self-register themselves to my squid proxy.
Currently I'm doing it manually via apache's htpasswd where the userdb is located in /etc/squid/squid_passwd
Code:
htpasswd /etc/squid/squid_passwd [username]
I have recently gotten some requests to be added while I have been away so would like to setup some sort of self-registration via a user-friendly web-front to eliminate the need for people to wait.
The types of actions I want to allow the user is obviously add/remove/edit. Any help in this regard will be greatly appreciated.
Thanks in advance.
Last edited: