changeset 911:f9da5a7bd45f

merge
author Alain Mazy <am@osimis.io>
date Wed, 25 Jan 2023 14:15:26 +0100
parents 888df946c1be (current diff) 5622e4ac108b (diff)
children dbe3fd98beb0
files
diffstat 2 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/faq/features.rst	Wed Jan 25 14:15:03 2023 +0100
+++ b/Sphinx/source/faq/features.rst	Wed Jan 25 14:15:26 2023 +0100
@@ -85,6 +85,10 @@
 Compression is controlled by the ``StorageCompression`` option in the
 :ref:`Orthanc configuration file <configuration>`.
 
+Note that the Orthanc distribution comes with the
+``OrthancRecoverCompressedFile`` command-line tool if a system
+administrator needs to recover one attachment compressed by Orthanc.
+
 
 .. _metadata:
 
--- a/Sphinx/source/faq/https.rst	Wed Jan 25 14:15:03 2023 +0100
+++ b/Sphinx/source/faq/https.rst	Wed Jan 25 14:15:26 2023 +0100
@@ -35,6 +35,15 @@
 3. Modify the ``SslEnabled`` and ``SslCertificate`` variables in the
    :ref:`Orthanc configuration file <configuration>`.
 
+**Warning:** If you have installed Orthanc using the official package
+of a GNU/Linux distribution of the Debian family (such as Ubuntu),
+make sure that the ``libssl-dev`` package is installed. Otherwise,
+Orthanc will fail to start with the error message ``The TCP port of
+the HTTP server is privileged or already in use``. This is because
+Civetweb (the embedded HTTP server of Orthanc) cannot find the
+``/usr/lib/x86_64-linux-gnu/libcrypto.so`` shared library (`reference
+<https://groups.google.com/g/orthanc-users/c/5N1K9iniBoA/m/EXiYrKt3BQAJ>`__).
+
         
 Examples
 --------