In this article we will see how to install Apache (HTTPD) and website configuration in centos / Redhat server yum install httpd sudo systemctl status httpd sudo systemctl start httpd [ … ]
Category: Real Time Concepts
Web Server in Debian(ubuntu)
Web ServerWeb Server in Debian(ubuntu)
Lamp Setup In Amazon Linux
Lamp Setup In Amazon Linux
Lamp Setup In Fedora
Lamp Setup In Fedora
Lamp Setup In Centos/Redhat
PHP and HTTPD Installation In centos 7 sudo rpm -Uvh http://rpms.remirepo.net/enterprise/remi-release-7.rpm sudo yum -y install yum-utils sudo yum-config-manager –enable remi-php56 sudo yum install httpd php php-openssl php-pdo php-mbstring php-tokenizer php-curl [ … ]
Lamp Setup In Ubuntu
Lamp Setup In Ubuntu To install phpmyadmin in ubuntu follow as below sudo apt-get install phpmyadmin After installation open below config file vi /etc/apache2/apache2.conf Then add the following line to [ … ]