2008/3/9, cypherstrong <[EMAIL PROTECTED]>:
> perhaps I miss the "s"
>
>  __defaults__
>
>  try this or replace by *
>
>
>


I really don't understant what's happen...

i stille have :
Forbidden

You don't have permission to access / on this server.
Apache Server at 91.121.117.202 Port 80

I have now

01_vhost.conf


Listen 80
NameVirtualHost *:80
<VirtualHost *:80>
       ServerName localhost
       DocumentRoot /var/www/localhost/htdocs
       <Directory "/var/www/localhost/htdocs">
               Order allow,deny
               Allow from all
       </Directory>
</VirtualHost>

<VirtualHost *:80>
       ServerName helpermaster.fr
       ServerAlias *.helpermaster.fr
       DocumentRoot /var/www/helpermaster.fr/htdocs
       <Directory "/var/www/helpermaster.fr/htdocs">
                Options Indexes FollowSymLinks
               Order allow,deny
               Allow from all
       </Directory>
</VirtualHost>

on my 01_vhost.conf and no default vhost it should work... but no... :(
-- 
gentoo-user@lists.gentoo.org mailing list

Reply via email to