Skeptical Posted May 17, 2010 Share Posted May 17, 2010 I want to lock down my system by disabling many php functions, such as: disable_functions = dl,passthru,proc_open,proc_close,shell_exec,system Will this cause problems with WHMCS? I'm thinking maybe some of the cron jobs? 0 Quote Link to comment Share on other sites More sharing options...
sgrayban Posted May 18, 2010 Share Posted May 18, 2010 dl can cause stability problems so I wouldn't use that plus its been removed from php 5.3 or use enable_dl = Off ; Enabling safe mode would be the way to go but I think that does break WHMCS with some of the server addons. Disabling system can really cause a problem if you disable it especially for uploading attachments. If you want php security instead install suhosin http://www.hardened-php.net/suhosin/ which can do a much better job at isolating hacking. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.