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