Server Hardenning + Tuning

pnode

Verified User
Joined
Dec 2, 2007
Messages
27
Hi,

My new vps is up and ready with directadmin.
Now i am looking for server tuning and hardenning.

Can anybody recommend me a management company ?

Thank you
 
Hi,

My new vps is up and ready with directadmin.
Now i am looking for server tuning and hardenning.

Can anybody recommend me a management company ?

Thank you

I can recommend myself, but there are some things you can do yourself.
First of all is to search this forum. But i'll give some hints:

# Chmod 'telnet', 'wget', etc. to 700 (root only). Users could use CURL to get files.
# Disable 'system(), exec(), shell_exec() en dl()* functions in PHP.
# Enable open_basedir for all shared users. You can use safe_mode but is has many disadvanges.
# Install the suhosing PHP-hardening module.
# set 'allow_url_fopen' off in your php.ini. You don't want users to include external url's.

* default since PHP 5.2.5.
 
Last edited:
... I would send pm to smtalk.... he fixed some stuff for me :) ... You can do it by yourself ... I am doing it ...reading but ... it's time killer... and from what I know by checking the forum...he will do it for you... just respect his time spent on it and his knowledge($$$).
 
Back
Top