Hello, I have dificulty to configure vhost in apache... Here some
files of my configuration

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...
-- 
gentoo-web-user@lists.gentoo.org mailing list

Reply via email to