1) The Common Gateway Interface is a standard defining how web server software can delegate web page generation to a stand-alone application or executable file. 2) Computer Generated Imagery
0
votes
2answers
25 views
Web page which passes variables to shell script
I currently use a shell script we use to move data around, which is run with the following syntax:
./script.sh <env> <y|n> <file> <file> <file> <file> <file> ...
0
votes
0answers
16 views
render html(+images) in cgi python
I have an html page which I can run in python CGI like this
print
with open('index.html') as f:
print f.read()
My page shows up in the browser but It doesn't show the images which are linked ...
-1
votes
2answers
43 views
How to handle session in CGI using c as same as we do in PHP [closed]
Now I am trying to create one web application using CGI. Here I am using C for doing the CGI part. I need to handle multiple users. So the User session need to be implemented here.. When a user login ...
1
vote
3answers
69 views
Perl CGI Functional Programming - generating links
I have a Perl CGI script. I'm trying to generate hyperlinks on an HTML page using all the elements in an array. I'm using functional CGI style programming. Here's a minimal representation of my code:
...
1
vote
1answer
39 views
How can I replace named vars in a string in python from an incomplete dictionary?
I have a long html form I'm retriving data from and then populating in an html document and emailing it. I'm using form = cgi.FieldStorage() to get the data posted from my form and then I have a ...
0
votes
2answers
55 views
Perl: use HTML::Entities error
I'm connecting to a server running a HTML page with the following code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta name="generator" ...
1
vote
1answer
67 views
C++ GET Method Unhandled exception error performing mathematical operation
Can anyone help me? I'm getting an unhandled exception error "Unhandled exception at 0x1027d440 (msvcr100d.dll) in program.exe: 0xC0000005: Access violation reading location 0x00000000." Right now the ...
0
votes
2answers
43 views
How to create a cgi page with button to post to another page
I have a perl cgi page. It should have a textbox and a submit button. When the submit button is clicked it should POST values to another cgi page, where the values will be collected through param. I ...
0
votes
3answers
77 views
how to pass a variable from an HTML form to a perl cgi script?
I would like to use an HTML form to pass a variable to Perl CGI script so that I can process that variable, and then print it out on another HTML page.
Here is my HTML code: ...
0
votes
1answer
24 views
Using custom module with Python CGI script
I'm running a python CGI script on my localhost that needs to import and use another python module that I wrote. I placed the CGI script in the Apache cgi-bin directory (I'm running this on windows). ...
0
votes
1answer
35 views
Running python scripts from lighttpd - Firefox asking to save file
I am trying to run a simple Python script from my lighttpd server. The HTML code is:
<html>
<title>Interactive page</title>
<body>
<form method=POST ...
0
votes
0answers
38 views
WAMP not recognizing .py as CGI
I'm trying to execute .py files as CGI program and I'am using WAMP to do it.
But WAMP just isn't recognizing it as a CGI file so when I open it through localhost, I can just see the python code ...
1
vote
3answers
75 views
How can I use the value of a JQuery/Javascript variable in a Perl script?
I am a complete newbie to Perl & Javascript/Jquery/Ajax. As an example, I'd like to send the string var exampleString to test.pl, and the script will then write the string to file.
function ...
1
vote
3answers
127 views
IIS 7.5 Mercurial setup ignoring maxAllowedContentLength
I'm trying to setup Mercurial on IIS 7.5. I have a web.config for an application directory that is ignoring the maxAllowedContentLength attribute and I simply cannot get IIS to accept it! I've tried ...
0
votes
1answer
73 views
How to host Python on web server? [closed]
I, as of now, have only uploaded only PHP files on my web server. I'm planning to host only Python files. I want to use Jinja2 template. I have my web server on BigRock. They claim here, that they ...
0
votes
0answers
17 views
CGI 503 and 502 errors Windows 2008 IIS ro Apache
I have Windows 2008 R2 and IIS 7, I get 503 error when try to run a CGI .exe in debug mode, it runs OK in normal mode. After hours of frustration I installed Apache 2.2 and now I have opposite ...
0
votes
1answer
23 views
Parsing Cookies in bash cgi scripts [closed]
I am trying to transfer from less of query strings and more of cookies. So i need to make a script that parses the cookies from the HTTP_COOKIE request header. The format of the cookies is:
...
0
votes
2answers
37 views
Perl::CGI Redirect with a Parameter and Access it in the New Page
In PHP it is very common to redirect to a new URL and pass along information such as a 'username.'
<?php
header( 'Location: http://www.yoursite.com/new_page.php?user_name=$username' ) ;
?>
...
1
vote
4answers
74 views
CGI programming with Python using WAMP and HTML
I'm trying to connect an HTML file with python
Here's my HTML code
<html>
<head>
</head>
<body>
<form method="POST" action="C:\wamp\www\cgi-bin\nidhi.py">
...
0
votes
1answer
46 views
Python cgi script displays output in the browser only after its completion
I noticed that the python cgi script displays the output only after it has completed its execution, Is there a way, I could make the script to continue its execution and print the results continously. ...
0
votes
0answers
10 views
Getting dynamic content from sensor to a web browser
I want to connect the sensor to the desktop using a bluetooth or wifi of the sensor. I want to interpret this dynamic data on the web page. I want this to work even when the sensor is connected by ...
0
votes
1answer
75 views
spawn-fcgi: child exited with: 13
# spawn-fcgi -s /var/run/munin-fastcgi-html.sock -U nginx -u munin -g munin munin-fastcgi-html
spawn-fcgi: child exited with: 13
The .sock is created, but filesize is 0 bytes.
What does code 13 ...
1
vote
3answers
60 views
Error on python web page
I have installed Python and configured in apache. I created a Python web file and open this in browser, I get an error. But the same code working in command-line. I hope the problem is from my apache ...
0
votes
0answers
29 views
Eclipse Perl CGI debugging
I have an existing web application, written in Perl, running on Apache HTTP 2.2 server.
I'm using Eclipse and Windows Server 2008. I'm trying to setup Perl-cgi debug configuration.
Here is my folders ...
0
votes
0answers
60 views
Using multiple file input fields in an HTML form
Is there some trick to using multiple file input fields in an html form? I tried using 3 of them so that 3 files can be uploaded at once but on the page that the form POSTs to only the first input ...
0
votes
2answers
46 views
Python CGI Shopping Cart - Can't post or print more than one value?
I'm struggling to discover why my CGI python script will only print one value it obtains from an order form. I have a form on order.html with the following opening tag-
<form name="cInformation" ...
0
votes
1answer
78 views
Manipulate folder struct in a zip file ( linux && (bash || cgi script) ) without uncompressing
I want to write a script that manipulates many zip files. Same folder struct are in all archive files. I would like to change that.
I am reading for a while the zip manual and i can not figure out ...
0
votes
0answers
15 views
Python CGIServer is not redirecting to index.html
I have the following script as my CGI Server:
import BaseHTTPServer
import CGIHTTPServer
import cgitb; cgitb.enable() ## This line enables CGI error reporting
server = BaseHTTPServer.HTTPServer
...
0
votes
1answer
54 views
How to display contents of a file with formatting preserved on the browser using Perl CGI
I have a text file saved in the server side. I have to read the file and display its content to the browser using perl CGI. The file has several paragraphs, newline and tab characters. I want to ...
0
votes
1answer
33 views
Designing Hotspot in linux with additional features
I am doing my B.tech Major project and designing a hotspot s/w for linux server . It includes following features :
1. Bandwidth monitoring : I have to monitor how much bandwidth a particular user is ...
0
votes
0answers
56 views
Hello World in Python on Apache
I have been dabbling in Python over the past few weeks and thought it might be fun to mess around with writing some output in python on a website. Understanding that apache isn't the "ideal" ...
1
vote
0answers
85 views
Python on nginx using fcgiwrap - upstream closed prematurely FastCGI stdout while reading response header from upstream
I am trying to get a hello world python script to run on my nginx web server. I am getting a "502 Bad Gateway" error when I try and load up the URI: http://sub.dom.com/py-bin/hello.py
This is the ...
2
votes
2answers
109 views
unable to run java command from cgi
I have this function to read a doc file using tika on linux:
def read_doc(doc_path):
output_path=doc_path+'.txt'
java_path='/home/jdk1.7.0_17/jre/bin/'
environ = os.environ.copy()
...
0
votes
1answer
47 views
Invoking a dos batch file to run on a VM, using cgi, running on apache
kindly help me here.
My requirement is that we have a VM, on which few dos batch scripts need to be run, based on the parameters chosen on a web page form, which is hosted via Apache on the VM.
I ...
1
vote
2answers
61 views
Writing CGI script in Java
I trying to figure out how to write CGI scripts in Java.
I followed this examples -> http://www.javaworld.com/jw-01-1997/jw-01-cgiscripts.html?page=1
It provide cgi_lib.java, hello.html and ...
0
votes
0answers
26 views
MySQLDB import error in CGI python Script
I write following script in cgi-bin and if I run this script from browser by entering URL then script gives an 500 internal server error.
#!/usr/bin/python
import MySQLdb
import cgi
print ...
0
votes
1answer
38 views
Apache server preprocessing POSTed FORM data
I want to display a progress bar showing the live status of a file upload. I had a solution which involved perl reading from STDIN and then me AJAXing the file every second or so and it worked fine, ...
0
votes
1answer
36 views
getting error on browser refresh using cookies in python
Here is my form.html
form name="form1" action="/cgi-bin/form2.py" method="post"
input type="text" name="firstname"
input type="submit" value="submit"
and below is my form2.py
import cgi
print ...
0
votes
0answers
34 views
Apache CGI script: File does not exist (Trying to access file outside cgi-bin)
I have a cgi script that needs to output html that contains a script outside the cgi-bin directory. Unfortunately, for the apache err_log it appears that the script is still being searched for within ...
0
votes
1answer
59 views
Using Perl to get Checked and put VALUE in an array
I'm new to Perl and trying to check to see if a series of checkboxs on an HTML page are checked or not. Each checkbox has a different numeric value I want to add to an array in Perl. I keep getting an ...
0
votes
0answers
38 views
getstore not functioning in (CGI) perl script
I created a little test script to download an image and save it to disk:
#!/usr/bin/perl -wT
use LWP::Simple;
print "Content-type: text/plain", "\n\n";
print "TEST\n";
...
0
votes
0answers
24 views
Internal Server Error 500 Bugzilla installation
I followed this tutorial in installing Bugzilla, I didn't encounter any problem not until I hit localhost/bugzilla in the URL. My sites-available/default config is as follows:
#ScriptAlias ...
0
votes
0answers
128 views
Android Phonegap app view ipcam live stream
I'm building an android app with phonegap, all it does is direct to a site with other content and a live video stream.
The video stream(.cgi file) is displaying using a img tag(i.e. src="xxx.cgi"). ...
0
votes
2answers
32 views
calling Python cgi fieldstorage multiple times
I'm not too familiar with cgi.FieldStorage() for python and I'm running into trouble in my project. Basically, on my main page, I have a html form named criterion. The form's action calls process.py ...
0
votes
1answer
46 views
how to refresh browser automatically using cgi + python
i have form.html and form.py files. In form.html file i have a text box and a button when i enter some keyword in the text box and submit it, it executes form.py based on the keyword entered and it ...
0
votes
0answers
39 views
Deserealize JSON using json.loads
I have got a Internal Server Error when I use json.loads in my cgi website.
I tried to deserealize the same data in the Interpreter and it worked.
print "Content-Type: application/json\n\n";
...
0
votes
0answers
46 views
Ajax not working with Python cgi
Here is the html code:
<!DOCTYPE html>
<html>
<body>
<script type="text/javascript">
function getQuestionList() {
var xmlHttp = new XMLHttpRequest();
...
1
vote
0answers
49 views
cgi server on android device without root?
I realized a cgi-server on my android device (Acer Iconia Tab A511, Android 4) by a short python script:
import BaseHTTPServer
import CGIHTTPServer
import cgitb; cgitb.enable()
import os
...
0
votes
2answers
55 views
How to Combine Html + CSS code with python function?
I have zero experience with website development but am working on a group project and am wondering whether it would be possible to create an interaction between a simple html/css website and my python ...
0
votes
1answer
40 views
cgi.pm redirect does not print to Target _top
I am not sure how much information I need to give here .. so bear with me please while I try to explain the scenario. Apologies if there is too much "padding"
I have an application in which I use ...


