ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] перенапрявлять определенный домен
@ 2006-08-08  9:35 Igo
  2006-08-08  9:57 ` Anton Gorlov
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Igo @ 2006-08-08  9:35 UTC (permalink / raw)
  To: community

привет всем
есть alt2.4 iptables apache(есть несколько vhost, например a.name.ru, 
b.name.ru)
задача: пробрасывать во внутр. сетку на 80 порт c.name.ru
куда смотреть, что почитать?



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] перенапрявлять определенный домен
  2006-08-08  9:35 [Comm] перенапрявлять определенный домен Igo
@ 2006-08-08  9:57 ` Anton Gorlov
  2006-08-08 10:00 ` Alexey I. Froloff
  2006-08-08 10:04 ` Kostarev Alexey
  2 siblings, 0 replies; 5+ messages in thread
From: Anton Gorlov @ 2006-08-08  9:57 UTC (permalink / raw)
  To: altlinux, ALT Linux Community

Igo пишет:
> привет всем
> есть alt2.4 iptables apache(есть несколько vhost, например a.name.ru, 
> b.name.ru)
> задача: пробрасывать во внутр. сетку на 80 порт c.name.ru
> куда смотреть, что почитать?

mоd_proxy для апача.


-- 
   np: Crematory - The Holy One [paused]


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] перенапрявлять определенный домен
  2006-08-08  9:35 [Comm] перенапрявлять определенный домен Igo
  2006-08-08  9:57 ` Anton Gorlov
@ 2006-08-08 10:00 ` Alexey I. Froloff
  2006-08-08 19:49   ` Michael Shigorin
  2006-08-08 10:04 ` Kostarev Alexey
  2 siblings, 1 reply; 5+ messages in thread
From: Alexey I. Froloff @ 2006-08-08 10:00 UTC (permalink / raw)
  To: ALT Linux Community

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

* Igo <altlinux@> [060808 13:35]:
> задача: пробрасывать во внутр. сетку на 80 порт c.name.ru
> куда смотреть, что почитать?
mod_proxy и опционально mod_rewrite

-- 
Regards, Alexey I. Froloff
AIF5-RIPN, AIF5-RIPE
-------------------------------------------
  Inform-Mobil, Ltd. System Administrator
       http://www.inform-mobil.ru/

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] перенапрявлять определенный домен
  2006-08-08  9:35 [Comm] перенапрявлять определенный домен Igo
  2006-08-08  9:57 ` Anton Gorlov
  2006-08-08 10:00 ` Alexey I. Froloff
@ 2006-08-08 10:04 ` Kostarev Alexey
  2 siblings, 0 replies; 5+ messages in thread
From: Kostarev Alexey @ 2006-08-08 10:04 UTC (permalink / raw)
  To: altlinux, ALT Linux Community

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

Igo wrote:

>привет всем
>есть alt2.4 iptables apache(есть несколько vhost, например a.name.ru, 
>b.name.ru)
>задача: пробрасывать во внутр. сетку на 80 порт c.name.ru
>куда смотреть, что почитать?
>  
>
Как вариант
с помощью iptables
ставить метки (mark) на входящие пакеьы с c.name.ru на 80 порт.
А затем с помощью
ip rule
ip route
переправлять помеченные пакеты на нужный адрес внутренней сетки.


>_______________________________________________
>Community mailing list
>Community@lists.altlinux.org
>https://lists.altlinux.org/mailman/listinfo/community
>


-- 
С Уважением
Костарев А.Ф.


[-- Attachment #2: kaf.vcf --]
[-- Type: text/x-vcard, Size: 202 bytes --]

begin:vcard
fn:Alexey Kostarev
n:Kostarev;Alexey
org:Nevod Ltd.
adr:;;;Perm;;;Russia
email;internet:kaf@nevod.ru
tel;work:(3422) 196-960 
url:http://www.nevod.ru/nevod/staff/kaf/
version:2.1
end:vcard


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] перенапрявлять определенный домен
  2006-08-08 10:00 ` Alexey I. Froloff
@ 2006-08-08 19:49   ` Michael Shigorin
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Shigorin @ 2006-08-08 19:49 UTC (permalink / raw)
  To: ALT Linux Community

On Tue, Aug 08, 2006 at 02:00:12PM +0400, Alexey I. Froloff wrote:
> > задача: пробрасывать во внутр. сетку на 80 порт c.name.ru
> > куда смотреть, что почитать?
> mod_proxy и опционально mod_rewrite

Или сразу nginx, там и прокси рисовать удобно, и rewrite куда
удобнее, и вообще помогает при нагрузке.

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-08-08 19:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-08-08  9:35 [Comm] перенапрявлять определенный домен Igo
2006-08-08  9:57 ` Anton Gorlov
2006-08-08 10:00 ` Alexey I. Froloff
2006-08-08 19:49   ` Michael Shigorin
2006-08-08 10:04 ` Kostarev Alexey

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