How to secure and not to be vulnerable to this php code

neo58

New member
Joined
Jun 17, 2006
Messages
2
Hello how to secure the dedicated and not to be vulnerable to this code in attachment ?
 
Hello,

The best way is to set your public_html to chmod 750, and use group "apache" on it, so that other users can see in. Then to stop the apcahe user from other accounts seeing in, you'd need to enable safemode and open_basedir.

John
 
I have using open_basedir now but if enable Safe Mode this will be a bug cut in functionality.
 
Security is always a tradeoff against convenience and functionality.

You can have a perfectly secure computer. Unplug it and put it in the closet.

It won't have much functionality, but it'll be completely secure.

:D

Jeff
 
Back
Top