2008/3/9, Elyahou ITTAH <[EMAIL PROTECTED]>:
>in /etc/conf.d/apache2:
>APACHE2_OPTS="-D DEFAULT_VHOST -D SSL -D INFO -D LANGUAGE  -D PHP5 -D USERDIR"
>
># ls -l /var/www
>total 8
>drwxr-xr-x 4 apache apache 4096 mar  9 02:20 helpermaster.fr
>drwxr-xr-x 6 root   root   4096 mar  8 22:12 localhost
>
># cat /etc/apache2/vhosts.d/01_vhost1.conf
><VirtualHost *:80>
>ServerName helpermaster.fr
>ServerAlias helpermaster.fr
>DocumentRoot "/var/www/helpermaster.fr/htdocs"
><Directory "/var/www/helpermaster.fr/htdocs">
>  Options Indexes FollowSymLinks
>  AllowOverride All
>  Order allow,deny
>  Allow from all
></Directory>
></VirtualHost>
>
>
>But when I type helpermaster.fr on my browser, i receive the
>www/localhost pages and no the www/helpermaster.fr pages...

Did you restart the server? What does Apache's error log(s) say?

Also, if you want to access the domain with "www.", you should replace
your ServerAlias with "ServerAlias www.helpermaster.fr".

-- 
Frederik 'Freso' S. Olesen <http://freso.dk/>
-- 
gentoo-web-user@lists.gentoo.org mailing list

Reply via email to