News

Important security information

November 10, 2007, 00:27

VS-HS does not use any of the built in “security” settings in PHP (including features such as Safe Mode), this is because those functions most often just break applications, which makes it a terrible way to solve security issues.

Most other servers run PHP by the same user, mostly called “nobody”. We believe that it’s not a good solution. So we decided to run something called suPHP which runs your PHP scripts under your OWN user (ie. calle).

However, this require you to maintain security for sensitive information such as passwords.

Please check that your file- and directory permissions meets the following suggestions.

We do regular checks for world-writeable files and fix their permissions, but it’s better if it’s done properly from the start, and our permission changes can break your (badly written) PHP scripts.