News

Apache’s web server is a powerful tool for hosting websites. Learn how to set it up and configure it with this concise guide.
Here's a quick tutorial on how to setup Nginx with PHP support. The key? The installation of fastCGI, aka PHP-FPM, so Nginx can serve PHP files to clients.
PHP scripts are programs that run on Web servers. When the user's browser requests a website page, a PHP script runs, building the HTML markup for the page and sending it back to the browser for ...
Adding configurable logging levels to your PHP scripts can be a good way to eliminate "scrolling blindness", which occurs when there are too many logging messages to sift through. For a great ...