perhaps I miss the "s"

__defaults__

try this or replace by *





-----Message d'origine-----
De : Elyahou ITTAH [mailto:[EMAIL PROTECTED] 
Envoyé : dimanche 9 mars 2008 20:38
À : gentoo-user@lists.gentoo.org
Objet : Re: [gentoo-user] Fwd: apache vhost issue...

2008/3/9, cypherstrong <[EMAIL PROTECTED]>:
> ok
>
>  in 00_default you need somethink like this
>
>  <VirtualHost __default__:80>
>         ServerName localhost
>         DocumentRoot /var/www/localhost
>         <Directory /var/www/localhost>
>                 Order Allow, Deny
>
>                 Allow from all
>         </Directory>
>  </VirtualHost>
>
>
> and in 01_helpermaster
>
> <VirtualHost *:80>
>         ServerName helpermaster.fr
>         ServerAlias *.helpermaster.fr
>         DocumentRoot /var/www/helpermaster.fr
>
>         <Directory /var/www/helpermaster.fr>
>
>                 Order Allow, Deny
>
>                 Allow from all
>         </Directory>
>  </VirtualHost>
>
>
> It should work !
>

Thanks,

now i have that error:

[Sun Mar 09 20:34:01 2008] [error] (EAI 2)Name or service not known:
Could not resolve host name __default__ -- ignoring!
-- 
gentoo-user@lists.gentoo.org mailing list


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

Reply via email to