Results 1 to 10 of 18
Threaded View
-
9th Mar 2012, 05:03 PM #9OPMember
^ i already saw that when googled can u explain more clearly that like i rRemove all functions from disable_functions in php.ini
and leave it blank ''
Add functions in php.ini suhosin.executor.func.blacklist = “” those you want to disable globally.
suhosin.executor.func.blacklist = “”
those you want to disable globally.
and
<VirtualHost 127.0.0.1>
………..
<IfModule mod_php5.c>
php_admin_value suhosin.executor.func.blacklist = “shell_exec”
</IfModule>
……
</VirtualHost>
In this example shell_exec has been enabled for the VirtualHost.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
should i enable cloudflare?
By ::ALEX:: in forum Webmaster DiscussionReplies: 19Last Post: 12th Jul 2012, 08:04 PM -
need help to enable .htaccess in vps
By okpaa in forum Server ManagementReplies: 3Last Post: 16th May 2011, 11:12 AM -
[Hiring] Someone to enable RAR/unRAR on my RL
By kohkindachi in forum Completed TransactionsReplies: 8Last Post: 2nd Nov 2010, 01:22 PM -
How To Enable Mod_Rewrit in VPS?
By Dan.Crew in forum Server ManagementReplies: 4Last Post: 26th Oct 2010, 06:36 AM -
Enable Rep system?
By sewer in forum Webmaster DiscussionReplies: 1Last Post: 2nd Sep 2009, 10:25 PM
themaCreator - create posts from...
Version 3.55 released. Open older version (or...