How to execute Python CGI Script on Apache Server?


in apache server normally python script will not run. SO you have to go httpd.conf file in apache server, inside that you will find some .php, .asp etc in a property called AddHandler, you have to put there .py. save the file and restart the server. then run your python CGI script, it will run properly 

Updated on: 30-Jul-2019

366 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements