Problem solved regarding cgi configuration on ubuntu 12.04 lts
Concept:-)
file used:-)
/etc/apache2/httpd.conf
/etc/apache2/sites-available/default
steps done 1:-)
in /etc/apache2/httpd.conf
added line
Sir i already tried this "Alias" concept
I did the following steps
===
Step 1:
added
"ScriptAlias /cgi-bin/ /var/www/cgi-bin/"
in /etc/apache2/sites-available/default
==
Jaiky writes:
> want to run a python script which contains simple form of html on firefox
> browser , but dont know what should be the configuration on ubuntu 12.04 to
> run this script i.e cgi configuration
>
>
>
> My code is
> ubder
> in /var/www/cgi-bin/forms__.py
>
>
>
> #!/usr/bin/en
want to run a python script which contains simple form of html on firefox
browser , but dont know what should be the configuration on ubuntu 12.04 to
run this script i.e cgi configuration
My code is
ubder
in /var/www/cgi-bin/forms__.py
#!/usr/bin/env python
import webapp2
form ="""