Server Security

A web server is used to make content available to a wide audience. At the same time, this means that third parties interact with the server. As a rule, there are (mostly automated) attacks on web servers several times a day. The goal here is to obtain protected data by exploiting security vulnerabilities or to abuse the server for criminal purposes.

In addition to attacks from the outside, long-term operation will also confront you with problems that come from within: Users accidentally deleting their survey projects and data, hard disks running full or insufficient computing power.

It has proven to be useful to run a survey server (which often processes personal data) on a separate server or in its own VM. This has two advantages: Firstly, the software (web server application, PHP) can be updated regularly without regard to other software. On the other hand, one avoids the risk that security vulnerabilities in other software (e.g. an unupdated WordPress instance) allow access to the server and thus to survey data. Therefore, the GDPR also explicitly refers to the separation of data processing operations.

To ensure secure server operation, the following points must be observed: