Tag Archives: apache

How To Change A Server’s Main IP Address (including DNS records) In Plesk

This applies to a Windows Plesk server, running any kind of 8.x Plesk. First of, change your IP address through RDP in the Network Settings of Windows, then it’s time to update Plesk – like this. Update Host’s IP address … Continue reading

Posted in Plesk | Tagged , , , , | 1 Comment

System Calls In Apache (Linux) vs IIS (Windows)

The following 2 pictures show a clear difference in system calls between a Linux’ Apache, and a Windows’ IIS. Draw your own conclusions. :-)

Posted in linux | Tagged , , , | 2 Comments

Simple Apache Security Trick – ServerTokens & ServerSignature

In a normal Apache installation, your config-file will look like this. # # ServerTokens # This directive configures what you return as the Server HTTP response # Header. The default is ‘Full’ which sends information about the OS-Type # and … Continue reading

Posted in Security | Tagged , , , | Leave a comment