PHP- Adding php allow_url_fopen in .conf
I need to add a allow_url_fopen directve for one directory. I'm on Debian 8 Jessie, running PHP 5.6.14. According to PHP doc, setting allow_url_fopen is not allowed in htaccess or in .user.ini so only while editing the .conf
As on Debian, the httpd.conf is named apache2.conf I tried to edit this file under Webmin, to add: php_flag allow_url_fopen on But this does nothing. Then I tried in the .conf of my virtual server (etc/apache2/sites-availables/my_domaine.tld) without any better result...