M
Mandi
Guest
Hello
I am trying to activate the allow_url_fopen for a specif domain in the vhost.conf.
the following lines where placed under the conf/vhost.conf directory:
I also reconfigure apache with:
/usr/local/psa/admin/sbin/websrvmng -v -a
but still the configuration seems to be not enforced
I get:
Directive Local Value Master Value
allow_url_fopen Off Off
I am trying to activate the allow_url_fopen for a specif domain in the vhost.conf.
the following lines where placed under the conf/vhost.conf directory:
PHP:
<Directory /home/httpd/vhosts/mydomain.com/subdomains/mysubdomain/httpdocs>
php_admin_value allow_url_fopen 1
</Directory>
/usr/local/psa/admin/sbin/websrvmng -v -a
but still the configuration seems to be not enforced
I get:
Directive Local Value Master Value
allow_url_fopen Off Off