prog: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 | ||
prog:apache [2017/09/10 20:02] – maff => mhtml root | prog:apache [2020/04/28 22:50] (Version actuelle) – mhtml -> html root | ||
---|---|---|---|
Ligne 6: | Ligne 6: | ||
=====Taille maxi upload===== | =====Taille maxi upload===== | ||
- | [[https:// | + | [[https:// |
Fichier '' | Fichier '' | ||
Ligne 15: | Ligne 15: | ||
php_value upload_max_filesize 15M | php_value upload_max_filesize 15M | ||
php_value post_max_size 15M | php_value post_max_size 15M | ||
+ | |||
+ | =====Rediriger http vers https===== | ||
+ | < | ||
+ | RewriteEngine On | ||
+ | RewriteCond %{HTTPS} off | ||
+ | RewriteRule (.*) https:// | ||
+ | </ | ||
+ | |||
+ | [[https:// | ||
=====Erreurs===== | =====Erreurs===== | ||
====Name or service not known: AH01564: unable to find IPv4 address of " | ====Name or service not known: AH01564: unable to find IPv4 address of " | ||
Dans le fichier ''/ | Dans le fichier ''/ |
prog/apache.1505066540.txt.gz · Dernière modification : 2017/09/10 20:02 de root