ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: AT <alexey_tourbin@mail.ru>
To: mandrake-russian@altlinux.ru
Subject: Re: [mdk-re] Apache 1.3.20 - troubles with virtual hosts and more...
Date: Fri Sep 14 18:59:13 2001
Message-ID: <20010914185834.A1775@localhost.localdomain> (raw)
In-Reply-To: <20010914123819.15486e25.ujo@zuzusoft.com>; from ujo@zuzusoft.com on Fri, Sep 14, 2001 at 12:38:19PM +0400

Hi!

> Вылечилось таким же волшебным образом... После скачивания src.rpm
> и пересборки (rpm --rebuild). Конфиги оставил те же самые.

Плохо, когда проблемы разрешаются вот так вот "волшебно". Нужно ведь
разобраться в причине, а не просто что-то тупо перекомпилять. Иначе это
будет похоже на переустановку Windows...

> AJ> Грузится только первый, по какому адресу ни обратись. Причем,
> AJ> повторяю, я с этим уже сталкивался раньше, тогда все
> AJ> закончилось
> AJ> самостоятельной сборкой Апача... Ну где еще может быть
> AJ> кривизна??

В Апаче очень вылизанный код, не стоит надеяться на его кривизну.

В документации (manual/vhost/details.html) написано:

   Unless a NameVirtualHost directive is used for a specific IP address
   the first vhost with that address is treated as an IP-based vhost.
   In 1.3.13 and later that includes the IP address *.

Попробуйте сделать следующее:

	NameVirtualHost 111.222.333.444

	<VirtualHost 111.222.333.444>
		ServerName vhost1.mydomain.ru
		...
	</VirtualHost>

	<VirtualHost 111.222.333.444>
		ServerName vhost2.mydomain.ru
		...
	</VirtualHost>
	
Может быть отдельная проблема, если вы используете Russian Apache с
перекодировкой по портам 8080 и т.д. (нужно использовать * в качестве
порта, т.е. <VirtualHost 111.222.333.444:*>.

__
AT



  reply	other threads:[~2001-09-14 18:59 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-12 18:05 Artem K. Jouravsky
2001-09-12 18:26 ` Maxim
2001-09-14  9:54   ` Artem K. Jouravsky
2001-09-14 12:29     ` Artem K. Jouravsky
2001-09-14 18:59       ` AT [this message]
2001-09-14 19:35         ` Artem K. Jouravsky
2001-09-18  5:57           ` AT
2001-09-18 11:52             ` Artem K. Jouravsky
2001-09-18 13:39               ` Artem K. Jouravsky
2001-09-18 14:03               ` Artem K. Jouravsky
2001-09-18 15:05               ` Artem K. Jouravsky
2001-09-18 17:13             ` Albert R.Valiev
2001-09-14 19:52     ` John Profic
2001-09-14 19:56       ` Artem K. Jouravsky

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=20010914185834.A1775@localhost.localdomain \
    --to=alexey_tourbin@mail.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