(B15) Linux Admin part11 Web Server - Apache HTTPD

Published: 23 March 2022
on channel: Latif Shaik (latiftechnotes)
31
0

20220323 164733
Web Server - Apache HTTPD service

1.install service -httpd
yum clean all
yum repolist

yum info httpd*

yum install httpd, httpd-tools

y

----
2.start service -httpd
systemctl status httpd

systemctl start httpd

systemctl status

3. enable at boot time

systemctl enable httpd

systemctl status httpd

4. config httpd.conf
less /etc/httpd/conf/httpd.conf

-
file--
cd /var/www/html/


---

restart the service
--
and verify by

in linux:
http://127.0.0.1 or http://localhost

from Win 10,

http://192.168.0.128

5.
add port no to firewall

firewall-cmd --zone=public --permanent --add-port=80/tcp

firewall-cmd --reload

firewall-cmd --list-all
---------------------------------------------------


Watch video (B15) Linux Admin part11 Web Server - Apache HTTPD online without registration, duration hours minute second in high quality. This video was added by user Latif Shaik (latiftechnotes) 23 March 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 31 once and liked it 0 people.