15
modifications
Ligne 100 : | Ligne 100 : | ||
# vim /etc/apache2/httpd.conf | # vim /etc/apache2/httpd.conf | ||
ServerName | ServerName mmc.mondomain.com | ||
Ajouter un nouveau VirtualHost dans le fichier /etc/apache2/sites-available/mmc : | Ajouter un nouveau VirtualHost dans le fichier /etc/apache2/sites-available/mmc : | ||
Ligne 107 : | Ligne 107 : | ||
<VirtualHost *:80> | <VirtualHost *:80> | ||
ServerName | ServerName mmc.mondomaine.com | ||
ServerAlias mmc | ServerAlias mmc | ||
ServerAdmin webmaster@example.org | ServerAdmin webmaster@example.org |
modifications