
- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
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
- Related Questions & Answers
- How to execute a python cgi-script under Linux?
- How we can execute linux command with Python CGI script?
- How to configure Apache for Python CGI Programming?
- How to pass variable in one Python CGI script to other Python CGI script?
- How to secure my Python CGI script?
- How we can run Python CGI Script on Windows XP?
- How to call a python cgi script from another script?
- How to Configure Nagios Server for Monitoring Apache Server
- How to Setup Virtual Hosts with Apache Web Server on Linux
- How to finish a Python CGI script gracefully?
- How to send email using Python CGI script?
- Why do I get Internal Server Error 500 in my Python CGI script?
- How to pass Checkbox Data to Python CGI script?
- Running a static site on Apache Server from Docker
- How to change the root directory of an Apache server on Linux?
Advertisements