Outils pour utilisateurs

Outils du site


app:owncloud:configuration-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
app:owncloud:configuration-apache [2018/02/09 10:04] yoannapp:owncloud:configuration-apache [2021/02/01 21:51] (Version actuelle) – modification externe 127.0.0.1
Ligne 8: Ligne 8:
 </code> </code>
  
-Créer un certificat pour l'hote virtuel: consulter le wiki décrivant la création d'un certificat let's encrypt+Créer un certificat pour l’hôte virtuel: consulter le wiki décrivant la création d'un certificat let's encrypt
  
  
Ligne 22: Ligne 22:
 systemctl restart apache2 systemctl restart apache2
 </code> </code>
 +
 +==== PHP5 =====
 +
 +Installation des modules PHP:
 +
 +<code bash>
 +apt-get install php5-intl php5-curl
 +</code>
 +
 +Vérifier que les options et modules suivants sont actifs via **phpinfo()**
 +
 +
 +| ctype     | For character type checking                    |
 +| curl      | Used for aspects of HTTP user authentication   |
 +| DOM       | For operating on XML documents through the DOM API
 +| GD        | For creating and manipulating image files in a variety of different image formats
 +| HASH      |  For working with message digests (hash).
 +| Digest    |  Framework  
 +|iconv     | For working with the iconv character set conversion facility.
 +| intl     | Increases language translation performance and fixes sorting of non-ASCII characters
 +| JSON     | For working with the JSON data-interchange format.
 +| libxml    | This is required for the _DOM_, _libxml_, _SimpleXML_, and _XMLWriter_ extensions to work.
 +| Multibyte | String For working with multibyte character encoding schemes.
 +| OpenSSL   | For symmetric and asymmetric encryption and decryption, PBKDF2, PKCS7, PKCS12, X509 and other crypto operations.
 +| PDO       | This is required for the pdo_msql function to work.
 +| Phar     |For working with PHP Archives (.phar files).
 +| POSIX     | For working with UNIX POSIX functionality.
 +| SimpleXML | For working with XML files as objects.
 +| XMLWriter | For generating streams or files of XML data.
 +| Zip     |For reading and writing ZIP compressed archives and the files inside them.
 +| Zlib      | For reading and writing gzip (.gz) compressed files.
  
  
app/owncloud/configuration-apache.1518170647.txt.gz · Dernière modification : 2021/02/01 21:51 (modification externe)