prog:apache
Différences
Ci-dessous, les différences entre deux révisions de la page.
Prochaine révision | Révision précédente | ||
prog:apache [2016/11/26 20:04] – Création avec "Trop d'instances httpd" root | prog:apache [2020/04/28 22:50] (Version actuelle) – mhtml -> html root | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
=====Trop d' | =====Trop d' | ||
- | Dans le fichier '' | + | Dans le fichier '' |
+ | |||
+ | =====Log d' | ||
+ | ''/ | ||
+ | |||
+ | =====Taille maxi upload===== | ||
+ | [[https:// | ||
+ | |||
+ | Fichier '' | ||
+ | upload_max_filesize = 15M | ||
+ | post_max_size = 15M | ||
+ | |||
+ | Fichier '' | ||
+ | php_value upload_max_filesize 15M | ||
+ | php_value post_max_size 15M | ||
+ | |||
+ | =====Rediriger http vers https===== | ||
+ | < | ||
+ | RewriteEngine On | ||
+ | RewriteCond %{HTTPS} off | ||
+ | RewriteRule (.*) https:// | ||
+ | </ | ||
+ | |||
+ | [[https:// | ||
+ | |||
+ | =====Erreurs===== | ||
+ | ====Name or service not known: AH01564: unable to find IPv4 address of " | ||
+ | Dans le fichier ''/ |
prog/apache.1480187067.txt.gz · Dernière modification : 2016/11/26 20:04 de root