How to enable/disable allow_url_fopen for a certain account in litespeed webserver.

ARUN Post in PHP
0

Since litespeed is using the same conf file as apache ( httpd.conf )

Edit the httpd.conf and under the VirtualHost entry for the specific domain, in last line add the following :

=================================

php_admin_value allow_url_fopen On

php_admin_value allow_url_include On

=================================

« Prev: :Next »

Leave a Reply

You must be logged in to post a comment.