Documentation du Dr FRAPPE

Ce wiki regroupe les résultats de mes expériences en informatique accumulés au cours de mes recherches sur le net.

Dans la mesure du possible, j'ai cité mes sources ; il en manque certainement… :-)

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évisionLes deux révisions suivantes
tutoriel:internet:disque_internet:owncloud:raspi:start [2022/03/03 12:58] – [Première étape] admintutoriel:internet:disque_internet:owncloud:raspi:start [2022/03/03 14:03] – [Première étape] admin
Ligne 129: Ligne 129:
 To activate the new configuration, you need to run: To activate the new configuration, you need to run:
   systemctl restart apache2   systemctl restart apache2
-</cli> +</cli><code ini /etc/php5/apache2/php.ini>; When enabled, the ENV, REQUEST and SERVER variables are created when they're
-<code conf >; When enabled, the ENV, REQUEST and SERVER variables are created when they're+
 ; first used (Just In Time) instead of when the script starts. If these ; first used (Just In Time) instead of when the script starts. If these
 ; variables are not used within a script, having this directive on will result ; variables are not used within a script, having this directive on will result
Ligne 166: Ligne 165:
 ; PHP's built-in default is text/html ; PHP's built-in default is text/html
 ; http://php.net/default-mimetype ; http://php.net/default-mimetype
-default_mimetype = text/html"+default_mimetype = "text/html"
  
 ; PHP's default character set is set to empty. ; PHP's default character set is set to empty.