---------- Forwarded message ---------- From: Elyahou ITTAH <[EMAIL PROTECTED]> Date: 9 mars 2008 13:39 Subject: apache vhost issue... To: [EMAIL PROTECTED]
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... I first sent the message to gentoo-web-user list but it seems that this list is no longer available... -- gentoo-user@lists.gentoo.org mailing list