August 12Aug 12 Hi there,I was just trying to install Contao5 on PHP8.4 within Froxlor. Contao complains about /dev/null not being in the open_basedir directive. So I wanted to add it under Settings > Webserver > Paths to append ... but it is not reflected in the PHP-Ini. The open_basedir says "open_basedir = "<customerpaths>:/usr/share/php/:/usr/share/php5/" - the latter paths are taken from FCGID-Settings in Froxlor. But the /dev/null won't get added.Is this normal behaviour or can it be considered a bug? The full name of the setting is:<--Paths to append to OpenBasedirThese paths (separated by colons) will be added to the OpenBasedir-statement in every vHost-container.-->Does this only apply for vhost-Containers? Since I have PHP as FCGID - the vhost does not Apply for Open_Basedir...Thanks for your thoughts,Thomas.
August 12Aug 12 Gerade eben schrieb Thomas Nagel: Is this normal behaviour or can it be considered a bug?intended, /dev/ is not allowed to be specified.Also consider switching to php-fpm, fcgid is pretty old
August 12Aug 12 Author Solution As a matter of Fact it is working now - I had to specify the global variable in the php configuration.I will be changing to fpm soon.
Create an account or sign in to comment