How to install httpd web server in Linux

0 votes

Hi Guys,

I have my html file to host. For that I want to use httpd web server. How can I configure in my Linux system?

Thank You 

Apr 21, 2020 in Linux Administration by akhtar
• 38,230 points
645 views

1 answer to this question.

0 votes

Hi@akhtar,

To install httpd web server in CentOS/RHEL machine, follow the below given steps.

$ yum install httpd
$ systemctl start httpd
$ systemctl enable httpd

If you are using Ubuntu system, then follow the below given steps to install httpd web server.

$ sudo apt install apache2
$ sudo service apache2 start
answered Apr 21, 2020 by MD
• 95,440 points

Related Questions In Linux Administration

0 votes
1 answer

How to configure FTP server in Linux System?

Hi@akhtar, You need to install vsftpd software in ...READ MORE

answered Jul 9, 2020 in Linux Administration by MD
• 95,440 points
625 views
0 votes
1 answer

How to install MySQL in Linux system?

Hi@akhtar, You need to install the software for ...READ MORE

answered Jul 26, 2020 in Linux Administration by MD
• 95,440 points
669 views
0 votes
1 answer

How to Install tcpdump in Linux?

Hi@akhtar, Many Linux distributions already shipped with tcpdump tool, if ...READ MORE

answered Oct 3, 2020 in Linux Administration by MD
• 95,440 points
844 views
0 votes
1 answer

How to create directory of current username in ruby on Linux server

Hi, The command whoami is used to know ...READ MORE

answered Nov 25, 2020 in Linux Administration by MD
• 95,440 points
593 views
+1 vote
1 answer
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,523 views
0 votes
1 answer

How to install nginx web server in CentOS/RHEL?

Hi@akhtar, To install nginx in your system, you ...READ MORE

answered Apr 24, 2020 in Linux Administration by MD
• 95,440 points
614 views
+1 vote
1 answer

How to configure NFS server in Linux?

Hi@akhtar, To configure NFS server in your system, ...READ MORE

answered May 27, 2020 in Linux Administration by MD
• 95,440 points
760 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP