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 [2016/11/26 23:20] – Ajout de "Name or service not known: AH01564: unable to find IPv4 address of "localhost.localdomain"" 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' | =====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===== | =====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.1480198852.txt.gz · Dernière modification : de root
