ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Alex Savvin <xbow@bryansk.elektra.ru>
To: mandrake-russian@altlinux.ru
Subject: [mdk-re] Re: [mdk-re]
Date: Tue Mar 12 11:35:12 2002
Message-ID: <20020312114405.1bd4fbf8.xbow@bryansk.elektra.ru> (raw)
In-Reply-To: <17991714168.20020312113152@mail.ru>

В письма от Tue, 12 Mar 2002 11:31:52 +0300
roman_tutov@mail.ru написал:

> Hello mandrake-russian,
> 
>   Есть машина в сети с именем forcom.rnd.ru . На ней работает
>   apache и ftp сервер . И я так думаю news (это ещё в проекте )
> 
>   Как мне сделать что-бы apache был на адресе www.forcom.rnd.ru
>   а ftp на ftp.forcom.rnd.ru
> 
>   Мне общую теорию как это делается...

Можно, например, прописать в DNS:

ORIGIN forcom.rnd.ru
server	A	111.222.333.444
ftp	CNAME	server
www	CNAME	server

Но в этом случае ftp будет доступен и на www..., а www - на ftp....

Можно назначить на интерфейс сервера два адреса из домена forcom.rnd.ru и привязать службы
к соответствующим адресам (ftp - через xinetd, www - через настройку apache). В DNS будет
запись:

ORIGIN forcom.rnd.ru

www	A	111.222.333.441
ftp	A	111.222.333.442  ; оба адреса принадлежат одному серверу.



-- 
Sincerely,
	Alex Savvin
-------------------



  parent reply	other threads:[~2002-03-12 11:35 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-12 11:21 [mdk-re] доменные имена roman_tutov
2002-03-12 11:24 ` [mdk-re] Re: [mdk-re] Korshunov Ilya
2002-03-12 11:35 ` Alex Savvin [this message]
2002-03-12 12:07 ` [mdk-re] Re: [mdk-re] доменные имена Maxim
2002-03-12 13:42 ` Oleg Lukashin

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=20020312114405.1bd4fbf8.xbow@bryansk.elektra.ru \
    --to=xbow@bryansk.elektra.ru \
    --cc=mandrake-russian@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