Red Hat Enterprise Linux (RHEL) is a Linux-based operating system developed by Red Hat and targeted toward the commercial market. Red Hat Enterprise Linux is released in server versions for x86, x86-64, Itanium, PowerPC and IBM System z, and desktop…
WAMP Environment Zend Framework Configuration
Zend Framework is an open source framework for developing web applications and services with PHP 5. Zend Framework is implemented using 100% object-oriented code. The component structure of Zend Framework is somewhat unique; each component is designed with few dependencies…
Installation LNMP ( Nginx+MySQL+PHP ) on Ubuntu
Update $ sudo apt-get update Installing Nginx $ sudo apt-get install nginx After installation, the file structure like this: All configuration files are in /etc/nginx, and each virtual host has been arranged in the /etc/nginx/sites-available; Program files in the /usr/sbin/nginx;…
Installation WNMP ( Nginx, MySQL, PHP ) on Microsoft Windows
Nginx is an open source web server and a reverse proxy server for HTTP, SMTP, POP3, and IMAP protocols, with a strong focus on high concurrency, performance and low memory usage. It is licensed under a BSD-like license and it…