Find the Best Cosmetic Hospitals

Explore trusted cosmetic hospitals and make a confident choice for your transformation.

“Invest in yourself — your confidence is always worth it.”

Explore Cosmetic Hospitals

Start your journey today — compare options in one place.

Preparing steps for LAMP Installation

  • Apache install on Centos 7
  • MYSQL(MariaDB) install on Centos 7
  • PHP install on Centos 7

Apache install on Centos 7

  • Check OS version

# cat /etc/*release

  • Install apache

# yum install httpd httpd-devel

  • Start Service

# systemctl start httpd
# systemctl status httpd

  • Test URL

Browse for http://ip-address from web client system and same system

  • Add firewall rules

# Firewall-cmd –add-port=80/tcp –permanent
# Firewall-cmd –add-port=80/udp –permanent

MYSQL(MariaDB) install on Centos 7

  • Install MYSQL(MariaDB)

# yum install mariadb-server mariadb
# systemctl start mariadb

  • Make you MYSQL secure

# mysql_secure_installation
# systemctl restart mariadb

Connect to your MYSQL and set remote access to Remote IP

# mysql -u root -p
Enter password:
mysql>GRANT ALL ON . to root@’ip-addr’ IDENTIFIED BY ‘root’;
mysql>FLUSH PRIVILEGES; mysql>exit

PHP install on Centos 7

  • Install PHP

# yum install php php-mysql

  • Create test PHP file and restart Apache

# vi /var/www/html/info.php

<?php
phpinfo();
?>Code language: HTML, XML (xml)

# systemctl restart httpd

Verify config changes in Apache

  • Change 1: New file “php.conf” in /etc/httpd/conf.d/
  • Change 2: New file “10-php.conf” in /etc/httpd/conf.modules.d/
  • Change 3: New file “libphp5.so” in /etc/httpd/modules

Find Trusted Cardiac Hospitals

Compare heart hospitals by city and services — all in one place.

Explore Hospitals
MotoShare.in is your go-to platform for adventure and exploration. Rent premium bikes for epic journeys or simple scooters for your daily errands—all with the MotoShare.in advantage of affordability and ease.

Related Posts

Top 10 No-Code Platforms Tools in 2026: Features, Pros, Cons & Comparison

Introduction In 2026, no-code platforms have become essential for businesses and individuals looking to build powerful applications, websites, and automations without the need for programming knowledge. These…

Read More

Top 10 AI Training Data Platforms Tools in 2026: Features, Pros, Cons & Comparison

Introduction In 2026, AI training data platforms have become the backbone of successful machine learning (ML) and artificial intelligence (AI) projects. These platforms streamline the process of…

Read More

Top 10 AI Poster & Flyer Design Tools in 2026: Features, Pros, Cons & Comparison

Introduction In 2026, AI-powered poster and flyer design tools have revolutionized the way businesses, marketers, educators, and creators produce visually stunning promotional materials. These tools leverage artificial…

Read More

Top 10 Collaboration Platforms Tools in 2026: Features, Pros, Cons & Comparison

Introduction In 2026, collaboration platforms are more essential than ever. As remote and hybrid work environments continue to thrive, having the right collaboration tool can be the…

Read More

The 5 Most Popular Email APIs Among Developers In 2026

In the modern world, where everything is going digital, email is among the most important means of communication both in personal and business life. As a developer,…

Read More

Top 10 Construction Management Software Tools in 2026: Features, Pros, Cons & Comparison

Introduction Construction Management Software (CMS) has become indispensable in 2026 for efficiently handling various aspects of construction projects, ranging from budgeting, scheduling, resource allocation, project tracking, to…

Read More