* [Comm] VirtualHomePages
@ 2004-10-10 17:17 Grigory Fateyev
2004-10-12 11:18 ` [Comm] VirtualHomePages Michael Shigorin
` (2 more replies)
0 siblings, 3 replies; 12+ messages in thread
From: Grigory Fateyev @ 2004-10-10 17:17 UTC (permalink / raw)
To: community
Здравствуйте!
У компьютера есть постоянный ip в сеть интернет, и домен, а ns'ы
прописаны на free dns. Теперь захотел сделать виртуальный домен вот
записи:
ServerName home.*.com.ru
NameVirtualHost 62.33.*.*
<VirtualHost 62.33.*.*>
ServerName www.*.com.ru
ServerAlias *.com.ru
DocumentRoot /var/www/scottish
<Directory />
Options Indexes +Includes FollowSymLinks
AllowOverride None
</Directory>
#ErrorLog /var/https/www/logs/error.log
TransferLog logs/access.log
</VirtualHost>
<VirtualHost 62.33.*.*>
ServerName dialcoms.*.com.ru
DocumentRoot /home/greg/www/dialcom/www
<Directory />
Options Indexes +Includes FollowSymLinks
AllowOverride None
</Directory>
ErrorLog /home/greg/www/dialcom/logs/error_dial.log
TransferLog /home/greg/www/dialcom/logs/access_dial.log
</VirtualHost>
Дополнительные домены прописал в /etc/hosts
Вопрос: почему не поднимается apache? Без Vhosts всё нормально. В логе
только httpd startup failed. Нужно ли прописывать все вирт. домены на ns
сервере?
apache-manual-1.3.29rusPL30.18-alt5
apache-common-1.3.29rusPL30.18-alt5
apache-1.3.29rusPL30.18-alt5
Спасибо!
--
Всего наилучшего!
greg@anastasia.ru Григорий.
^ permalink raw reply [flat|nested] 12+ messages in thread
* [Comm] Re: VirtualHomePages
2004-10-10 17:17 [Comm] VirtualHomePages Grigory Fateyev
@ 2004-10-12 11:18 ` Michael Shigorin
2004-10-13 13:12 ` Grigory Fateyev
2004-10-13 13:53 ` [Comm] VirtualHomePages Ivan Fedorov
2004-10-13 15:38 ` Stanislav Yadykin
2 siblings, 1 reply; 12+ messages in thread
From: Michael Shigorin @ 2004-10-12 11:18 UTC (permalink / raw)
To: community
On Sun, Oct 10, 2004 at 09:17:41PM +0400, Grigory Fateyev wrote:
> Вопрос: почему не поднимается apache? Без Vhosts всё нормально.
> В логе только httpd startup failed. Нужно ли прописывать все
> вирт. домены на ns сервере?
Мммм... service httpd check что говорит?
Также проверьте, что не болтаются процессы на сокете
(netstat -pan | grep :$PORT)
--
---- WBR, Michael Shigorin <mike@altlinux.ru>
------ Linux.Kiev http://www.linux.kiev.ua/
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Comm] Re: VirtualHomePages
2004-10-12 11:18 ` [Comm] VirtualHomePages Michael Shigorin
@ 2004-10-13 13:12 ` Grigory Fateyev
2004-10-13 14:30 ` Stanislav Yadykin
0 siblings, 1 reply; 12+ messages in thread
From: Grigory Fateyev @ 2004-10-13 13:12 UTC (permalink / raw)
To: community
Hello, Michael!
12 Октября 2004г. в 14:18 You wrote:
> On Sun, Oct 10, 2004 at 09:17:41PM +0400, Grigory Fateyev wrote:
> > Вопрос: почему не поднимается apache? Без Vhosts всё нормально.
> > В логе только httpd startup failed. Нужно ли прописывать все
> > вирт. домены на ns сервере?
>
> Мммм... service httpd check что говорит?
home httpd: Syntax OK
Oct 13 17:06:27 home httpd: Checking configuration sanity for httpd:
succeeded Oct 13 17:06:27 home httpd: httpd startup failed
Oct 13 17:06:38 home last message repeated 2 times
>
> Также проверьте, что не болтаются процессы на сокете
> (netstat -pan | grep :$PORT)
>
netstat -pan | grep :80 полный ноль.
Даже не знаю, что может быть?
--
Всего наилучшего!
greg@anastasia.ru Григорий.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Comm] Re: VirtualHomePages
2004-10-13 13:12 ` Grigory Fateyev
@ 2004-10-13 14:30 ` Stanislav Yadykin
2004-10-13 14:40 ` Grigory Fateyev
0 siblings, 1 reply; 12+ messages in thread
From: Stanislav Yadykin @ 2004-10-13 14:30 UTC (permalink / raw)
To: community
[-- Attachment #1: Type: text/plain, Size: 387 bytes --]
В сообщении от Среда, 13-Окт-2004 16:12 Grigory Fateyev написал(a):
> > Мммм... service httpd check что говорит?
>
> home httpd: Syntax OK
> Oct 13 17:06:27 home httpd: Checking configuration sanity for httpd:
> succeeded Oct 13 17:06:27 home httpd: httpd startup failed
> Oct 13 17:06:38 home last message repeated 2 times
А httpd -t что говорит?
--
Stanislav Yadykin
ALT Linux Team
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Comm] Re: VirtualHomePages
2004-10-13 14:30 ` Stanislav Yadykin
@ 2004-10-13 14:40 ` Grigory Fateyev
2004-10-13 15:29 ` Stanislav Yadykin
2004-10-15 9:47 ` Michael Shigorin
0 siblings, 2 replies; 12+ messages in thread
From: Grigory Fateyev @ 2004-10-13 14:40 UTC (permalink / raw)
To: community
Hello, Stanislav!
13 Октября 2004г. в 17:30 You wrote:
> В сообщении от Среда, 13-Окт-2004 16:12 Grigory Fateyev написал(a):
> > > Мммм... service httpd check что говорит?
> >
> > home httpd: Syntax OK
> > Oct 13 17:06:27 home httpd: Checking configuration sanity for httpd:
> > succeeded Oct 13 17:06:27 home httpd: httpd startup failed
> > Oct 13 17:06:38 home last message repeated 2 times
>
> А httpd -t что говорит?
>
Syntax OK
Проблема решилась комментированием виртуальных ErrorLog.
Bug?
--
Всего наилучшего!
greg@anastasia.ru Григорий.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Comm] Re: VirtualHomePages
2004-10-13 14:40 ` Grigory Fateyev
@ 2004-10-13 15:29 ` Stanislav Yadykin
2004-10-16 12:03 ` Michael Shigorin
2004-10-15 9:47 ` Michael Shigorin
1 sibling, 1 reply; 12+ messages in thread
From: Stanislav Yadykin @ 2004-10-13 15:29 UTC (permalink / raw)
To: community
[-- Attachment #1: Type: text/plain, Size: 251 bytes --]
В сообщении от Среда, 13-Окт-2004 17:40 Grigory Fateyev написал(a):
> > А httpd -t что говорит?
>
> Syntax OK
>
> Проблема решилась комментированием виртуальных ErrorLog.
> Bug?
Не согласен. У меня все работает.
--
Stanislav Yadykin
ALT Linux Team
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* [Comm] Re: VirtualHomePages
2004-10-13 14:40 ` Grigory Fateyev
2004-10-13 15:29 ` Stanislav Yadykin
@ 2004-10-15 9:47 ` Michael Shigorin
1 sibling, 0 replies; 12+ messages in thread
From: Michael Shigorin @ 2004-10-15 9:47 UTC (permalink / raw)
To: community
On Wed, Oct 13, 2004 at 06:40:25PM +0400, Grigory Fateyev wrote:
> > А httpd -t что говорит?
> Syntax OK
> Проблема решилась комментированием виртуальных ErrorLog.
> Bug?
Не знаю. Покажите, как они были оформлены?
--
---- WBR, Michael Shigorin <mike@altlinux.ru>
------ Linux.Kiev http://www.linux.kiev.ua/
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Comm] VirtualHomePages
2004-10-10 17:17 [Comm] VirtualHomePages Grigory Fateyev
2004-10-12 11:18 ` [Comm] VirtualHomePages Michael Shigorin
@ 2004-10-13 13:53 ` Ivan Fedorov
2004-10-13 14:15 ` Grigory Fateyev
2004-10-13 15:38 ` Stanislav Yadykin
2 siblings, 1 reply; 12+ messages in thread
From: Ivan Fedorov @ 2004-10-13 13:53 UTC (permalink / raw)
To: community
[-- Attachment #1: Type: text/plain, Size: 1045 bytes --]
Grigory Fateyev пишет:
> Здравствуйте!
>
> У компьютера есть постоянный ip в сеть интернет, и домен, а ns'ы
> прописаны на free dns. Теперь захотел сделать виртуальный домен вот
> записи:
> ServerName home.*.com.ru
> NameVirtualHost 62.33.*.*
> <VirtualHost 62.33.*.*>
> ServerName www.*.com.ru
> ServerAlias *.com.ru
> DocumentRoot /var/www/scottish
> <Directory />
> Options Indexes +Includes FollowSymLinks
> AllowOverride None
> </Directory>
> #ErrorLog /var/https/www/logs/error.log
> TransferLog logs/access.log
> </VirtualHost>
> <VirtualHost 62.33.*.*>
> ServerName dialcoms.*.com.ru
> DocumentRoot /home/greg/www/dialcom/www
> <Directory />
> Options Indexes +Includes FollowSymLinks
> AllowOverride None
> </Directory>
> ErrorLog /home/greg/www/dialcom/logs/error_dial.log
> TransferLog /home/greg/www/dialcom/logs/access_dial.log
> </VirtualHost>
Попробуй из описания виртуальных хостов убрать описание логов. У меня с
логами не работает. Если у вас без них заработает, то тогда welcome to
bugzilla.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Comm] VirtualHomePages
2004-10-10 17:17 [Comm] VirtualHomePages Grigory Fateyev
2004-10-12 11:18 ` [Comm] VirtualHomePages Michael Shigorin
2004-10-13 13:53 ` [Comm] VirtualHomePages Ivan Fedorov
@ 2004-10-13 15:38 ` Stanislav Yadykin
2004-10-14 14:16 ` Grigory Fateyev
2 siblings, 1 reply; 12+ messages in thread
From: Stanislav Yadykin @ 2004-10-13 15:38 UTC (permalink / raw)
To: community
[-- Attachment #1: Type: text/plain, Size: 599 bytes --]
В сообщении от Воскресенье, 10-Окт-2004 20:17 Grigory Fateyev написал(a):
> #ErrorLog /var/https/www/logs/error.log
> TransferLog logs/access.log
> </VirtualHost>
> <VirtualHost 62.33.*.*>
> ServerName dialcoms.*.com.ru
> DocumentRoot /home/greg/www/dialcom/www
> <Directory />
> Options Indexes +Includes FollowSymLinks
> AllowOverride None
> </Directory>
> ErrorLog /home/greg/www/dialcom/logs/error_dial.log
> TransferLog /home/greg/www/dialcom/logs/access_dial.log
^^^^^ Сюда пользователь apache писать может? Места на этом разделе хватает?
--
Stanislav Yadykin
ALT Linux Team
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Comm] VirtualHomePages
2004-10-13 15:38 ` Stanislav Yadykin
@ 2004-10-14 14:16 ` Grigory Fateyev
0 siblings, 0 replies; 12+ messages in thread
From: Grigory Fateyev @ 2004-10-14 14:16 UTC (permalink / raw)
To: community
Hello, Stanislav!
13 Октября 2004г. в 18:38 You wrote:
> В сообщении от Воскресенье, 10-Окт-2004 20:17 Grigory Fateyev
> написал(a):
> > #ErrorLog /var/https/www/logs/error.log
> > TransferLog logs/access.log
> > </VirtualHost>
> > <VirtualHost 62.33.*.*>
> > ServerName dialcoms.*.com.ru
> > DocumentRoot /home/greg/www/dialcom/www
> > <Directory />
> > Options Indexes +Includes FollowSymLinks
> > AllowOverride None
> > </Directory>
> > ErrorLog /home/greg/www/dialcom/logs/error_dial.log
> > TransferLog /home/greg/www/dialcom/logs/access_dial.log
> ^^^^^ Сюда пользователь apache писать может? Места на этом разделе
> хватает?
>
На оба вопроса ответ: "Да".
--
Всего наилучшего!
greg@anastasia.ru Григорий.
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2004-10-16 12:03 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-10 17:17 [Comm] VirtualHomePages Grigory Fateyev
2004-10-12 11:18 ` [Comm] VirtualHomePages Michael Shigorin
2004-10-13 13:12 ` Grigory Fateyev
2004-10-13 14:30 ` Stanislav Yadykin
2004-10-13 14:40 ` Grigory Fateyev
2004-10-13 15:29 ` Stanislav Yadykin
2004-10-16 12:03 ` Michael Shigorin
2004-10-15 9:47 ` Michael Shigorin
2004-10-13 13:53 ` [Comm] VirtualHomePages Ivan Fedorov
2004-10-13 14:15 ` Grigory Fateyev
2004-10-13 15:38 ` Stanislav Yadykin
2004-10-14 14:16 ` Grigory Fateyev
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