Gentoo Archives: gentoo-user

From: Elyahou ITTAH <ittah.elyahou@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Fwd: apache vhost issue...
Date: Sun, 09 Mar 2008 19:15:18
Message-Id: c74ac3520803091215o63b33e40uf9f6bf8376c28357@mail.gmail.com
In Reply to: Re: [gentoo-user] Fwd: apache vhost issue... by Mike Williams
1 2008/3/9, Mike Williams <mike@××××××××.uk>:
2 > On Sunday 09 March 2008 11:52:16 Elyahou ITTAH wrote:
3 > > in /etc/conf.d/apache2:
4 > > APACHE2_OPTS="-D DEFAULT_VHOST -D SSL -D INFO -D LANGUAGE -D PHP5 -D
5 > > USERDIR"
6 >
7 >
8 > > # cat /etc/apache2/vhosts.d/01_vhost1.conf
9 > > <VirtualHost *:80>
10 >
11 >
12 > > But when I type helpermaster.fr on my browser, i receive the
13 > > www/localhost pages and no the www/helpermaster.fr pages...
14 >
15 >
16 > Your vhost isn't specific enough to not be matched by the vhost defined by
17 > DEFAULT_VHOST (which is _default_:80).
18 >
19 > Either turn off DEFAULT_VHOST and add "Listen *:80" somewhere before your
20 > virtualhost, or define it with an IP address.
21
22 I tried that but i have now
23 Forbidden
24
25 You don't have permission to access / on this server.
26
27 when i trie to connect...
28 --
29 gentoo-user@l.g.o mailing list

Replies

Subject Author
RE: [gentoo-user] Fwd: apache vhost issue... cypherstrong <cypherstrong@×××××.com>