View difference between Paste ID: tPArVfqF and m0M3rBx2
SHOW: | | - or go back to the newest paste.
1-
<VirtualHost *>						# Indique que le virtualhost est sur toutes les IP
1+
NameVirtualHost *:80
2
3
<VirtualHost *:80>						# Indique que le virtualhost est sur toutes les IP
4
	ServerName toto.com				# Indique que ce VirtualHost concerne "http://toto.com/"
5
	ServerAdmin webmaster@dtc.com		# Indique l'email de l'admin, pas très important
6
	DocumentRoot /var/www/toto.com		# Indique où sont les fichiers
7
</VirtualHost>