
How to check php-apc has been loaded or not ?
Q. I have setup LEMP server with php-apc for better performance but i am not sure php-apc has been loaded or not ? A. Run the following command : [root@vps…
How to check php-apc has been loaded or not ?
Q. I have setup LEMP server with php-apc for better performance but i am not sure php-apc has been loaded or not ? A. Run the following command : [root@vps…
The “/var/run/php-fpm.sock failed (13: Permission denied) while connecting to upstream, client: 127.0.0.1” error is a common issue that developers and administrators encounter when working with PHP-FPM on a Linux-based server….
How to Install Nginx With PHP5 (and PHP-FPM) and MySQL (LEMP) On Ubuntu 14.04
NGINX, pronounced “Engine X” is an alternate web server for Apache. NGINX is an open source web server and a reverse proxy server for HTTP, SMTP, POP3 and IMAP protocols….
How to Fix 403 forbidden error at Nginx
A 403 Forbidden error is an HTTP status code indicating that the server has received and understood the request, but the requested resource is restricted and cannot be accessed. When…
How to Setup WordPress on Nginx, PHP-FPM and MySQL
WordPress, a widely used blogging platform, can be served using either Apache or NGINX. While Apache is the most popular web server and has served many of the world’s largest…
How to Setup Nginx With PHP-FastCGI on CentOS 6.2/CentOS 6.3 VPS Server
At the previous post, i have setup Nginx as reverse proxy to apache web server. This post will covers the steps how to setup nginx web server to use PHP-FastCGI…
Nginx Reverse Proxy Setup for Linux Server
Nginx also pronounced “Engine-X” is a free, open-source HTTP Web server and one of the best alternative to Apache http server. It is a high-performance edge web server with the…
How to Install Nginx Web Server on CentOS 6.3
Nginx or “engine x” is a free, open-source HTTP server and one of the alternative to Apache http server. It’s a high performance edge web server with the lowest memory…
How to Install and Configure Nginx Web Server on CentOS 6.2
Nginx or “engine x” is a free, open-source HTTP server and one of the alternative to Apache http server. It’s a high performance edge web server with the lowest memory…