layeures
266Messages postés
13 juin 2007Date d'inscription
13 décembre 2010Dernière intervention
4 juil. 2009 à 16:36
ca marche en local mes pas sur le net
LISTEN 80
Listen 192.168.1.25:80
NameVirtualHost 192.168.1.25:80
<VirtualHost 192.168.1.25:80>
DocumentRoot C:/serveur2
ServerName layeures.blogdns.com
<Directory C:/serveur2>
#Options Indexes
Options Includes FollowSymLinks MultiViews
AllowOverride AuthConfig
Order allow,deny
Allow from all
DirectoryIndex index.htm index.html index.php index.php5
</Directory>
</VirtualHost>
Listen 192.168.1.30:80
NameVirtualHost 192.168.1.30:80
<VirtualHost 192.168.1.30:80>
DocumentRoot C:/serveur3
ServerName layeures.dyndns.org
<Directory C:/serveur3>
#Options Indexes
Options Includes FollowSymLinks MultiViews
AllowOverride AuthConfig
Order allow,deny
Allow from all
DirectoryIndex index.htm index.html index.php index.php5
</Directory>
</VirtualHost>
----------------
fichier hosts
127.0.0.1 localhost
192.168.1.25 layeures.blogdns.com
192.168.1.30 layeures.dyndns.org
------------------