April 30th, 2008
Previous post Basic Security Related PHP Directives showed us the basic set of PHP directives which significantly affects security of not PHP apps only. This article increases the spectrum of PHP security related configuration directives.
Read the rest of this entry »
Tags: configuration, php | Posted in Security | No Comments »
April 28th, 2008
Configuration of PHP is one of the significant security breakpoints. There is no doubt that ignoring this can lead to serious security consequencies. I’m not talking just about web applications vulnerabilities. Wrong PHP setup can allow to take your server under control by some invader. This article is trying to help you to do more for your calm sleep.
Read the rest of this entry »
Tags: configuration, php | Posted in Security | No Comments »
February 2nd, 2008
System administrators must be able to manage inbound and outbound network traffic as well as prevent unwelcome visitors. UNIX like systems offer several tools to successfully fulfill these tasks. TCP Wrappers is one of the oldest and this short article is trying to give you practical examples of its use.
Read the rest of this entry »
Tags: *nix, configuration, tcp/ip | Posted in Security | No Comments »