ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] TROUBLE WITH APACHE
@ 2005-04-20  1:33 Alexey S. Kuznetsov
  2005-04-19 15:36 ` [Comm] Re: trouble with apache Michael Shigorin
  0 siblings, 1 reply; 9+ messages in thread
From: Alexey S. Kuznetsov @ 2005-04-20  1:33 UTC (permalink / raw)
  To: community

Привет всем!
 У меня сложилась такая сложная и непонятная ситуация.
 Есть апач из стандартной поставки мастера 2.4 на нём в httpd.conf
 прописан ServerName groovy.micro.lan .
 Всё нормально, сервер в сети виден, контент тот, что нужно.

 Решил добавить к нему поддомен voteit.groovy.micro.lan. Сделал
 необходимые записи в DNS, настроил Vhosts.conf:

cat /etc/httpd/conf/vhosts/Vhosts.conf
# VOTEIT.GROOVY.MICRO.LAN
NameVirtualHost 192.168.2.155
<VirtualHost 192.168.2.155>
AddDefaultCharset   cp-1251
ServerName      voteit.groovy.micro.lan
ServerPath          /var/www/virtual/voteit/
DocumentRoot        /var/www/virtual/voteit/html/
ServerAdmin         webmaster@groovy.micro.lan
ErrorLog            /var/www/virtual/voteit/logs/error.log
TransferLog         /var/www/virtual/voteit/logs/access.log
ScriptAlias         /cgi-bin/ "/var/www/virtual/voteit/cgi-bin/"
</VirtualHost> 
  
Рестартую апаче, и тут проблема: при вводе в броузе хоть
groovy.micro.lan, хоть voteit.groovy.micro.lan всё равно контент из
/var/www/virtual/voteit/html/.
Почему он их не разделяет?

Проблема решается созданием 2го виртуального хоста groovy.micro.lan,
но зачем? есть же httpd.conf и дерективы ServerName, DocumentRoot
etc.....

в чём прикол?

-- 
Sincerely,
Alexey S. Kuznetsov
AK2351-RIPE




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

end of thread, other threads:[~2005-04-21  9:18 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-20  1:33 [Comm] TROUBLE WITH APACHE Alexey S. Kuznetsov
2005-04-19 15:36 ` [Comm] Re: trouble with apache Michael Shigorin
2005-04-20  2:32   ` Alexey S. Kuznetsov
2005-04-19 16:39     ` Michael Shigorin
2005-04-20  3:53       ` Alexey S. Kuznetsov
2005-04-20 10:27         ` Michael Shigorin
2005-04-20  9:24     ` Oleg Shulga
2005-04-20 10:25       ` Michael Shigorin
2005-04-21  9:18         ` Oleg Shulga

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