* [Comm] squid Acces Denied
@ 2005-02-15 22:44 Мар'ян Петришин
2005-02-16 7:29 ` Alexey Morsov
0 siblings, 1 reply; 2+ messages in thread
From: Мар'ян Петришин @ 2005-02-15 22:44 UTC (permalink / raw)
To: community
Привет.
Проксик у меня прозрачный.
При попытке посмотреть сайт получаю следующее:
ERROR
The requested URL could not be retrieved while trying to retrieve the URL:
http://google.com.ua/
The following error was encountered:
*Access Denied.
Access control configuration prevents your request from being allowed at this
time. Please contact your service provider if you feel this is incorrect. Your
cache administrator is ...
squid/2.5.STABLE6
В чем же проблемка?
Вот мой конфиг:
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl all src 0.0.0.0/0.0.0.0
acl allowed_hosts src 192.168.50.0/255.255.255.0
http_access deny manager all
http_access allow allowed_hosts
http_access deny all
icp_access allow allowed_hosts
icp_access deny all
miss_access allow allowed_hosts
miss_access deny all
http_port 3128
cache_mem 40 MB
#---------------- Transparent Proxy ---------------------
httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
Большое спасибо за помощь.
_________________________________________________
С уважением, Мар'ян Петришин
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Comm] squid Acces Denied
2005-02-15 22:44 [Comm] squid Acces Denied Мар'ян Петришин
@ 2005-02-16 7:29 ` Alexey Morsov
0 siblings, 0 replies; 2+ messages in thread
From: Alexey Morsov @ 2005-02-16 7:29 UTC (permalink / raw)
To: community
Мар'ян Петришин wrote:
> Вот мой конфиг:
>
> acl manager proto cache_object
> acl localhost src 127.0.0.1/255.255.255.255
> acl all src 0.0.0.0/0.0.0.0
> acl allowed_hosts src 192.168.50.0/255.255.255.0
>
>
> http_access deny manager all
> http_access allow allowed_hosts
> http_access deny all
>
Ты разрешил allowed ходить куда? (при том что следом запретил все) ?
добавь
acl internet dst 0/0
и вместо
http_access allow allowed_host
сделай
http_access allow allowed_hosts internet
>
> icp_access allow allowed_hosts
> icp_access deny all
Ну тут наверное тоже самое ;)
>
>
> miss_access allow allowed_hosts
> miss_access deny all
Не пользовался никогда
>
>
> http_port 3128
> cache_mem 40 MB
А не многова-то 40Мег?
Почитай доки внимательно - это не объем памяти о доперативный кеш....
это немного другое... в итоге у меня при 8мб сквид в памяти до 60мегов
жрет... считай сам сколько он у тебя хавать будет... :)
К тому же на производительность сия цифра влияет не сильно.
Лучше посмотри в доках сквида про настройки кэша (тип хранилища,
алгоритм раздачи хитов... там вообщем все просто) и побольше отдай ему
на дисковый кэщ :)
--
Всего наилучшего,
Системный Администратор ЗАО "ИК "РИКОМ-ТРАСТ"
Алексей Морсов
ICQ: 196766290
Jabber: Samurai@jabber.pibhe.com
http://www.ricom.ru
http://www.fondmarket.ru
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-02-16 7:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-15 22:44 [Comm] squid Acces Denied Мар'ян Петришин
2005-02-16 7:29 ` Alexey Morsov
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git