manage users of SQUID proxy server. Main features are: * manage users access to SQUID - proxy with NTLM, NCSA authorization or IP address * manage prohibition of users to access to URL * manage to rewrite requested URL to graphical resources (banners, counters) * save and build reports of users statistic * switch of users access to SQUID proxy if his traffic quota is off * manage a delay pools for users groups WWW: http://sams.irc.perm.ru/ - Dindin dindin@freebsd.org.ua PR: ports/107102 Submitted by: Denis Barov<dindin@freebsd.org.ua>
36 lines
855 B
Text
36 lines
855 B
Text
|
|
|
|
***********************************************************************
|
|
* INSTALL COMPLETE *
|
|
***********************************************************************
|
|
|
|
If you want setup SAMS database, copy
|
|
%%PREFIX%%/etc/sams.conf.sample to %%PREFIX%%/etc/sams.conf,
|
|
run:
|
|
|
|
# make setup
|
|
|
|
and follow directions.
|
|
|
|
Don't forget to add
|
|
|
|
sams_enable="YES
|
|
|
|
into your /etc/rc.conf.
|
|
|
|
Additionaly you must configure your Apache. For example add:
|
|
|
|
Alias /sams/ "%%PREFIX%%/share/sams/"
|
|
<Directory "%%PREFIX%%/share/sams/">
|
|
AllowOverride AuthConfig
|
|
Options Indexes MultiViews
|
|
Order allow,deny
|
|
Allow from all
|
|
</Directory>
|
|
|
|
into %%PREFIX%%/etc/apache/httpd.conf.
|
|
|
|
NOTE: You need config SQUID with SQUID_DELAY_POOLS to use SAMS.
|
|
**********************************************************************
|
|
|
|
|