
- Python Basic Tutorial
- Python - Home
- Python - Overview
- Python - Environment Setup
- Python - Basic Syntax
- Python - Comments
- Python - Variables
- Python - Data Types
- Python - Operators
- Python - Decision Making
- Python - Loops
- Python - Numbers
- Python - Strings
- Python - Lists
- Python - Tuples
- Python - Dictionary
- Python - Date & Time
- Python - Functions
- Python - Modules
- Python - Files I/O
- Python - Exceptions
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 Articles
- How to configure Apache for Python CGI Programming?
- How to pass Radio Button Data to Python CGI script?
- How to pass Text Area Data to Python CGI script?
- How to read all HTTP headers in Python CGI script?
- How to Configure Nagios Server for Monitoring Apache Server
- How to pass Checkbox Data to Python CGI script?\n\n
- How to pass Drop Down Box Data to Python CGI script?
- How to Setup Virtual Hosts with Apache Web Server on Linux
- How to process a simple form data using Python CGI script?
- How to send the result of Python CGI script to the browser?
- How to change the root directory of an Apache server on Linux?
- Running a static site on Apache Server from Docker
- Websockets Apache Server compatibility in HTML5
- Use ./ (Dot Slash) to execute script file?
- How To Set Up Multiple SSL Host With A Single Apache Server

Advertisements