(B15) Linux Admin part11 Web Server - Apache HTTPD

Pubblicato il: 23 marzo 2022
sul canale di: 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
---------------------------------------------------


In questa pagina del sito puoi guardare il video online (B15) Linux Admin part11 Web Server - Apache HTTPD della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Latif Shaik (latiftechnotes) 23 marzo 2022, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 31 volte e gli è piaciuto 0 spettatori. Buona visione!