D
dom974
Guest
Hi everyone,
I know Plesk install is somehow "You install it, it works, you don't touch it anymore"
I want to get a list of things that could help plesk servers being more secured. I know I've just tweaked a small part of plesk configuration, but I definitely need advices from others
I'll start with my own settings and if you have more ideas (especially mysql and apache), please post it, it will be useful for all plesk admins.
My advices :
1/ Run apache with mod_suphp
Running php scripts under user permissions is a very good idea
2/ Limit the number of processes for apache and mysql
Otherwise, if you're not load balancing, you could see your server get crashed when there are peaks of visitors
3/ Set Root Login to NO under OpenSSH conf
It will give you another security layer. Remember, if someone obtains your root password ... you're dead :/ Whatever security tool you've installed, root password is the bottom line
4/ Change passwords often (like once a month) with apg
Apg is a password generator tool that can give you easy-to-remember passwords (for exemple, Ez8diR_)
5/ Check your logs and processes each day, just to see if everythings ok
top, ps -aux, tail /var/log ...
6/ run ntpdate once a day
Being on time is important for the time displayed on emails
Well that's just a small list of tips, please give yours !
I know Plesk install is somehow "You install it, it works, you don't touch it anymore"
I want to get a list of things that could help plesk servers being more secured. I know I've just tweaked a small part of plesk configuration, but I definitely need advices from others
I'll start with my own settings and if you have more ideas (especially mysql and apache), please post it, it will be useful for all plesk admins.
My advices :
1/ Run apache with mod_suphp
Running php scripts under user permissions is a very good idea
2/ Limit the number of processes for apache and mysql
Otherwise, if you're not load balancing, you could see your server get crashed when there are peaks of visitors
3/ Set Root Login to NO under OpenSSH conf
It will give you another security layer. Remember, if someone obtains your root password ... you're dead :/ Whatever security tool you've installed, root password is the bottom line
4/ Change passwords often (like once a month) with apg
Apg is a password generator tool that can give you easy-to-remember passwords (for exemple, Ez8diR_)
5/ Check your logs and processes each day, just to see if everythings ok
top, ps -aux, tail /var/log ...
6/ run ntpdate once a day
Being on time is important for the time displayed on emails
Well that's just a small list of tips, please give yours !