Optimaliseren highLoad server

Performance issues is een probleem voor elke systeembeheerder. Hieronder staan wat handige tips om een web cluster te optimaliseren in Linux. Hier wordt een cluster met websites en mysql bedoeld. Elke website is uniek en heeft zijn eigen bottlenecks. Hieronder staan tips, echter er is geen garantie dat je website sneller wordt.

Optimaliseren highLoad server Meer lezen »

Uptime garanties

Veel hosters geven hun uptime percentage bij hun producten. Maar hoeveel downtime is dat eigenlijk op jaarbasis? Hieronder staat een overzicht van alle downtime. Ook is hieronder te zien dat een uptime van 5 negens nagenoeg onmogelijk is. Mocht er meer uptime gewenst zijn, dient dit op een andere manier opgelost te worden, door bijvoorbeeld

Uptime garanties Meer lezen »

Linux Check Password Strength With Cracklib-check Command

Using the same password on different servers allows attackers to access your accounts if cracker manage to steal your password from a less secure server. This is true for online website accounts too. So solution is to create unique passwords for server accounts like your email, sftp and ssh accounts. General guideline to create a

Linux Check Password Strength With Cracklib-check Command Meer lezen »

PHP handlers DSO vs. CGI vs. suPHP vs. FastCGI

This is one of the most common topics that I see customers will ask about. As highly important as PHP handlers are, they often the least understood. They seem complicated, but its not too hard to understand. You don’t have to know that exact science of how it all works, but one should learn the

PHP handlers DSO vs. CGI vs. suPHP vs. FastCGI Meer lezen »

installing Nginx with php fast-cgi on Ubuntu

Nginx is an awesome webserver and reverse proxy that is feature rich and super fast. Perwiki.nginx.org here is the description of the server: ———————————————————————————————————- Nginx is a free, open-source, high-performance HTTP server and reverse proxy, as well as an IMAP/POP3 proxy server. Igor Sysoev started development of Nginx in 2002, with the first public release in 2004. Nginx

installing Nginx with php fast-cgi on Ubuntu Meer lezen »