|
Re: lug-bg: Virtual host
- Subject: Re: lug-bg: Virtual host
- From: nmmm@xxxxxx (Nikolay Mijaylov)
- Date: Tue, 27 Jul 1999 09:43:43 +0300
Towa deto sum go pisal se otnasia za Apache web server. konfig fail e
httpd.conf
This is part of www.asfa.net virtual host,
there are 3 redirects to this page too
(bucketshop.com,ticketman.net,travelocity.net)
There are second virtual host www.bulgarianairlines.com, which is redirected
to
http://www.asfa.net/bulgaria.htm - this is Bulgarian ASFA site...
if u want to add another virtual hosts u can use this template:
<VirtualHost www.XXX.net>
DocumentRoot /NEKADE_NA_DISKA
ScriptAlias /cgi-bin/ /DRUGADE_NA_DISKA
ServerName www.XXX.net
</VirtualHost>
Winagi e hubawo pri virtual hosting da zadawate imeto na servera "ServerName
www.XXX.net"
Skoro se upgrad-nah do po nowia Apache 1.3.6 (ne mi kazwajte che e star:))
ta tam e neobhodimo da se napishe slednata linia (predi purwia wirtualen
host):
"NameVirtualHost www.imeto_na_servera.ni.com"
tezi virtualni hostowe rabotiat, samo ako klienta (browsera) e HTTP/1.0 ,
ako ne e hostinga nema da
proraboti... Wupreki towa az lichno ne sum wijdal klient koito ne e HTTP/1.0
(dori IE 2, NS 2 i Lynx ne sa takiwa)
=============================================================
<VirtualHost www.asfa.net>
DocumentRoot /www/www.asfa.net/root
ScriptAlias /cgi-bin/ /www/www.asfa.net/cgi-bin/
ServerName www.asfa.net
#
# A S F A Aliases
#
ServerAlias www.asfa.net *.bucketshop.com
ServerAlias www.asfa.net *.ticketman.net
ServerAlias www.asfa.net *.travelocity.net
</VirtualHost>
#
# =================================
# ADDITIONAL ASFA RELATED REDIRECTS
# =================================
#
<VirtualHost www.bulgarianairlines.com>
DocumentRoot /www/tmp/
Redirect / http://www.asfa.net/bulgaria.htm
</VirtualHost>
==============================================================
Niki
www.nmmm.nu
nmmm@xxxxxxx
w3.nsi.bg/linux
www.nsi.bg/nmmm
----- Original Message -----
From: bulang <bulang@xxxxxxxxxx>
To: <lug-bg@xxxxxxxxxxxxxxxx>
Sent: 26 Þëè 1999 ã. 21:05
Subject: lug-bg: Virtual host
> Hi na wsichki
>
> Interesuwame prawil li e nqkoj Virtual host i kak da go konfiguriram.
>
> toce
>
>
>
> ==================================================================
> A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers)
> For more send to lug-bg-request@xxxxxxxxxxxx a single word 'info'
> ==================================================================
==================================================================
A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers)
For more send to lug-bg-request@xxxxxxxxxxxx a single word 'info'
==================================================================
|
|
|