disalble/allow fopen per user

Ok,

I found it:

disable the fopen function in your php.ini.
add the following line to the user httpd.conf:
php_admin_flag allow_url_fopen On

Now your server is a bit a more secure :D
 
It should be off, if you want to disable it (to make the virtualhost more secure).
 
Back
Top