Gentoo Archives: gentoo-user

From: Juul <sjakie@××××××××.nl>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Fwd: apache vhost issue...
Date: Sun, 09 Mar 2008 12:52:09
Message-Id: 47D3DCD4.2070202@ouweouwe.nl
In Reply to: [gentoo-user] Fwd: apache vhost issue... by Elyahou ITTAH
1 Elyahou ITTAH schreef:
2 > # cat /etc/apache2/vhosts.d/01_vhost1.conf
3 > <VirtualHost *:80>
4 > ServerName helpermaster.fr
5 > ServerAlias helpermaster.fr
6 > DocumentRoot "/var/www/helpermaster.fr/htdocs"
7 > <Directory "/var/www/helpermaster.fr/htdocs">
8 > Options Indexes FollowSymLinks
9 > AllowOverride All
10 > Order allow,deny
11 > Allow from all
12 > </Directory>
13 > </VirtualHost>
14 >
15 >
16 > But when I type helpermaster.fr on my browser, i receive the
17 > www/localhost pages and no the www/helpermaster.fr pages...
18 >
19 > I first sent the message to gentoo-web-user list but it seems that
20 > this list is no longer available...
21 >
22
23 It seems to be configured right. I do notice you are using
24 helpermaster.fr for your servername and as alias. If type in your
25 browser www.helpermaster.fr it will use the default vhost cause there is
26 no vhost configured for www.helpermaster.fr. Maybe that is the problem?
27
28 --
29 Regards
30 Juul Spies
31 --
32 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Fwd: apache vhost issue... Elyahou ITTAH <ittah.elyahou@×××××.com>