How to Install PHP in nginx
Prerequisites Install nginx web server Step 1: Install PHP & PHP-FPM Install packages php & php-fpm package on server using[…]
Read more
Prerequisites Install nginx web server Step 1: Install PHP & PHP-FPM Install packages php & php-fpm package on server using[…]
Read more
Step 1: Prerequisite Install Web Server Step 2: Add Domains in nginx Configuration File To add multiple domains in nginx[…]
Read more
Subversion is a free/open-source version control system. Step 1: Prerequisites Install Web Server Step 2: Install Subversion Use following command[…]
Read more
Step 1: Install Nginx Nginx is well known web server. Download and install nginx repos: For RedHat # wget http://nginx.org/packages/rhel/6/noarch/RPMS/nginx-release-rhel-6-0.el6.ngx.noarch.rpm[…]
Read more
Step 1: Prerequisite Install Web Server Step 2: Install PHP Run the yum install command # yum install php-mysql php-devel[…]
Read more
Step 1: Prerequisites Install Web Server PHP MySQL Server Step 2: Create WordPress Database # mysql -u root -p Enter[…]
Read more
Step 1: Prerequisite Install Web Server Step 2: Add Domains in Apache Configuration File To add multiple domains in web[…]
Read more
Step 1: Prerequisite Install Web Server Step 2: Create Directory Create a directory in /var/www/html/ (where DocumentRoot of apache is[…]
Read more