You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
682 B
25 lines
682 B
#Include "@l_prefix@/etc/squidalyser/squidalyser.apache" |
|
# |
|
# Put the above line uncommented into your apache.conf |
|
# |
|
|
|
# configure global document root |
|
DocumentRoot @l_prefix@/share/squidalyser |
|
<Directory "@l_prefix@/share/squidalyser"> |
|
Options FollowSymLinks ExecCGI |
|
AllowOverride none |
|
Order allow,deny |
|
Allow from all |
|
<IfModule mod_dir.c> |
|
DirectoryIndex squidalyser_about.html |
|
</IfModule> |
|
AuthName "Enter username and password for administrativ access:" |
|
AuthType Basic |
|
Require user proxymaster |
|
AuthUserFile "@l_prefix@/etc/squidalyser/squidalyser.passwd" |
|
</Directory> |
|
|
|
<IfModule mod_cgi.c> |
|
AddHandler cgi-script .pl |
|
</IfModule> |
|
|
|
|