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
0answers
28 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
152 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
33 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
47 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
40 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
47 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
52 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 ...
0
votes
1answer
53 views
Run a Windows command in Perl outside of CGI enviroment
I have a specific proprietary application, which is dual use, running "account.exe" in a CGI context (eg from inside a web server) will make account.exe output a HTML page and such. Running ...
0
votes
0answers
13 views
How to run pythontutor on apache webserver?
does anybody know how to make pythontutor (http://www.pythontutor.com/ , https://github.com/pgbovine/OnlinePythonTutor/) work on a home LAN with apache2 webserver?
I tried to play with the default ...
0
votes
0answers
28 views
CSV Python CGI--trying to get a webpage to format list properly
I am reading two columns from a .csv file and printing those to a webpage. Everything is fine except the webpage is displaying the data as a huge paragraph whereas IDLE is listing it as a list. I ...
0
votes
1answer
69 views
Python: How can I gather and parse csv data from a webpage?
I have a webpage that prints out csv data using a cgi script. I want to parse the data using Python. So far I know that I can use urllib to request the url and obtain the html into one giant byte ...
1
vote
1answer
41 views
Perl CGI::Cookie not setting in Safari
I'm very new to perl. I have made a simple login script that is supposed to set a cookie before redirecting to my form page. I have tried everything I can think of but the cookie does not set in ...
0
votes
2answers
55 views
Passing session variables from php to perl
I need to pass php session variables from my php form to a perl script and vice versa so the forms fields can keep their values.
form.php
<?php session_start();
if (isset($_POST['submit'])){
...
0
votes
1answer
43 views
Run cgi or perl script without printing header in apache server
Hi can any one tell me how to run the perl or cgi script in apache server without printing header?
0
votes
0answers
22 views
Run wwwblast script from PHP script instead of CGI
.
I am trying to call blast.real program in php script instead of the cgi perl script. blast.real accept the std input. the cgi script is as follows:
CGI perl:
#!/bin/csh -f
#
# $Id: blast.cgi,v 1.1 ...
1
vote
2answers
51 views
Why should I avoid using CGI?
I was trying to create my website using CGI and ERB, but when I search on the web, I see people saying I should always avoid using CGI, and always use Rack.
I understand CGI will fork a lot of Ruby ...
0
votes
0answers
55 views
Using Apache to mirror a Tor Hidden Service on the public Internet
I have been fooling around with using apache as a reverse/CGI proxy to forward a tor hidden service to the public Internet. Similar to what the tor2web project does.
It looks like ProxyPass is my ...
0
votes
1answer
34 views
Python2 to python3 lists and bytes vs strings
I have a list of IP addresses I telnet to and gather data from. I put this data into two variables. I then want to print the data from the variables into a HTML table. It worked in Python 2 but ...
0
votes
1answer
32 views
perl cgi won't access php session data in /tmp
I am trying to gain access to an existing php session from a perl script. I can see sample of php to perl, but not perl to php. My biggest issue is accessing the /tmp directory correctly. I have all ...
0
votes
0answers
57 views
Deploying a Flask app to shared hosting at godaddy
I got shared economy hosting at godaddy, and I finally got cgi working with python. I created a simple cgi script:
#!/../bin/python
print "Content-type: text/html\n\n"
print "<body ...
0
votes
0answers
35 views
Python: How to call cgi script from another cgi script with variables (POST)
What I would like to do is to make 3 cgi scripts. The first prints a form. Then this form POSTS the data to the next which does the data checking making sure it is all valid. NOW here is the hard ...
0
votes
2answers
65 views
How to call a python cgi script from another stript
Although I can see many responses to similar questions, I don't really think they answer mine. Basically, I have a python cgi script and I want to run another script. So for instance, let's say that I ...
0
votes
1answer
51 views
perl cgi talks to javascript
I want to retrieve a csv file from one online database. However, due to some XSS issues, I cant directly use ajax, but need to relay on a perl-cgi file.
I already had a working perl-cgi file that can ...
0
votes
0answers
49 views
PHP module as a CGI on XAMPP [closed]
How to change the Server Api from Apache 2.4 Handler Apache Lounge to CGI/FastCGI on XAMPP v. 1.8.1-VC9 under Windows XP?
Solved uncommenting:
# PHP-CGI setup section:
<FilesMatch ...
0
votes
0answers
40 views
403 Forbidden CGI script
i'm trying to execute .cgi file on my server but return the following error
403 Forbidden
You don't have permission to access /run/test.cgi on this server.
Apache/2.0.64 (Win32) Server at localhost ...
0
votes
0answers
48 views
Trying to get Strawberry Perl to run on IIS 7.5
If this is not the correct form for this question please direct me to a more useful form
I am new to using perl on a web server. I am trying to get Strawberry Perl to work on
the windows IIS 7.5 ...
-1
votes
2answers
72 views
Perl regex and < character
Been searching for answer to this, but no luck. Shamefully asking because I think I am missing something fundamental. This code is part of a HTML form+CGI script that uploads a file ,extracts it, and ...
0
votes
1answer
27 views
Can I use the same PHP code for module and CGI installation
A simple and maybe stupid question:
Can I use the exact same PHP code no matter whether PHP is installed as a module or as a cgi binary? I understand that the processing is different in these two ...
0
votes
0answers
24 views
Reading Parameters in cgi script
For the Below Flex code -
var variables:URLVariables = new URLVariables();
variables.userID = "1234556";
var request:URLRequest = new URLRequest("www.test.com/test.cgi");
request.method = "POST";
...
0
votes
1answer
62 views
How to show progress bar in Python CGI + Jinja? - accessing dynamic variable?
I'm trying to add a progress bar to my Python/Jinja2 webpage.
Using an JS progress bar for unknown length/constant animation is easy, but since I know the % of completion of my script, I'm hopping to ...
0
votes
0answers
47 views
CGI for newbs: CGI as alternative to command line interface? [closed]
I develop scientific software in Python, and everything I've implemented requires a user to log into a terminal and use a command line interface. We want to explore a CGI interface as an alternative ...
0
votes
0answers
67 views
How to send email with ZIP attachments from web server in Python
I have a question about sending an email with ZIP attachments in Python. Here is how I am doing it:
def send_mail(send_from, send_to, subject, text, files=[], server="localhost"):
assert ...
0
votes
1answer
20 views
Using the replace() function in Python returns seemingly random string when used on CGI Script
In a fairly complex Python CGI script, I receive a string from a form in the client's web page. The string is a date and time value with the format "YYYY-MM-DD HH-MM-SS" and it reaches the script ...
0
votes
1answer
67 views
JQuery inside here-doc not working
Is it possible to include JQuery in the here-doc section of perl.
I tried but no success.
Here is my code.
my $cgi = CGI->new();print header();print start_html("JQuery in perl");
print ...
0
votes
0answers
16 views
SSI call inside CGI?
is it possible to place a Server Side Include within a CGI script?
Is there any alternatives to doing this?
0
votes
1answer
71 views
In my Python CGI script, how do I save to disk a file uploaded via POST request of data entered by the user in a form?
The client has a simple form that takes a text and a file:
<form name="add_show" id="add_show" action="" method="GET">
<label class="text-info">Show Name:</label>
<input ...
0
votes
0answers
46 views
Contact From Using CGI
I have very recently started learning how to write HTML code and after two days of coding I finally created a contact from. However, I soon realised that the form has a problem. I have used my ...
0
votes
0answers
54 views
Perl losing/resetting CGI parameters between forms
I'm having an interesting problem.
I've written a Perl script that calls a few subroutines that display HTML. The subroutines also contain form tags.
I currently have three input type="submit" ...
1
vote
1answer
80 views
import python module in home directory in CGI script
I have a CGI script that needs mechanize, but it is not installed system wide on my web host. I installed it in my home directory
$HOME/.local/lib/python2.7/site-packages/mechanize-0.2.5-py2.7.egg
...
0
votes
1answer
39 views
I'm getting “CGI Error: File is not a perl storable” error
I'm having an issue were my perl suddently and without any reason started throwing this exception back to me:
CGI Error: File is not a perl storable at blib\lib\Storable.pm (autosplit into ...
0
votes
1answer
120 views
JQgrid not working for local data
i am posting the data to cgi script and getting the response in json format. storing into the variable and trying to load it in the jqgrid. but Jqgrid not loading the local data even its showing ...
1
vote
2answers
147 views
jQuery AJAX to Perl JSON module decode of data
I need to be able to decode multiple parameters from the data portion of an ajax call to a perl cgi script. I know that everything else is working with my code, but for whatever reason I can't seem to ...
1
vote
0answers
38 views
404 Error on custom cgi on Windows Azure
we are in trouble to configure custom cgi (modulev3.exe) by Paybox System
we follow : ...
2
votes
1answer
100 views
run python script as cgi apache server
I am trying to make a python script run as cgi, using an Apache server. My script looks something like this:
#!/usr/bin/python
import cgi
if __name__ == "__main__":
print("Content-type: ...
-1
votes
2answers
92 views
Why is my Perl script giving the error “Can't find string terminator ” _HTML_“ anywhere before EOF”?
Hi I have just added an IF condition into my source and since then i am getting the error
"Can't find string terminator _HTML_ anywhere before EOF "
But it works if I remove the IF
I am new to ...
0
votes
1answer
54 views
add link to head in perl cgi
I'm new to Perl, and I'm trying to include a CSS file in a perl-generated html page,
how can I do that with cgi ?
it should be something like
print $cgi -> start_html( -link => { -href => ...
-2
votes
1answer
40 views
c++ time stamp identifier not found
I'm trying to get a time stamp to show the system supplied date and time. I'm getting an error for 'time, 'asctime' and 'localtime' - identifier not found. I figure this should be an easy fix, but I'm ...
0
votes
1answer
57 views
C++ displaying HTML code as a website (CGI Program)
I hope I explain this right.. but I need my C++ program to display an HTML website. The code that I have right now only displays the text. How do I make it so it is actually displayed like a website ...


