ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] apache + dns снаружи и изнутри ???
@ 2005-11-02 13:25 Vitaly Gorshkov
  2005-11-02 14:27 ` [Comm] " Michael Shigorin
  0 siblings, 1 reply; 5+ messages in thread
From: Vitaly Gorshkov @ 2005-11-02 13:25 UTC (permalink / raw)
  To: community

1) есть локальная сеть 172.16.0.0/24
2) есть W2k3 + AD + DNS, + локальный домен xprint.local
3) есть шлюз Альтмастер 2.4, есть белый ip + имя, провайдер дал этому
"белому ip" имя - имя_конторы.tula.net
4) на шлюзе поднял самбу, ввел шлюз в виндовый домен, подняд DNS, поднял
"второстепенную зону" xprint.local из AD (вроде даже работает).

как лучше организовать доступ к страничке на шлюзе , изнутри и снаружи
сети.

ПС: снаружи доступ щас http://имя_конторы.tula.net
изнутри http://info.xprint.local

ПС1: на старничке horde/imp

-- 
С уважением,
 Vitaly                          mailto:vita55555@mail.ru
icq: 138491970




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

* [Comm] Re: apache + dns снаружи и изнутри ???
  2005-11-02 13:25 [Comm] apache + dns снаружи и изнутри ??? Vitaly Gorshkov
@ 2005-11-02 14:27 ` Michael Shigorin
  2005-11-02 14:37   ` Vitaly Gorshkov
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Shigorin @ 2005-11-02 14:27 UTC (permalink / raw)
  To: community

On Wed, Nov 02, 2005 at 04:25:43PM +0300, Vitaly Gorshkov wrote:
> как лучше организовать доступ к страничке на шлюзе , изнутри и
> снаружи сети.

Должен быть одинаковый или разный сайт?

> ПС: снаружи доступ щас http://имя_конторы.tula.net
> изнутри http://info.xprint.local

Если надо свести в один -- то

ServerName один
ServerAlias второй

(или вообще в _default_ запихать); иначе два виртхоста
раздельных.

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


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

* Re: [Comm] Re: apache + dns снаружи и изнутри ???
  2005-11-02 14:27 ` [Comm] " Michael Shigorin
@ 2005-11-02 14:37   ` Vitaly Gorshkov
  2005-11-02 15:12     ` Michael Shigorin
  0 siblings, 1 reply; 5+ messages in thread
From: Vitaly Gorshkov @ 2005-11-02 14:37 UTC (permalink / raw)
  To: shigorin, ALT Linux Community, community

>> как лучше организовать доступ к страничке на шлюзе , изнутри и
>> снаружи сети.

MS> Должен быть одинаковый или разный сайт?

    одинаковый

-- 
С уважением,
 Vitaly                          mailto:vita55555@mail.ru




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

* Re: [Comm] Re: apache + dns снаружи и изнутри ???
  2005-11-02 14:37   ` Vitaly Gorshkov
@ 2005-11-02 15:12     ` Michael Shigorin
  2005-11-03  6:47       ` Re[2]: " Vitaly Gorshkov
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Shigorin @ 2005-11-02 15:12 UTC (permalink / raw)
  To: ALT Linux Community

On Wed, Nov 02, 2005 at 05:37:52PM +0300, Vitaly Gorshkov wrote:
> >> как лучше организовать доступ к страничке на шлюзе , изнутри
> >> и снаружи сети.
> MS> Должен быть одинаковый или разный сайт?
>     одинаковый

Тогда ответил. :)

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


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

* Re[2]: [Comm] Re: apache + dns снаружи и изнутри ???
  2005-11-02 15:12     ` Michael Shigorin
@ 2005-11-03  6:47       ` Vitaly Gorshkov
  0 siblings, 0 replies; 5+ messages in thread
From: Vitaly Gorshkov @ 2005-11-03  6:47 UTC (permalink / raw)
  To: shigorin, ALT Linux Community, community

MS> Тогда ответил. :)

    пасибо ), проблема решилась так:


<VirtualHost 172.16.0.2>
ServerAlias info.xprint.local
DocumentRoot "/var/www/html"
</VirtualHost>
    




-- 
С уважением,
 Vitaly                          mailto:vita55555@mail.ru




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

end of thread, other threads:[~2005-11-03  6:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-02 13:25 [Comm] apache + dns снаружи и изнутри ??? Vitaly Gorshkov
2005-11-02 14:27 ` [Comm] " Michael Shigorin
2005-11-02 14:37   ` Vitaly Gorshkov
2005-11-02 15:12     ` Michael Shigorin
2005-11-03  6:47       ` Re[2]: " Vitaly Gorshkov

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