Securing PHP webservers

by Tweak on October 29, 2010
in Php, Security

PHP applications have a reputation for higher than average security problems. What configuration techniques do you use for making sure the application is secure as possible ?

I’m looking for ideas like:

I normally use Linux, but feel free to suggest Windows solutions too.

By David Pashley?

Read more…

How To Secure /tmp and /dev/shm partition

by Tweak on June 12, 2009
in Linux, Security, Servers

Keep you server clean of rookits is a good idea to get a good security level. A sysadministrator can create a seperate partition for /tmp and mount it with noexec and nosuid parameters. And to do it is not necessary to reboot or repartition your drive.

1. First you should secure /tmp:
Read more…