One of the most common and frustrating errors encountered by PHP coders reads: “Fatal error: Allowed memory size of 8388608 bytes exhausted…” followed by something like “(tried to allocate XXXX bytes) in /home/www/file.module on line 12.” This fatal PHP error crops up because, by default, PHP has a memory usage limit of 8 MB for… READ MORE
If you have to deal with a CentOS server, there are some specific solutions, that should be known by a Linux administrator. Today I will post the solution for yum error. You can get this error on software update. For example, when trying to update the installed packages: Let’s see the error message. It tells… READ MORE
Nginx (pronounced “engine x”) is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows how you can install Nginx on a CentOS server with PHP5 support (through FastCGI) and MySQL support. 1 Preliminary Note In this tutorial I use the… READ MORE