Further delving leads to "Apache Tutorial: Dynamic Content with CGI" in
the Apache Documentation.
Under that is a section "But it's still not working! ... you see ... The
source code of your CGI program ...That means that you have not properly
configured Apache to process your CGI program. Rere
John Joseph wrote:
> Hi
> I am trying to execute .py scripts from my
> apache web server , but it is not giving the results
> as how I run php files , it just displays the
> contents of the script , I am able to run and get
> results of PHP from the same loaction
> my “sample-test.py “file
Hi
I am trying to execute .py scripts from my
apache web server , but it is not giving the results
as how I run php files , it just displays the
contents of the script , I am able to run and get
results of PHP from the same loaction
my sample-test.py file is as follows
import cgi
reshtm