Проблемы с установкой, настройкой и работой системных и сетевых программ.
Модераторы: GRooVE, alexco
Правила форума
Убедительная просьба юзать теги [code] при оформлении листингов.
Сообщения не оформленные должным образом имеют все шансы быть незамеченными.
-
sk0tch
- рядовой
- Сообщения: 16
- Зарегистрирован: 2008-02-15 17:33:07
Непрочитанное сообщение
sk0tch » 2008-03-24 10:44:16
Здраствуйте. Возникла следующая проблема после настройки страницы открываются, но вот запросы(например поиск) не выполняюстся. Что делать???
FreeBSD 7.0-RELEASE, Squid 2.6.STABLE16+ICAP
squid.conf
Код: Выделить всё
auth_param basic children 5
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hours
auth_param basic casesensitive off
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl to_localhost dst 127.0.0.0/8
acl SSL_ports port 443 563
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 22 # ssh
acl Safe_ports port 443 563 # https
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535 # unregistered ports
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl Safe_ports port 110 # pop3
acl Safe_ports port 25 # smtp
acl CONNECT method CONNECT
acl glavk src 10.87.155.2-10.87.155.29
acl uit dst 10.87.0.31 10.87.0.220
acl all_dst dst 0.0.0.0/0.0.0.0
http_access allow localhost
http_access allow glavk
http_access deny all
miss_access allow all
ident_lookup_access allow all
http_port 3128
cache_peer 172.20.0.1 parent 3128 3130 no-query default
acl QUERY urlpath_regex cgi-bin \\?
cache deny QUERY
cache_dir ufs /usr/local/squid/cache 300 16 256
access_log /usr/local/squid/logs/access.log squid
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern . 0 20% 4320
global_internal_static off
error_directory /usr/local/etc/squid/errors/Russian-1251
never_direct deny uit
never_direct allow all_dst
dns_nameservers 172.20.0.1
memory_pools off
forwarded_for off
coredump_dir /usr/local/squid/cache
sk0tch
-
Хостинг HostFood.ru
-
Хостинг HostFood.ru
Тарифы на хостинг в России, от 12 рублей:
https://www.host-food.ru/tariffs/hosting/
Тарифы на виртуальные сервера (VPS/VDS/KVM) в РФ, от 189 руб.:
https://www.host-food.ru/tariffs/virtualny-server-vps/
Выделенные сервера, Россия, Москва, от 2000 рублей (HP Proliant G5, Intel Xeon E5430 (2.66GHz, Quad-Core, 12Mb), 8Gb RAM, 2x300Gb SAS HDD, P400i, 512Mb, BBU):
https://www.host-food.ru/tariffs/vydelennyi-server-ds/
Недорогие домены в популярных зонах:
https://www.host-food.ru/domains/
-
Alex Keda
- стреляли...
- Сообщения: 35465
- Зарегистрирован: 2004-10-18 14:25:19
- Откуда: Made in USSR
-
Контактная информация:
Непрочитанное сообщение
Alex Keda » 2008-03-24 10:45:22
в логах что
Убей их всех! Бог потом рассортирует...
Alex Keda
-
sk0tch
- рядовой
- Сообщения: 16
- Зарегистрирован: 2008-02-15 17:33:07
Непрочитанное сообщение
sk0tch » 2008-03-24 10:53:44
cache.log
Код: Выделить всё
2008/03/24 09:16:32| Starting Squid Cache version 2.6.STABLE16+ICAP for i386-portbld-freebsd7.0...
2008/03/24 09:16:32| Process ID 650
2008/03/24 09:16:32| With 11072 file descriptors available
2008/03/24 09:16:32| Using kqueue for the IO loop
2008/03/24 09:16:32| DNS Socket created at 0.0.0.0, port 59453, FD 5
2008/03/24 09:16:32| Adding nameserver 172.20.0.1 from squid.conf
2008/03/24 09:16:32| Referer logging is disabled.
2008/03/24 09:16:32| Unlinkd pipe opened on FD 10
2008/03/24 09:16:32| Swap maxSize 307200 KB, estimated 23630 objects
2008/03/24 09:16:32| Target number of buckets: 1181
2008/03/24 09:16:32| Using 8192 Store buckets
2008/03/24 09:16:32| Max Mem size: 8192 KB
2008/03/24 09:16:32| Max Swap size: 307200 KB
2008/03/24 09:16:32| Rebuilding storage in /usr/local/squid/cache (DIRTY)
2008/03/24 09:16:32| Using Least Load store dir selection
2008/03/24 09:16:32| Set Current Directory to /usr/local/squid/cache
2008/03/24 09:16:32| Loaded Icons.
2008/03/24 09:16:33| Accepting proxy HTTP connections at 0.0.0.0, port 3128, FD 12.
2008/03/24 09:16:33| Accepting ICP messages at 0.0.0.0, port 3130, FD 13.
2008/03/24 09:16:33| Accepting SNMP messages on port 3401, FD 14.
2008/03/24 09:16:33| WCCP Disabled.
2008/03/24 09:16:33| Configuring Parent 172.20.0.1/3128/3130
2008/03/24 09:16:33| /usr/local/squid/logs/squid.pid: (1) Operation not permitted
2008/03/24 09:16:33| WARNING: Could not write pid file
2008/03/24 09:16:33| Ready to serve requests.
2008/03/24 09:16:33| Done reading /usr/local/squid/cache swaplog (266 entries)
2008/03/24 09:16:33| Finished rebuilding storage from disk.
2008/03/24 09:16:33| 234 Entries scanned
2008/03/24 09:16:33| 0 Invalid entries.
2008/03/24 09:16:33| 0 With invalid flags.
2008/03/24 09:16:33| 234 Objects loaded.
2008/03/24 09:16:33| 0 Objects expired.
2008/03/24 09:16:33| 32 Objects cancelled.
2008/03/24 09:16:33| 0 Duplicate URLs purged.
2008/03/24 09:16:33| 0 Swapfile clashes avoided.
2008/03/24 09:16:33| Took 0.8 seconds ( 310.0 objects/sec).
2008/03/24 09:16:33| Beginning Validation Procedure
2008/03/24 09:16:33| Completed Validation Procedure
2008/03/24 09:16:33| Validated 202 Entries
2008/03/24 09:16:33| store_swap_size = 1170k
2008/03/24 09:16:33| storeLateRelease: released 0 objects
store.log
Код: Выделить всё
1206350331.640 RELEASE -1 FFFFFFFF 030A6078D8CF584B8A06099228B229D3 503 1206350330 0 1206350330 text/html 995/995 GET http://www.yandex.ru/yandsearch?
access.log
Код: Выделить всё
1206350331.640 113493 10.87.155.14 TCP_MISS/503 1325 GET http://www.yandex.ru/yandsearch? - DIRECT/77.88.21.11 text/html
sk0tch
-
Alex Keda
- стреляли...
- Сообщения: 35465
- Зарегистрирован: 2004-10-18 14:25:19
- Откуда: Made in USSR
-
Контактная информация:
Непрочитанное сообщение
Alex Keda » 2008-03-27 15:21:08
и чё было
Убей их всех! Бог потом рассортирует...
Alex Keda
-
sk0tch
- рядовой
- Сообщения: 16
- Зарегистрирован: 2008-02-15 17:33:07
Непрочитанное сообщение
sk0tch » 2008-03-27 16:51:04
выключил опцию nonhierarhical_direct off, чтобы все запросы некешируемые направлялись к родительскому хешу. Все заработало прекрасно.
sk0tch