Edit /etc/httpd/conf/httpd.conf
Tambah index.php pada DirectoryIndex seperti dibawah:
DirectoryIndex index.php index.html index.html.var
Reload httpd
service httpd reload
Edit /etc/httpd/conf/httpd.conf
Tambah index.php pada DirectoryIndex seperti dibawah:
DirectoryIndex index.php index.html index.html.var
Reload httpd
service httpd reload
wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
rpm -Uvh remi-release-6.rpm
yum install yum-utils
yum-config-manager –enable remi-php56
yum install php
wget https://archives.fedoraproject.org/pub/archive/epel/6/x86_64/epel-release-6-8.noarch.rpm –no-check-certificate
rpm -ivh epel-release-6-8.noarch.rpm
yum –disablerepo=epel -y update ca-certificates
Install dari archive epel sebab OL 6 tak ada package open-vm-tools
yum install https://archives.fedoraproject.org/pub/archive/epel/6/x86_64/Packages/l/libdnet-1.12-6.el6.x86_64.rpm
yum install https://archives.fedoraproject.org/pub/archive/epel/6/x86_64/Packages/l/libmspack-0.6-0.1.alpha.el6.x86_64.rpm
yum install https://archives.fedoraproject.org/pub/archive/epel/6/x86_64/Packages/o/open-vm-tools-10.1.5-6.el6.x86_64.rpm