asiani@wanadoo.fr | 1 Sep 2004 12:28
Picon

Re: AW: Virtualhost

The system always go to systher1.....grrrr
help !

thks,
alain
here my real vhost.conf file

NameVirtualHost *:80

<VirtualHost *:80>
    ServerAdmin asiani <at> free.fr
    DocumentRoot /home/systher1/www
    ServerName www.systher1.euro.st
    ServerPath /systher1
    ErrorLog logs/systher1-error_log
    ServerAlias systher1.euro.st
</VirtualHost>

<VirtualHost *:80>
    ServerAdmin asiani <at> free.fr
    DocumentRoot /home/systher2/www
    ServerName www.systher2.euro.st
    ServerPath /systher2
    ErrorLog logs/systher2-error_log
    ServerAlias systher2.euro.st
</VirtualHost>

<VirtualHost *:80>
    ServerAdmin asiani <at> free.fr
    DocumentRoot /home/azur-palettes/www
    ServerName www.azur-palettes.fr.st
    ServerPath /azur-palettes
    ErrorLog logs/azur-palettes-error_log
    ServerAlias azur-palettes.fr.st
</VirtualHost>

Steffen Heil wrote:

>Hi
>
>  
>
>>>perhaps you need a NameVirtualHost directive
>>>      
>>>
>>NameVirtualHost *:80
>>    
>>
>
>  
>
>><VirtualHost www.domainA.euro.st:80>
>><VirtualHost www.domainB.euro.st:80>
>><VirtualHost domainC.fr.st:80>
>>    
>>
>
>Nearly.
>
>The NameVirtualHost directive's parameter must match the VirtualHost
>parameter.
>Remove domain names from VirtualHost and replace them with *:
>
>NameVirtualHost *:80
>...
><VirtualHost *:80>
>...
><VirtualHost *:80>
>...
><VirtualHost *:80>
>...
>
>OR
>
>Use your IP (NOT domain name) instead of the *s.
>But be sure to use the same all the time.
>
>Regards,
>  Steffen
>
>
>---------------------------------------------------------------------
>The official User-To-User support forum of the Apache HTTP Server Project.
>See <URL:http://httpd.apache.org/userslist.html> for more info.
>To unsubscribe, e-mail: users-unsubscribe <at> httpd.apache.org
>   "   from the digest: users-digest-unsubscribe <at> httpd.apache.org
>For additional commands, e-mail: users-help <at> httpd.apache.org
>
>
>  
>

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe <at> httpd.apache.org
   "   from the digest: users-digest-unsubscribe <at> httpd.apache.org
For additional commands, e-mail: users-help <at> httpd.apache.org


Gmane