|
|
|
Не работает Squid
|
|||
|---|---|---|---|
|
#18+
Установил Ubuntu 11.04, затем через центр установки ПО скачал и установил прокси сервер squid 2.7.STABLE9-2.1ubuntu6 вместе с утилитой для его администрирования (через графическую оболочку) GADMIN-SQUID и фильтром контента DansGuardian. Сначала squid работал, на соседних компьютерах в локальной сети в браузере выполнил нужные настройки, но только страницы не открывались, выдавалось сообщение Access Denied. Доступ разрешил всем и вся. Вот что в access.log 1313669309.130 0 192.168.0.113 TCP_DENIED/403 1522 GET http://suggest.yandex.ru/suggest-ya.cgi? - NONE/- text/html 1313670448.103 0 192.168.0.3 TCP_DENIED/403 1468 GET http://ya.ru/ - NONE/- text/html После неудачной попытки исправить ситуацию squid вообще перестал нормально запускаться, видимо даже порт 3128 закрыт (на соседних компьютерах сообщение "Прокси-сервер отказывается принимать соединения"). Вот весь файл /etc/squid/squid.conf http_port 0.0.0.0:3128 visible_hostname host.example.org mail_from squid@example.org client_netmask 255.255.255.255 snmp_incoming_address 0.0.0.0 snmp_outgoing_address 255.255.255.255 udp_incoming_address 0.0.0.0 udp_outgoing_address 255.255.255.255 icp_port 3130 proxy-only cache_replacement_policy lru memory_replacement_policy lru cache_dir ufs /var/spool/squid 100 16 256 hierarchy_stoplist cgi-bin ? access_log /var/log/squid/access.log squid cache_log /var/log/squid/cache.log cache_store_log /var/log/squid/store.log pid_filename /var/run/squid.pid hosts_file /etc/hosts icon_directory /usr/share/squid/icons error_directory /usr/share/squid/errors/en diskd_program /usr/lib/squid/diskd-daemon unlinkd_program /usr/lib/squid/unlinkd debug_options ALL,1 ftp_user Squid@ uri_whitespace strip cache_effective_user squid cache_effective_group squid cache_mgr root mail_program mail umask 027 announce_host tracker.ircache.net as_whois_server whois.ra.net wccp_address 0.0.0.0 wccp2_address 0.0.0.0 wccp_router 0.0.0.0 store_dir_select_algorithm least-load coredump_dir /var/spool/squid icp_query_timeout 0 maximum_icp_query_timeout 2000 mcast_icp_query_timeout 2000 dead_peer_timeout 10 seconds forward_timeout 4 minutes connect_timeout 1 minutes peer_connect_timeout 30 seconds read_timeout 15 minutes request_timeout 5 minutes persistent_request_timeout 1 minutes pconn_timeout 120 seconds ident_timeout 10 seconds dns_timeout 2 minutes dns_retransmit_interval 5 seconds snmp_port 0 cache_mem 8 MB cache_swap_low 90 cache_swap_high 95 maximum_object_size 4096 KB minimum_object_size 0 KB maximum_object_size_in_memory 8 KB ipcache_size 1024 ipcache_low 90 ipcache_high 95 fqdncache_size 1024 ftp_list_width 32 memory_pools_limit 5 MB request_header_max_size 20 KB request_body_max_size 0 KB quick_abort_min 16 KB quick_abort_max 16 KB quick_abort_pct 95 read_ahead_gap 16 KB negative_ttl 5 minutes positive_dns_ttl 6 seconds negative_dns_ttl 1 seconds range_offset_limit 0 KB client_lifetime 1 day shutdown_lifetime 30 seconds reply_header_max_size 20 KB announce_period 50 seconds announce_port 3131 logfile_rotate 0 tcp_recv_bufsize 0 bytes minimum_direct_hops 4 minimum_direct_rtt 400 store_avg_object_size 13 KB store_objects_per_bucket 20 netdb_low 900 netdb_high 1000 netdb_ping_period 5 minutes maximum_single_addr_tries 1 wccp_version 4 wccp2_forwarding_method 1 wccp2_return_method 1 wccp2_assignment_method 1 wccp2_service standard 0 wccp2_weight 10000 max_open_disk_fds 0 digest_bits_per_entry 5 digest_rebuild_period 1 seconds digest_rewrite_period 1 seconds digest_swapout_chunk_size 4096 bytes digest_rebuild_chunk_percentage 10 high_response_time_warning 0 high_page_fault_warning 0 high_memory_warning 60 MB sleep_after_fork 0 minimum_expiry_time 60 seconds authenticate_cache_garbage_interval 1 seconds authenticate_ttl 1 seconds authenticate_ip_ttl 20 seconds check_hostnames on dns_defnames off emulate_httpd_log off log_ip_on_direct on log_mime_hdrs off log_fqdn off ftp_passive on ftp_sanitycheck on ftp_telnet_protocol on allow_underscore on memory_pools on half_closed_clients on httpd_suppress_version_string off via on forwarded_for on log_icp_queries on client_db on icp_hit_stale off query_icmp off test_reachability off buffered_logs off reload_into_ims off global_internal_static on short_icon_urls off offline_mode off nonhierarchical_direct on prefer_direct off strip_query_terms on redirector_bypass off ignore_unknown_nameservers on client_persistent_connections on server_persistent_connections on persistent_connection_after_error off detect_broken_pconn off balance_on_multiple_ip on pipeline_prefetch off request_entities off ie_refresh off vary_ignore_expire off relaxed_header_parser on retry_on_error off wccp2_rebuild_wait on digest_generation on acl our_networks src 192.168.0.0/24 192.168.1.0/24 10.8.0.0/32 acl localhost src 127.0.0.1/32 acl to_localhost dst 127.0.0.0/8 acl manager proto cache_object acl QUERY urlpath_regex cgi-bin \? acl apache rep_header Server ^Apache acl SSL_ports port 443 acl Safe_ports port 80 # http acl Safe_ports port 21 # ftp acl Safe_ports port 443 # 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 CONNECT method CONNECT acl all src 192.168.0.0/24 192.168.1.0/24 10.8.0.0/32 acl Safe_ports port 3128 http_access allow localhost http_access allow our_networks http_reply_access allow all icp_access allow all miss_access allow all http_access allow !Safe_ports http_access allow CONNECT !SSL_ports http_access allow to_localhost ident_lookup_access allow all cache allow QUERY snmp_access allow all Подскажите, пожалуйста, ошибку. ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 18.08.2011, 17:33 |
|
||
|
Не работает Squid
|
|||
|---|---|---|---|
|
#18+
А в логах-то что? (кроме access.log) ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 18.08.2011, 17:37 |
|
||
|
Не работает Squid
|
|||
|---|---|---|---|
|
#18+
miksoftА в логах-то что? (кроме access.log) В каких именно логах? cache.log 2011/08/18 19:02:44| Starting Squid Cache version 2.7.STABLE9 for i386-debian-linux-gnu... 2011/08/18 19:02:44| Process ID 4725 2011/08/18 19:02:44| With 1024 file descriptors available 2011/08/18 19:02:44| Using epoll for the IO loop 2011/08/18 19:02:44| DNS Socket created at 0.0.0.0, port 40616, FD 6 2011/08/18 19:02:44| Adding domain fl.zsttk.ru from /etc/resolv.conf 2011/08/18 19:02:44| Adding domain fl.zsttk.ru from /etc/resolv.conf 2011/08/18 19:02:44| Adding nameserver 192.168.0.2 from /etc/resolv.conf 2011/08/18 19:02:44| User-Agent logging is disabled. 2011/08/18 19:02:44| Referer logging is disabled. 2011/08/18 19:02:44| logfileOpen: opening log /var/log/squid/access.log 2011/08/18 19:02:44| Unlinkd pipe opened on FD 11 2011/08/18 19:02:44| Swap maxSize 102400 + 8192 KB, estimated 8507 objects 2011/08/18 19:02:44| Target number of buckets: 425 2011/08/18 19:02:44| Using 8192 Store buckets 2011/08/18 19:02:44| Max Mem size: 8192 KB 2011/08/18 19:02:44| Max Swap size: 102400 KB 2011/08/18 19:02:44| Local cache digest enabled; rebuild/rewrite every 3600/3600 sec 2011/08/18 19:02:44| logfileOpen: opening log /var/log/squid/store.log 2011/08/18 19:02:44| Rebuilding storage in /var/spool/squid (DIRTY) 2011/08/18 19:02:44| Using Least Load store dir selection 2011/08/18 19:02:44| Set Current Directory to /var/spool/squid 2011/08/18 19:02:44| Loaded Icons. 2011/08/18 19:02:44| Accepting proxy HTTP connections at 0.0.0.0, port 3128, FD 12. 2011/08/18 19:02:44| Accepting ICP messages at 0.0.0.0, port 3130, FD 14. 2011/08/18 19:02:44| HTCP Disabled. 2011/08/18 19:02:44| WCCP Disabled. 2011/08/18 19:02:44| Ready to serve requests. 2011/08/18 19:02:44| Done scanning /var/spool/squid (0 entries) 2011/08/18 19:02:44| Finished rebuilding storage from disk. 2011/08/18 19:02:44| 0 Entries scanned 2011/08/18 19:02:44| 0 Invalid entries. 2011/08/18 19:02:44| 0 With invalid flags. 2011/08/18 19:02:44| 0 Objects loaded. 2011/08/18 19:02:44| 0 Objects expired. 2011/08/18 19:02:44| 0 Objects cancelled. 2011/08/18 19:02:44| 0 Duplicate URLs purged. 2011/08/18 19:02:44| 0 Swapfile clashes avoided. 2011/08/18 19:02:44| Took 0.5 seconds ( 0.0 objects/sec). 2011/08/18 19:02:44| Beginning Validation Procedure 2011/08/18 19:02:44| Completed Validation Procedure 2011/08/18 19:02:44| Validated 0 Entries 2011/08/18 19:02:44| store_swap_size = 0k 2011/08/18 19:02:45| storeLateRelease: released 0 objects 2011/08/18 20:08:29| Preparing for shutdown after 76 requests 2011/08/18 20:08:29| Waiting 30 seconds for active connections to finish 2011/08/18 20:08:29| FD 12 Closing HTTP connection 2011/08/18 20:08:29| Shutting down... 2011/08/18 20:08:29| FD 14 Closing ICP connection 2011/08/18 20:08:29| Closing unlinkd pipe on FD 11 2011/08/18 20:08:29| storeDirWriteCleanLogs: Starting... 2011/08/18 20:08:29| Finished. Wrote 0 entries. 2011/08/18 20:08:29| Took 0.0 seconds ( 0.0 entries/sec). CPU Usage: 0.204 seconds = 0.100 user + 0.104 sys Maximum Resident Size: 19488 KB Page faults with physical i/o: 0 Memory usage for squid via mallinfo(): total space in arena: 2112 KB Ordinary blocks: 2071 KB 6 blks Small blocks: 0 KB 6 blks Holding blocks: 280 KB 1 blks Free Small blocks: 0 KB Free Ordinary blocks: 40 KB Total in use: 2351 KB 98% Total free: 41 KB 2% 2011/08/18 20:08:29| logfileClose: closing log /var/log/squid/store.log 2011/08/18 20:08:29| logfileClose: closing log /var/log/squid/access.log 2011/08/18 20:08:29| Squid Cache (Version 2.7.STABLE9): Exiting normally. store.log 1313669309.130 RELEASE -1 FFFFFFFF 865C23E6466FCEC6616611713C0292B1 403 1313669309 -1 -1 text/html 1207/1207 GET http://suggest.yandex.ru/suggest-ya.cgi?v=3&callback=jsonp1313669570563&part=%D0%BB%D1%80&lr=&yu=1875024271297066012 1313669309.455 RELEASE -1 FFFFFFFF B64112A4B0AB01C10F3898AC3437B082 403 1313669309 -1 -1 text/html 1207/1207 GET http://suggest.yandex.ru/suggest-ya.cgi?v=3&callback=jsonp1313669570564&part=%D0%BB%D1%80%D0%B0%D0%BF&lr=&yu=1875024271297066012 1313669309.457 RELEASE -1 FFFFFFFF ABD7152D5AFE7373E0345D8F79E9BBAA 403 1313669309 -1 -1 text/html 1207/1207 GET http://suggest.yandex.ru/suggest-ya.cgi?v=3&callback=jsonp1313669570565&part=%D0%BB%D1%80%D0%B0%D0%BF&lr=&yu=1875024271297066012 1313669309.751 RELEASE -1 FFFFFFFF 521FEC8892DD2DD2967A337AB66251FA 403 1313669309 -1 -1 text/html 1571/1571 GET http://clck.yandex.ru/jclck/dtype=stred/pid=0/cid=2873/path=firefox.not_shown.p0.nah_not_shown./session=1313669572030/region=/times=/pos=4/ratio=4.4.4/rnd=1313669573678/*data=url%3Dhttp%253A%252F%252Ffirefox.yandex.ru%252F 1313669310.301 RELEASE -1 FFFFFFFF 027D0EA6631C0209CA5BCCDE716A2723 403 1313669310 -1 -1 text/html 1387/1387 GET http://clck.yandex.ru/redir/dtype=stred/pid=132/cid=70422/path=firefox.search.form/rnd=1313669573684/*http://yandex.ru/yandsearch?text=%D0%BB%D1%80%D0%B0%D0%BF&clid=37000 1313669310.832 RELEASE -1 FFFFFFFF 91816F795E08243A9D68CBB41557B4EA 403 1313669310 -1 -1 text/html 1193/1193 GET http://clck.yandex.ru/favicon.ico 1313669312.090 RELEASE -1 FFFFFFFF 16F796C60231E9251C3554D62D54012B 403 1313669312 -1 -1 text/html 1183/1183 POST http://bar-navig.yandex.ru/u 1313669312.186 RELEASE -1 FFFFFFFF B22F460DA8D6316B46A0A9E1F89B7756 403 1313669312 -1 -1 text/html 1199/1199 POST http://backup-bar-navig.yandex.ru/u?pstatus=403 1313669313.730 RELEASE -1 FFFFFFFF 17677ABE2270AFD5F0362AECA4D0B967 403 1313669313 -1 -1 text/html 1193/1193 GET http://clck.yandex.ru/favicon.ico 1313669316.304 RELEASE -1 FFFFFFFF CDDAC112AE293BABD7E5592E6A67CB35 403 1313669316 -1 -1 text/html 1211/1211 GET http://export.yandex.ru/bar/translate.xml?text=was&from=en&to=ru&locale=ru 1313669318.693 RELEASE -1 FFFFFFFF D111972EC4117D63397EA9369F20DBA9 403 1313669318 -1 -1 text/html 1211/1211 GET http://export.yandex.ru/bar/translate.xml?text=prevents&from=en&to=ru&locale=ru 1313669321.554 RELEASE -1 FFFFFFFF 641FF2E9DBE3A9289613A6827FA59DCE 403 1313669321 -1 -1 text/html 1211/1211 GET http://export.yandex.ru/bar/translate.xml?text=prevents&from=en&to=ru&locale=ru 1313669326.008 RELEASE -1 FFFFFFFF C84A324C78B955EB60ED6D0413437783 403 1313669326 -1 -1 text/html 1211/1211 GET http://export.yandex.ru/bar/translate.xml?text=URL&from=en&to=ru&locale=ru 1313669332.663 RELEASE -1 FFFFFFFF 12D7898042D70B668FB907FE05CAE468 403 1313669332 -1 -1 text/html 1211/1211 GET http://export.yandex.ru/bar/translate.xml?text=being&from=en&to=ru&locale=ru 1313669335.835 RELEASE -1 FFFFFFFF 22FE05186D1C6C1A852910C1D57C6FCB 403 1313669335 -1 -1 text/html 1211/1211 GET http://export.yandex.ru/bar/translate.xml?text=time&from=en&to=ru&locale=ru 1313669352.209 RELEASE -1 FFFFFFFF D0F43D534C3CF8FA98ACC49C8C4944A8 403 1313669352 -1 -1 text/html 1211/1211 GET http://export.yandex.ru/bar/translate.xml?text=prevents&from=en&to=ru&locale=ru 1313669353.724 RELEASE -1 FFFFFFFF 6FAD0CEDF3F84631189480DC08343726 403 1313669353 -1 -1 text/html 1211/1211 GET http://export.yandex.ru/bar/translate.xml?text=prevents&from=en&to=ru&locale=ru 1313669388.760 RELEASE -1 FFFFFFFF D8DF623E1482D76FA0E0EFAE58FFBED6 403 1313669388 -1 -1 text/html 1251/1251 POST http://safebrowsing.clients.google.com/safebrowsing/downloads?client=navclient-auto-ffox&appver=3.6.13&pver=2.2&wrkey=AKEgNivkRBDiwBg-F0prGMnxjWSfrbJeBZ1MgNbPvPnEnMjzFLn2fWDEF3fLLgAXRUUDKyPksKEPmbpGHREOMsU9PwSf8zo9gQ== 1313669575.171 RELEASE -1 FFFFFFFF 60A82E75BE030D987A54B7D7C268AFD4 403 1313669575 -1 -1 text/html 1207/1207 GET http://export.yandex.ru/bar/reginfo.xml?region= 1313669758.544 RELEASE -1 FFFFFFFF E5C04DD877CBEDB15050A3C4DC489EEE 403 1313669758 -1 -1 text/html 1387/1387 GET http://clck.yandex.ru/redir/dtype=stred/pid=132/cid=70422/path=firefox.search.form/rnd=1313669573684/*http://yandex.ru/yandsearch?text=%EB%F0%E0%EF&clid=37000 1313669758.907 RELEASE -1 FFFFFFFF 807D56A9A72121FBF67F518BFE0BA44B 403 1313669758 -1 -1 text/html 1183/1183 POST http://bar-navig.yandex.ru/u 1313669758.995 RELEASE -1 FFFFFFFF 580709BF56E8A6FD031538983B7B4D5E 403 1313669758 -1 -1 text/html 1199/1199 POST http://backup-bar-navig.yandex.ru/u?pstatus=403 1313669798.920 RELEASE -1 FFFFFFFF 8448F057418B3749546550A11166DA1B 403 1313669798 -1 -1 text/html 1387/1387 GET http://clck.yandex.ru/redir/dtype=stred/pid=132/cid=70422/path=firefox.search.form/rnd=1313669573684/*http://yandex.ru/yandsearch?text=%EB%F0%E0%EF&clid=37000 1313669799.122 RELEASE -1 FFFFFFFF AFE10CF54E2FF89BB1C31012B90EA935 403 1313669799 -1 -1 text/html 1183/1183 POST http://bar-navig.yandex.ru/u 1313669799.210 RELEASE -1 FFFFFFFF 7BDAF379D2DD3F9726576328899DF8BE 403 1313669799 -1 -1 text/html 1199/1199 POST http://backup-bar-navig.yandex.ru/u?pstatus=403 1313669800.931 RELEASE -1 FFFFFFFF 25B7DC1531DC0203ABBB70CACA817B71 403 1313669800 -1 -1 text/html 1387/1387 GET http://clck.yandex.ru/redir/dtype=stred/pid=132/cid=70422/path=firefox.search.form/rnd=1313669573684/*http://yandex.ru/yandsearch?text=%EB%F0%E0%EF&clid=37000 1313669801.257 RELEASE -1 FFFFFFFF EBD365AF5E5220582AF378EDD8F5F263 403 1313669801 -1 -1 text/html 1183/1183 POST http://bar-navig.yandex.ru/u 1313669801.349 RELEASE -1 FFFFFFFF 80F2A89C696916891A71B8D025476524 403 1313669801 -1 -1 text/html 1199/1199 POST http://backup-bar-navig.yandex.ru/u?pstatus=403 1313669869.811 RELEASE -1 FFFFFFFF BF7054A1919A1CACB92EAD4FCB965D47 403 1313669869 -1 -1 text/html 1171/1171 CONNECT addons.mozilla.org:443 1313669869.824 RELEASE -1 FFFFFFFF 7F5F55DC23EA3D20C2C59102233FFB8E 403 1313669869 -1 -1 text/html 1171/1171 CONNECT download.yandex.ru:443 1313669869.911 RELEASE -1 FFFFFFFF A727868C7B0305E37AC40B29F91D3E49 403 1313669869 -1 -1 text/html 1167/1167 CONNECT go.microsoft.com:443 1313669869.921 RELEASE -1 FFFFFFFF 0C3A801BB3136F95C4C1DAA90F29E923 403 1313669869 -1 -1 text/html 1219/1219 GET http://addons.westbyte.com/dm/dmbar.update.rdf 1313669870.025 RELEASE -1 FFFFFFFF 9F88F8BBDE298FD712EB2F37CD6242A8 403 1313669870 -1 -1 text/html 1197/1197 CONNECT versioncheck.addons.mozilla.org:443 1313669870.030 RELEASE -1 FFFFFFFF 712B65BF4215DD734A1BD87FEED43C3A 403 1313669870 -1 -1 text/html 1167/1167 CONNECT aus2.mozilla.org:443 1313669870.036 RELEASE -1 FFFFFFFF 3457D2C801416B6681EC26D0F874E043 403 1313669870 -1 -1 text/html 1197/1197 CONNECT versioncheck.addons.mozilla.org:443 1313669875.268 RELEASE -1 FFFFFFFF D9419672912D2E302C47692C408A146D 403 1313669875 -1 -1 text/html 1207/1207 GET http://export.yandex.ru/bar/reginfo.xml?region= 1313670093.532 RELEASE -1 FFFFFFFF A255AEBE6CF6B550861BF2D6B73383C7 403 1313670093 -1 -1 text/html 1387/1387 GET http://clck.yandex.ru/redir/dtype=stred/pid=132/cid=70422/path=firefox.search.form/rnd=1313669573684/*http://yandex.ru/yandsearch?text=%EB%F0%E0%EF&clid=37000 1313670093.744 RELEASE -1 FFFFFFFF 6B618D2F5ECBDFA63AA10FC04E96ACA1 403 1313670093 -1 -1 text/html 1183/1183 POST http://bar-navig.yandex.ru/u 1313670093.832 RELEASE -1 FFFFFFFF 577E9FEC788C5DD574D22E21204688AD 403 1313670093 -1 -1 text/html 1199/1199 POST http://backup-bar-navig.yandex.ru/u?pstatus=403 1313670095.280 RELEASE -1 FFFFFFFF 10D5EE91FAB9A90A0E5706CC65D2EBEF 403 1313670095 -1 -1 text/html 1387/1387 GET http://clck.yandex.ru/redir/dtype=stred/pid=132/cid=70422/path=firefox.search.form/rnd=1313669573684/*http://yandex.ru/yandsearch?text=%EB%F0%E0%EF&clid=37000 1313670095.485 RELEASE -1 FFFFFFFF D5D2320D8D0C3D9FCA0C3BED9980187B 403 1313670095 -1 -1 text/html 1183/1183 POST http://bar-navig.yandex.ru/u 1313670095.635 RELEASE -1 FFFFFFFF CB89CEDF8C24924286814306DC2CD469 403 1313670095 -1 -1 text/html 1199/1199 POST http://backup-bar-navig.yandex.ru/u?pstatus=403 1313670097.875 RELEASE -1 FFFFFFFF A4E8AB777D24AD5CA5A4DDB81E1C4688 403 1313670097 -1 -1 text/html 1387/1387 GET http://clck.yandex.ru/redir/dtype=stred/pid=132/cid=70422/path=firefox.search.form/rnd=1313669573684/*http://yandex.ru/yandsearch?text=%EB%F0%E0%EF&clid=37000 1313670098.058 RELEASE -1 FFFFFFFF 05562FB72B95675F639C7D9F73CE9264 403 1313670098 -1 -1 text/html 1183/1183 POST http://bar-navig.yandex.ru/u 1313670098.151 RELEASE -1 FFFFFFFF A16026A97ED616D28BEF9784C583DD3A 403 1313670098 -1 -1 text/html 1199/1199 POST http://backup-bar-navig.yandex.ru/u?pstatus=403 1313670106.242 RELEASE -1 FFFFFFFF 2BF4BBD5BCE9ACEE3C2AF0DDEC7FDB6A 403 1313670106 -1 -1 text/html 1153/1153 GET http://ya.ru/ 1313670106.349 RELEASE -1 FFFFFFFF B0FE9972D2029463A6F3277C06E8890B 403 1313670106 -1 -1 text/html 1175/1175 GET http://ya.ru/favicon.ico 1313670107.641 RELEASE -1 FFFFFFFF 4B39B8BB8B1D10F1A81319DB5DC9AA36 403 1313670107 -1 -1 text/html 1183/1183 POST http://bar-navig.yandex.ru/u 1313670107.726 RELEASE -1 FFFFFFFF 7421B24D30CABEDDFC03B3E7C38EA9AC 403 1313670107 -1 -1 text/html 1199/1199 POST http://backup-bar-navig.yandex.ru/u?pstatus=403 1313670109.323 RELEASE -1 FFFFFFFF 9392FA2B2EA5CE5027D4429C05405105 403 1313670109 -1 -1 text/html 1175/1175 GET http://ya.ru/favicon.ico 1313670357.116 RELEASE -1 FFFFFFFF B96B107C1D8A2A19FDA0DF7D846F4665 403 1313670357 -1 -1 text/html 1153/1153 GET http://ya.ru/ 1313670357.316 RELEASE -1 FFFFFFFF D287D1BF3CF8A36AA516A4AA7B59EBFB 403 1313670357 -1 -1 text/html 1183/1183 POST http://bar-navig.yandex.ru/u 1313670357.442 RELEASE -1 FFFFFFFF 3DC6386BD8A757FDBB7036AAFAD11ED9 403 1313670357 -1 -1 text/html 1199/1199 POST http://backup-bar-navig.yandex.ru/u?pstatus=403 1313670448.103 RELEASE -1 FFFFFFFF 8487EFC1DC48132F891EAFE61EDE6387 403 1313670448 -1 -1 text/html 1153/1153 GET http://ya.ru/ 1313670448.149 RELEASE -1 FFFFFFFF B9AFCD3E4645AB24CAEB0CBEFBAAE0DA 403 1313670448 -1 -1 text/html 1175/1175 GET http://ya.ru/favicon.ico 1313670448.154 RELEASE -1 FFFFFFFF 29FF9EC37AD7DE62C05CB05A4C7DE842 403 1313670448 -1 -1 text/html 1175/1175 GET http://ya.ru/favicon.ico 1313670475.733 RELEASE -1 FFFFFFFF BD4A80ECF7CBD3C8B6A265B0FCDF1602 403 1313670475 -1 -1 text/html 1207/1207 GET http://export.yandex.ru/bar/reginfo.xml?region= 1313670775.775 RELEASE -1 FFFFFFFF 557613CD76409908C299E78E4320FC6F 403 1313670775 -1 -1 text/html 1207/1207 GET http://export.yandex.ru/bar/reginfo.xml?region= 1313670789.043 RELEASE -1 FFFFFFFF 7A356E62F33207B78753E3A500C2DC64 403 1313670789 -1 -1 text/html 1251/1251 POST http://safebrowsing.clients.google.com/safebrowsing/downloads?client=navclient-auto-ffox&appver=3.6.13&pver=2.2&wrkey=AKEgNivkRBDiwBg-F0prGMnxjWSfrbJeBZ1MgNbPvPnEnMjzFLn2fWDEF3fLLgAXRUUDKyPksKEPmbpGHREOMsU9PwSf8zo9gQ== 1313671018.313 RELEASE -1 FFFFFFFF 4B0B0ADCE2DC367DDC4C81C41FEA8587 403 1313671018 -1 -1 text/html 1153/1153 GET http://ya.ru/ 1313671018.570 RELEASE -1 FFFFFFFF DA625AD82AED32541D17BF9624D1DDE2 403 1313671018 -1 -1 text/html 1183/1183 POST http://bar-navig.yandex.ru/u 1313671018.657 RELEASE -1 FFFFFFFF 820BA712FC88FF23AE0072C882C542EF 403 1313671018 -1 -1 text/html 1199/1199 POST http://backup-bar-navig.yandex.ru/u?pstatus=403 1313671021.894 RELEASE -1 FFFFFFFF 65DAFE8EA8165D79761D045213AB945B 403 1313671021 -1 -1 text/html 1153/1153 GET http://ya.ru/ 1313671022.077 RELEASE -1 FFFFFFFF 56B621BD206D5D907EE61A8AB5B9008C 403 1313671022 -1 -1 text/html 1183/1183 POST http://bar-navig.yandex.ru/u 1313671022.168 RELEASE -1 FFFFFFFF DF0E694954AEB38BB80D662A261D5325 403 1313671022 -1 -1 text/html 1199/1199 POST http://backup-bar-navig.yandex.ru/u?pstatus=403 1313671025.275 RELEASE -1 FFFFFFFF 37BB9A6C5977CE3D2D9F9EE1F00E8FE1 403 1313671025 -1 -1 text/html 1153/1153 GET http://ya.ru/ 1313671025.483 RELEASE -1 FFFFFFFF 5F7565213CBA50C98BCFFDB7DE004292 403 1313671025 -1 -1 text/html 1183/1183 POST http://bar-navig.yandex.ru/u 1313671025.572 RELEASE -1 FFFFFFFF A75E399180AA221E750F20E6DAD2DBDA 403 1313671025 -1 -1 text/html 1199/1199 POST http://backup-bar-navig.yandex.ru/u?pstatus=403 1313671069.101 RELEASE -1 FFFFFFFF C44AFC8C5A322A404289FD3B92202CB9 403 1313671069 -1 -1 text/html 1213/1213 POST http://wi2geo.mobile.yandex.net/getlocation 1313671074.760 RELEASE -1 FFFFFFFF 1D68ADFF275EFA0F5F1DF1461C213F80 403 1313671074 -1 -1 text/html 1203/1203 GET http://export.yandex.ru/bar/quotes.xml 1313671075.807 RELEASE -1 FFFFFFFF 1F26892B0F17C16BB1580B579C8025ED 403 1313671075 -1 -1 text/html 1207/1207 GET http://export.yandex.ru/bar/reginfo.xml?region= 1313671375.847 RELEASE -1 FFFFFFFF 5B5C05306D3811326970F988112A35B6 403 1313671375 -1 -1 text/html 1207/1207 GET http://export.yandex.ru/bar/reginfo.xml?region= 1313671669.085 RELEASE -1 FFFFFFFF B54F2D59F8F226F0F606DEF7F62C9506 403 1313671669 -1 -1 text/html 1213/1213 POST http://wi2geo.mobile.yandex.net/getlocation 1313671675.882 RELEASE -1 FFFFFFFF 19851D26D57268E6C8CE3EC7E025D2DD 403 1313671675 -1 -1 text/html 1207/1207 GET http://export.yandex.ru/bar/reginfo.xml?region= 1313671974.781 RELEASE -1 FFFFFFFF 3FA37975338FF92D74F9F7097851EE74 403 1313671974 -1 -1 text/html 1203/1203 GET http://export.yandex.ru/bar/quotes.xml 1313671975.920 RELEASE -1 FFFFFFFF ED0D04243B702915C354F6434C2A037A 403 1313671975 -1 -1 text/html 1207/1207 GET http://export.yandex.ru/bar/reginfo.xml?region= 1313672564.694 RELEASE -1 FFFFFFFF BDF3B2AE15B3D09490A6F4B0848E44B1 200 1313668964 1313668964 1313672564 application/cache-digest 144/144 GET internal://ubuntu-11-1/squid-internal-periodic/store_digest ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 18.08.2011, 17:46 |
|
||
|
Не работает Squid
|
|||
|---|---|---|---|
|
#18+
error log на месте /var/log/messages нет. ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 18.08.2011, 17:48 |
|
||
|
Не работает Squid
|
|||
|---|---|---|---|
|
#18+
Судя по cache.log2011/08/18 20:08:29| Preparing for shutdown after 76 requests 2011/08/18 20:08:29| Waiting 30 seconds for active connections to finish 2011/08/18 20:08:29| FD 12 Closing HTTP connection 2011/08/18 20:08:29| Shutting down... 2011/08/18 20:08:29| FD 14 Closing ICP connection 2011/08/18 20:08:29| Closing unlinkd pipe on FD 11 2011/08/18 20:08:29| storeDirWriteCleanLogs: Starting... 2011/08/18 20:08:29| Finished. Wrote 0 entries. 2011/08/18 20:08:29| Took 0.0 seconds ( 0.0 entries/sec). CPU Usage: 0.204 seconds = 0.100 user + 0.104 sys Maximum Resident Size: 19488 KB Page faults with physical i/o: 0 Memory usage for squid via mallinfo(): total space in arena: 2112 KB Ordinary blocks: 2071 KB 6 blks Small blocks: 0 KB 6 blks Holding blocks: 280 KB 1 blks Free Small blocks: 0 KB Free Ordinary blocks: 40 KB Total in use: 2351 KB 98% Total free: 41 KB 2% 2011/08/18 20:08:29| logfileClose: closing log /var/log/squid/store.log 2011/08/18 20:08:29| logfileClose: closing log /var/log/squid/access.log 2011/08/18 20:08:29| Squid Cache (Version 2.7.STABLE9): Exiting normally.происходит остановка свкида. Кто или что его останавливает - отсюда не видно. ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 18.08.2011, 17:54 |
|
||
|
Не работает Squid
|
|||
|---|---|---|---|
|
#18+
horyzont1error log на местена месте - это как? и что в нем? ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 18.08.2011, 17:55 |
|
||
|
|

start [/forum/topic.php?fid=25&fpage=80&tid=1484062]: |
0ms |
get settings: |
8ms |
get forum list: |
16ms |
check forum access: |
3ms |
check topic access: |
3ms |
track hit: |
158ms |
get topic data: |
9ms |
get forum data: |
2ms |
get page messages: |
39ms |
get tp. blocked users: |
2ms |
| others: | 224ms |
| total: | 464ms |

| 0 / 0 |
