From: Mikhail Zabaluev <mookid@sigent.ru>
To: mandrake-russian@linuxteam.iplabs.ru
Subject: Re: [mdk-re] vhosts in Apache
Date: Thu Feb 22 12:38:53 2001
Message-ID: <20010222022643.F7188@localhost.localdomain> (raw)
In-Reply-To: <01022104084100.00646@sleepwalkers.local>; from dsamoyloff@mail.ru on Wed, Feb 21, 2001 at 04:08:40AM +0300
Hello Dmitry,
On Wed, Feb 21, 2001 at 04:08 +0300, Dmitry Samoyloff wrote:
>
> On Tuesday 20 February 2001 08:56, Maxim Savrilov wrote:
> > Dmitry Samoyloff wrote:
> > > Здравствуйте!
> > >
> > > Помогите мне, пожалуйста. Я хочу настроить name-based virtual hosts в
> > > Apache на домашней машине для отладки cgi-скриптов, но пока я в этом деле
> > > полный чайник. В httpd.conf прописал всё как в примере из документации:
> > >
> > > Port 80
> > > ServerName localhost.localdomain
> > >
> > > NameVirtualHost 127.0.0.1
> > >
> > > <VirtualHost 127.0.0.1>
> > > DocumentRoot /home/httpd/html
> > > ServerName localhost.localdomain
> > > </VirtualHost>
> > >
> > > <VirtualHost 127.0.0.1>
> > > DocumentRoot /home/dmitry/public_html
> > > ServerName dmitry.localhost.localdomain
> > > </VirtualHost>
> >
> > <VirtualHost 212.20.4.238 212.20.4.193>
> > ServerAdmin root@vn.itc.nstu.ru
> > DocumentRoot /usr/local/apache/htdocs
> > ScriptAlias /cgi-bin/ "/usr/local/apache/cgi-bin/"
> > ^^^^^^^^^^^^^^^^^^^^^^
> > ServerName vn.novocybersk.ru
> > ServerAlias vn.itc.nstu.ru
> > ErrorLog var/log/vn-error_log
> > CustomLog var/log/vn-access_log common
> > </VirtualHost>
>
> Большое спасибо, помогло!
>
> Кстати, а как сделать так, чтобы файлы типа index.html и index.cgi
> обрабатывались автоматически? DirectoryIndex с виртуальными хостами не
> работает почему-то :-(
Если нужен индекс в каталоге с cgi-bin, выставьте опцию Indexes для этого
каталога:
<Directory /usr/local/apache/cgi-bin>
Options ExecCGI Indexes
...
</Directory>
--
Stay tuned,
MhZ mailto:mookid@sigent.ru
-----------
Nothing so needs reforming as other people's habits.
-- Mark Twain
next prev parent reply other threads:[~2001-02-22 12:38 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-02-20 3:56 Dmitry Samoyloff
2001-02-20 8:58 ` Maxim Savrilov
2001-02-20 9:34 ` Re[2]: " Sergey Krivulja
2001-02-20 9:41 ` Maxim Savrilov
2001-02-21 4:43 ` Dmitry Samoyloff
2001-02-22 12:38 ` Mikhail Zabaluev [this message]
2001-02-22 12:51 ` Maxim Savrilov
2001-02-23 6:07 ` Dmitry Samoyloff
2001-02-24 20:16 ` Mikhail Zabaluev
2001-02-25 4:39 ` Dmitry Samoyloff
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=20010222022643.F7188@localhost.localdomain \
--to=mookid@sigent.ru \
--cc=mandrake-russian@linuxteam.iplabs.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