In This Tutorial We Are going To Learn How to Configure Python As AWeb Server In Redhat Linux
Before Configuring Python As A Web server You Must Have Configured Yum Server In Your Linux System
Click This Link to Check How To configure yum server
http://www.newtech4you.in/2018/06/how-to-configure-yum-server-in-redhat.html
Now How To Configure Python As A Web Server
Here Is The Coding
#mkdir /ccna {For Creating Folder}
#cd /ccna {For Going Inside The Folder}
#touch {1..1000}.txt {For Creating 1000 text File}
#yum install python* -y {For Installing Python server}
#python2.4 -m SimpleHttpServer 8024 {For share The folder}
Now Our Portion Of Configuring Python As A Web Server Coding Is Complete
Now Open Chrome Browser Or Firefox Or Any Browser In Your System Then Type The Ip Address Of Your Linux System And Then Give The port
192.168.56.101:8024
Now Here you Can See All The Text File Which We Made in Linux System It’s All Text File Is Shown In browser
For More Information Or Any Othr Problem you Are Facing During Practical Then Check This Video