Category: Server

Explore server-related development, covering management, sys admin tasks, and architecture within the world of backend systems.

Posts

Showing 5 posts in this category.

Migrating from Bare Metal to Containers

Server1460
Exploring the challenges of running multiple apps on a VPS without containers, and why I decided to migrate to Docker.

How to Hide your Servers Origin IP Address

Server9711
Learn how to protect your web server from DDoS attacks using CloudFlare, firewall whitelisting, HTTPS, mail server management, and more.

Fix PHP 500 Internal Server Error when using date()

Server1.6K0
A 500 internal server error using PHP's date() function was traced to a missing Sydney timezone file on CentOS 6.7. Here's how I fixed it.

Fixing Mixed Content warnings using cronjobs

Server1K0
Ensure your website displays the secure HTTPS lock by hosting images locally or using a cron job to fetch and store them. Learn how to fix mixed content errors!

How to get an A+ on Qualys’ SSL Labs Server Test (Apache)

Server9720
Determine your SSL security with Qualys' SSL Server Test. Learn to configure Apache HTTP for an A+ score and protect your website from vulnerabilities.