Recent Comments
- Why We Deserve Our System Administration Appreciation Day ~ Mattias Geniar on System Administrator Appreciation Day 2010 @ Nucleus
- krilipikalko on System Administrator Appreciation Day 2010 @ Nucleus
- System Administrator Appreciation Day 2010 @ Nucleus ~ Mattias Geniar on System Administrator Appreciation Day @ Nucleus = Win
- Karmel on Creating excel files through PHP
- Mike on Install GD Library For PHP5 On CentOS
- Matti on Install GD Library For PHP5 On CentOS
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
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. :-)
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