Outils pour utilisateurs

Outils du site


prog:apache

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édentesRévision précédente
Prochaine révision
Révision précédente
prog:apache [2017/09/10 20:02] – maff => mhtml rootprog:apache [2020/04/28 22:50] (Version actuelle) – mhtml -> html root
Ligne 6: Ligne 6:
  
 =====Taille maxi upload===== =====Taille maxi upload=====
-[[https://www.dokuwiki.org/faq:uploadsize|faq_uploadsize [DokuWiki]]], {{ :prog:apache:faq_uploadsize_dokuwiki_.mhtml |Archive}}+[[https://www.dokuwiki.org/faq:uploadsize|Maximum Upload File Size]] {{ :prog:apache:faq_uploadsize_dokuwiki_2020-04-28_10_43_55_pm_.html |Archive du 18/07/2019 le 28/04/2020}}
  
 Fichier ''php.ini'' : Fichier ''php.ini'' :
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=====
 +<code>
 +RewriteEngine On
 +RewriteCond %{HTTPS} off
 +RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
 +</code>
 +
 +[[https://my.planethoster.net/knowledgebase/article/115/ssl-comment-rediriger-http-vers-https-depuis-le-htaccess|SSL - Comment rediriger HTTP vers HTTPS depuis le .htaccess - PlanetHoster]] {{ :prog:apache:ssl_-_comment_rediriger_http_vers_https_depuis_le_.htaccess_-_base_de_connaissances_2020-04-28_10_43_56_pm_.html |Archive le 28/04/2020}}
  
 =====Erreurs===== =====Erreurs=====
 ====Name or service not known: AH01564: unable to find IPv4 address of "localhost.localdomain"==== ====Name or service not known: AH01564: unable to find IPv4 address of "localhost.localdomain"====
 Dans le fichier ''/etc/hosts'', ajoutez la ligne ''127.0.0.1 localhost.localdomain'' Dans le fichier ''/etc/hosts'', ajoutez la ligne ''127.0.0.1 localhost.localdomain''
prog/apache.1505066540.txt.gz · Dernière modification : 2017/09/10 20:02 de root