ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Andrey Brindeew <abr@altlinux.ru>
To: community@altlinux.ru
Subject: Re: [Comm] Убрать всплывающую рекламу на сайтах
Date: Tue, 28 Jan 2003 13:10:23 +0300
Message-ID: <20030128101023.GA6263@abr.tool.ru> (raw)
In-Reply-To: <20030128123855.7300f5a7.olli@rbauto.ru>

[-- Attachment #1: Type: text/plain, Size: 899 bytes --]

On Tue, Jan 28, 2003 at 12:38:55PM +0300, Oleg K. Artemjev wrote:
> С удовольствием посмотрел бы на ваши коллекции.. 

http://abr.pp.ru/store/acl.tar.bz2

Подключать в /etc/squid/squid.conf так:

===
acl good_url url_regex "/etc/squid/acl/good_url"
acl bad_urlpath url_regex "/etc/squid/acl/bad_urlpath"
acl bad_url url_regex "/etc/squid/acl/bad_url"
===

У меня в конфиге это идет после строки

===
acl CONNECT method CONNECT
===

Для задействования вставить нижеследующие две строки:

===
http_access deny bad_urlpath    !good_url
http_access deny bad_url        !good_url
===

перед строчками

===
http_access allow localhost
http_access deny all
===

В указанных листах зарезано большинство популярных баннерных сетей
Рунета, а также сайтоспецифичные баннерокрутилки, которые мне изрядно
надоели.

-- 
WBR, Andrey Brindeew.
"No one person can understand Perl culture completely"
(C) Larry Wall.

[-- Attachment #2: Type: application/pgp-signature, Size: 245 bytes --]

  reply	other threads:[~2003-01-28 10:10 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-27 13:04 unix9
2003-01-27 15:53 ` Andrew Nazarkin
2003-01-27 20:06   ` [Comm] Re: [Comm]Убрать " unix9
2003-01-27 22:30   ` [Comm] Убрать " Andrey Brindeew
2003-01-28  6:30     ` Пушкин Сергей Алексеевич
2003-01-28  8:10       ` Pavel S. Khmelinsky
2003-01-28  7:18     ` Ilya Palagin
2003-01-28  7:53     ` Roman
2003-01-28  9:38     ` Oleg K. Artemjev
2003-01-28 10:10       ` Andrey Brindeew [this message]
2003-01-28 18:08     ` [Comm] " Konstantin Lepikhov
2003-01-28  6:46   ` [Comm] Re[2]: [Comm] " Половников Денис

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030128101023.GA6263@abr.tool.ru \
    --to=abr@altlinux.ru \
    --cc=community@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

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