Quantcast
Channel: Helix – Centrora Security
Viewing all articles
Browse latest Browse all 17

Enhancing your PHP Security in Plesk

$
0
0

When you access the Audit sectionin Centrora Security, if you see the following warnings

Then please go to Plesk Control Panel –> PHP Setting, and add the following codes into Additonal Directives field

Codes needed:

register_globals=off
safe_mode=off
allow_url_fopen=off
display_errors=off
session.save_path='/tmp'
disable_functions="exec,passthru,shell_exec,system,proc_open,curl_multi_exec,show_source,eval"

This will enhance the security setting of your website.

The post Enhancing your PHP Security in Plesk appeared first on Centrora Security.


Viewing all articles
Browse latest Browse all 17

Trending Articles