diff --git a/admin_manual/configuration_server/harden_server.rst b/admin_manual/configuration_server/harden_server.rst index c5776e823..c5983f9e5 100644 --- a/admin_manual/configuration_server/harden_server.rst +++ b/admin_manual/configuration_server/harden_server.rst @@ -36,6 +36,9 @@ The random number generation also tries to request random numbers from ``/dev/urandom``, thus it is highly recommended to configure your setup in such a way that PHP is able to read random data from it. +.. note:: When having an ``open_basedir`` configured within your ``php.ini`` file, + make sure to include the folder ``/dev``. + Enable hardening modules such as SELinux ****************************************