Search squid archive

Re: Troubles with cachemgr.cgi

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



tis 2007-01-30 klockan 17:42 +0100 skrev Roberto Navarro -
Tusprofesionales, SL:

> http_access allow AuthorizedUsers
> http_access allow manager localhost
> http_access allow manager apache
> http_access deny manager !localhost !apache
> http_access deny !Safe_ports
> http_access deny CONNECT !SSL_ports
> http_access allow our_networks
> http_access allow localhost
> http_access deny all


The troble is the order of your http_access lines.. Squid reads them
top-down.

Should be something like

http_access allow manager localhost
http_access allow manager apache
http_access deny manager
http_access deny !Safe_ports
hhttp_access deny CONNECT !SSL_ports
http_access allow our_networks AuthorizedUsers
hhttp_access allow localhost
hhttp_access deny all


Regards
Henrik

Attachment: signature.asc
Description: Detta =?ISO-8859-1?Q?=E4r?= en digitalt signerad meddelandedel


[Index of Archives]     [Linux Audio Users]     [Samba]     [Big List of Linux Books]     [Linux USB]     [Yosemite News]

  Powered by Linux