From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Igor Tertishny Subject: Re: [mdk-re] =?koi8-r?b?7sUg0sHCz9TBxdQ=?= PHP In-reply-to: <20011121161921.1baabd02.ujo@ifirst.ru> To: mandrake-russian@altlinux.ru Message-id: <0GN600J506EXQY@mxout1.netvision.net.il> Organization: "Aluf Computers" MIME-version: 1.0 X-Mailer: KMail [version 1.3.1] Content-type: text/plain; charset=koi8-r Content-transfer-encoding: 8BIT References: <0GN5009DEIXA2P@mxout2.netvision.net.il> <20011121161921.1baabd02.ujo@ifirst.ru> Sender: mandrake-russian-admin@altlinux.ru Errors-To: mandrake-russian-admin@altlinux.ru X-BeenThere: mandrake-russian@altlinux.ru X-Mailman-Version: 2.0 Precedence: bulk Reply-To: mandrake-russian@altlinux.ru X-Reply-To: yuda66@yandex.ru List-Help: List-Post: List-Subscribe: , List-Id: Linux-Mandrake RE / ALT Linux discussion list List-Unsubscribe: , List-Archive: Date: Thu Nov 22 00:24:01 2001 X-Original-Date: Wed, 21 Nov 2001 23:27:49 +0200 Archived-At: List-Archive: List-Post: > > Покажите ваш /etc/httpd/conf/vhosts/Vhost.conf, > у вас ведь там виртуальные хосты прописаны? > Показываю. Вот он. Все закомментировано. раскомментированная строка - это уже следствие моих экпериментов. Ничо понять не могу... # Listen: Allows you to bind Apache to specific IP addresses and/or # ports, in addition to the default. See also the VirtualHost command Listen 192.168.0.0:80 # VirtualHost: Allows the daemon to respond to requests for more than one # server address, if your server machine is configured to accept IP packets # for multiple addresses. This can be accomplished with the ifconfig # alias flag, or through kernel patches like VIF. # Any httpd.conf or srm.conf directive may go into a VirtualHost command. # See also the BindAddress entry. ################# IP-based Virtual Hosts # #ServerAdmin webmaster@host.some_domain.com #DocumentRoot /home/web000/public_html #ServerName 192.168.0.0 #ErrorLog logs/192.168.0.0-error_log #TransferLog logs/192.168.0.0-access_log #ScriptAlias /cgi-bin/ /home/web000/public_html/cgi-bin/ # ################# Named VirtualHosts #NameVirtualHost 111.222.33.44 # #ServerName www.domain.tld #ServerPath /domain #DocumentRoot /web/domain #