Lesson - 62 : Python Advanced - Python CGI Programming : Web Server Support and Configuration

Опубликовано: 21 Январь 2018
на канале: Sada Learning Hub
506
7

**************************************************
Python Core PlayList :    • Lesson - 01 : Python3 - What is python  
Python Advanced PlayList :    • Lesson - 46 : Python Advanced - Python OOP...  
**************************************************

Python CGI Programming : Web Server Support and Configuration:

Step0 : Install apache2 : sudo apt-get install apache2
Step1 : etc/apache2/conf-available/cgi-enabled.conf
var/www/html/cgi-enabled
Ifconfig

Step2 : Sudo ufw enable
Sudo ufw status
Sudo ufw allow 80
sudo a2enconf cgi-enabled
sudo a2enmod cgi
sudo a2disconf serve-cgi-bin

Step3 : Sudo service apache2 status
Sudo service apache2 start
Sudo service apache2 stop
Sudo service apache2 restart

Step4 : chmod 755 hello.py

Sample Projects : https://github.com/SadaLearningHub1/P...


На этой странице сайта вы можете посмотреть видео онлайн Lesson - 62 : Python Advanced - Python CGI Programming : Web Server Support and Configuration длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Sada Learning Hub 21 Январь 2018, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 506 раз и оно понравилось 7 зрителям. Приятного просмотра!