<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Linux Forum &mdash; настройка squid и статистика у него]]></title>
	<link rel="self" href="https://linuxforum.ru/extern.php?action=feed&amp;tid=24862&amp;type=atom" />
	<updated>2012-10-24T21:48:41Z</updated>
	<generator>PunBB</generator>
	<id>https://linuxforum.ru/viewtopic.php?id=24862</id>
		<entry>
			<title type="html"><![CDATA[Re: настройка squid и статистика у него]]></title>
			<link rel="alternate" href="https://linuxforum.ru/viewtopic.php?pid=305900#p305900" />
			<content type="html"><![CDATA[<p>Ну если резать сайты через вебку то тока Самс, ну или Webmin, он кажысь такое умеет.</p>]]></content>
			<author>
				<name><![CDATA[kisil]]></name>
				<uri>https://linuxforum.ru/profile.php?id=767</uri>
			</author>
			<updated>2012-10-24T21:48:41Z</updated>
			<id>https://linuxforum.ru/viewtopic.php?pid=305900#p305900</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: настройка squid и статистика у него]]></title>
			<link rel="alternate" href="https://linuxforum.ru/viewtopic.php?pid=305831#p305831" />
			<content type="html"><![CDATA[<p>а для контроля доступа к тем или иным сайтам, если не править конфиги squid в ручную. а через веб интерфейс?</p>]]></content>
			<author>
				<name><![CDATA[rayden8]]></name>
				<uri>https://linuxforum.ru/profile.php?id=25938</uri>
			</author>
			<updated>2012-10-24T17:18:26Z</updated>
			<id>https://linuxforum.ru/viewtopic.php?pid=305831#p305831</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: настройка squid и статистика у него]]></title>
			<link rel="alternate" href="https://linuxforum.ru/viewtopic.php?pid=305800#p305800" />
			<content type="html"><![CDATA[<p>Если всё настроено правильно тостатистику далжен снимать сам самс<br />Я пользуюсь lightsquid, есть ещё sarg<br />Что душа пожелает</p>]]></content>
			<author>
				<name><![CDATA[kisil]]></name>
				<uri>https://linuxforum.ru/profile.php?id=767</uri>
			</author>
			<updated>2012-10-24T13:48:01Z</updated>
			<id>https://linuxforum.ru/viewtopic.php?pid=305800#p305800</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[настройка squid и статистика у него]]></title>
			<link rel="alternate" href="https://linuxforum.ru/viewtopic.php?pid=305797#p305797" />
			<content type="html"><![CDATA[<p>Добрый день, коллеги. я уже писал тут о натсройке squid с авторизацией в домене. но неудачно у меня это происходит.</p><p>поэтому решил идти попорядку. натсроил SQUID3. подключил к нему 2 машины и все работает через него. вопрос: как снимать статистику с данных 2 пользователей?</p><div class="codebox"><pre><code>visible_hostname proxy

acl manager proto cache_object
acl localhost src 127.0.0.1/32 ::1
acl inet src 172.24.26.90 172.24.26.113

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

http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow inet

http_access deny all
http_port  3128


hierarchy_stoplist cgi-bin 
cache_dir ufs /var/spool/squid3  100 16 256
maximum_object_size 61440  KB
cache_mem 64 MB
coredump_dir /var/spool/squid3
dns_nameservers 10.10.100.3
refresh_pattern ^ftp:           1440    20%     10080
refresh_pattern ^gopher:        1440    0%      1440
refresh_pattern -i (/cgi-bin/|\?) 0     0%      0
refresh_pattern .               0       20%     4320</code></pre></div><br /><p>есть установленный sams. </p><p>Какие у кого есть идеи по контролю за трафиков в Squid&nbsp; прокси сервере?</p>]]></content>
			<author>
				<name><![CDATA[rayden8]]></name>
				<uri>https://linuxforum.ru/profile.php?id=25938</uri>
			</author>
			<updated>2012-10-24T13:27:10Z</updated>
			<id>https://linuxforum.ru/viewtopic.php?pid=305797#p305797</id>
		</entry>
</feed>
