installation_d_apache
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| installation_d_apache [2015/09/03 19:44] – [Contrôle] pascal | installation_d_apache [2023/07/04 10:55] (Version actuelle) – modification externe 127.0.0.1 | ||
|---|---|---|---|
| Ligne 2: | Ligne 2: | ||
| ===== Installation ===== | ===== Installation ===== | ||
| ==== Commande ==== | ==== Commande ==== | ||
| - | < | + | < |
| ~# apt-get install apache2 | ~# apt-get install apache2 | ||
| ~# | ~# | ||
| Ligne 28: | Ligne 28: | ||
| ==== Activation d'un site ==== | ==== Activation d'un site ==== | ||
| L' | L' | ||
| - | < | + | < |
| ~# a2ensite 100-www.symfony.dev | ~# a2ensite 100-www.symfony.dev | ||
| Enabling site 100-www.symfony.dev. | Enabling site 100-www.symfony.dev. | ||
| To activate the new configuration, | To activate the new configuration, | ||
| service apache2 reload | service apache2 reload | ||
| + | ~# service apache2 reload | ||
| ~# | ~# | ||
| </ | </ | ||
| Ligne 46: | Ligne 47: | ||
| ==== Contrôle ==== | ==== Contrôle ==== | ||
| <code bash> | <code bash> | ||
| - | ~# apache2ctl -D DUMP_VHOSTS | + | ~# service apache2 reload |
| + | ~# apache2ctl -D DUMP_VHOSTS | ||
| VirtualHost configuration: | VirtualHost configuration: | ||
| *:80 is a NameVirtualHost | *:80 is a NameVirtualHost | ||
| Ligne 54: | Ligne 56: | ||
| ~# | ~# | ||
| </ | </ | ||
| + | ===== Liens ===== | ||
| + | * [[Configuration des sites]] | ||
installation_d_apache.1441309455.txt.gz · Dernière modification : 2023/07/04 10:55 (modification externe)