On Sunday 09 March 2008 11:52:16 Elyahou ITTAH wrote:
>  in /etc/conf.d/apache2:
>  APACHE2_OPTS="-D DEFAULT_VHOST -D SSL -D INFO -D LANGUAGE  -D PHP5 -D
> USERDIR"

>  # cat /etc/apache2/vhosts.d/01_vhost1.conf
>  <VirtualHost *:80>

>  But when I type helpermaster.fr on my browser, i receive the
>  www/localhost pages and no the www/helpermaster.fr pages...

Your vhost isn't specific enough to not be matched by the vhost defined by 
DEFAULT_VHOST (which is _default_:80).

Either turn off DEFAULT_VHOST and add "Listen *:80" somewhere before your 
virtualhost, or define it with an IP address.

-- 
Mike Williams
--
gentoo-user@lists.gentoo.org mailing list

Reply via email to