serveur-apache2-debian:installation-configuration-apache2

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
serveur-apache2-debian:installation-configuration-apache2 [24/02/2020 18:16] zonewebmasterserveur-apache2-debian:installation-configuration-apache2 [24/02/2020 18:27] (Version actuelle) zonewebmaster
Ligne 118: Ligne 118:
     touch "${URI_LOG}access.log"     touch "${URI_LOG}access.log"
     touch "${URI_LOG}error.log"     touch "${URI_LOG}error.log"
 +    echo "page OK" > "${URI_SITE}index.html"
 +    chown www-data:www-data "${URI_SITE}index.html"
 else else
     if [ ! -e "${URI_SITE}" ]; then     if [ ! -e "${URI_SITE}" ]; then
Ligne 128: Ligne 130:
     touch "${URI_LOG}access.log"     touch "${URI_LOG}access.log"
     touch "${URI_LOG}error.log"     touch "${URI_LOG}error.log"
 +    echo "page OK" > "${URI_SITE}index.html"
 +    chown www-data:www-data "${URI_SITE}index.html"
 fi fi
  
  • serveur-apache2-debian/installation-configuration-apache2.txt
  • Dernière modification : 24/02/2020 18:27
  • de zonewebmaster