From: "Игорь Харченко" <atlant-group@yandex.ru>
To: community@lists.altlinux.org
Subject: [Comm] Как настроить несколько сайтов на одном сервере?
Date: Tue, 20 May 2008 20:24:15 +0300
Message-ID: <op.ubgqmpy56oroyy@27268d66ec6e4d0> (raw)
In-Reply-To: <4833073D.5050007@tangramltd.com>
>> На сервере несколько сайтов. Главный сайт открывается с www и без
>> А остальные только без www хотя алиасы добавлены
>> Где копать?
> Не продолжайте тред другим вопросом. Нажимайте составить новое письмо.
>
> 1. Проверить указывают ли все эти сайты и алиасы сайтов на один IP. Если
> нет, то исправлять DNS
> 2. Если да, то смотреть настройки апача. Не плохо показать когфиги сразу.
У сервера 2 ip на один ip напрвлен главный сайт, а на второй все остальные:
Конфиги:
Главный:
<VirtualHost *:80>
ServerAdmin "webmaster@atlant.ws"
ServerName "atlant.ws"
DocumentRoot "/var/www/vhosts/atlant.ws/"
ErrorLog "/var/log/httpd2/atlant.ws.error_log"
<IfModule alias_module>
Alias www.atlant.ws "/var/www/vhosts/atlant.ws/"
ScriptAlias /cgi-bin/ "/var/www/vhost/atlant.ws/cgi-bin/"
</IfModule>
</VirtualHost>
Дополнительные:
#site.com
<VirtualHost *:80>
ServerAdmin "webmaster@site.com"
ServerName "site.com"
DocumentRoot "/var/www/vhosts/site.com/html"
ErrorLog "/var/log/httpd2/site.com.error_log"
<IfModule alias_module>
Alias "www.site.com" "/var/www/vhosts/site.com/html"
ScriptAlias /cgi-bin/ "/var/www/vhosts/site.com/cgi-bin/"
</IfModule>
</VirtualHost>
и
#site2.com
<VirtualHost *:80>
ServerAdmin "webmaster@site2.com"
ServerName "site2.com"
DocumentRoot "/var/www/vhosts/site2.com/html"
ErrorLog "/var/log/httpd2/site2.com.error_log"
<IfModule alias_module>
Alias "www.site.com" "/var/www/vhosts/site2.com/html"
ScriptAlias /cgi-bin/ "/var/www/vhosts/site2.com/cgi-bin/"
</IfModule>
</VirtualHost>
--
С уважением, Игорь Харченко
Украинский портал Atlant Web Site
http://www.atlant.ws
next prev parent reply other threads:[~2008-05-20 17:24 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-20 15:40 [Comm] Не могу отправить почту с сайта Игорь Харченко
2008-05-20 15:51 ` Slava Dubrovskiy
2008-05-20 16:02 ` Игорь Харченко
2008-05-20 16:14 ` Denis S. Kostin
2008-05-20 16:16 ` Slava Dubrovskiy
2008-05-20 16:35 ` Игорь Харченко
2008-05-20 16:49 ` Slava Dubrovskiy
2008-05-20 16:14 ` Игорь Харченко
2008-05-20 16:19 ` Slava Dubrovskiy
2008-05-20 16:49 ` Игорь Харченко
2008-05-20 17:15 ` Slava Dubrovskiy
2008-05-20 17:24 ` Игорь Харченко [this message]
2008-05-20 17:31 ` [Comm] Как настроить несколько сайтов на одном сервере? Alexey I. Froloff
2008-05-20 17:39 ` Игорь Харченко
2008-05-20 17:46 ` Slava Dubrovskiy
2008-05-20 17:53 ` Игорь Харченко
2008-05-26 15:17 ` [Comm] Как настроить vnstat Игорь Харченко
2008-05-20 17:41 ` [Comm] Как настроить несколько сайтов на одном сервере? Slava Dubrovskiy
2009-12-12 18:23 ` [Comm] Ротация_логов Игорь Харченко
2009-12-12 18:39 ` Игорь Харченко
2009-12-12 19:08 ` Denis Nazarov
2009-12-12 20:51 ` Игорь Харченко
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=op.ubgqmpy56oroyy@27268d66ec6e4d0 \
--to=atlant-group@yandex.ru \
--cc=community@lists.altlinux.org \
/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