Skip to main content

Error applying CSF recommendations for PHP

Comments

4 comments

  • Infopro
    Leave off the title, its in the file where you add it already. Find this: disable_functions = Change it to this: disable_functions = show_source, system, shell_exec, passthru, exec, phpinfo, popen, proc_open
    0
  • Infopro
    Just to add, if you're not using multiple versions of PHP, say you're just interested in using 5.6 only, you can disable the other versions in EasyApache. That way you're only adding that line once. (which solves the alerts in CSF Server Check)
    0
  • Karl1
    Thanks for the second tip. Will take care of it. As for the issue of this post, at first I was only adding "show_source, system, shell_exec, passthru, exec, phpinfo, popen, proc_open" since the start of the line "disable_functions =" was already there. I followed your advice and now all works like a charm.. Thanks anyway, case solved
    0
  • Infopro
    Happy to help. :)
    0

Please sign in to leave a comment.