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

learn more… | top users | synonyms

1
vote
0answers
8 views

Does Apache really “fork” in mod_php/python way for request handling?

I am a dummy in web apps. I have a doubt regaring the functioning of apache web server. My question is mainly centered on "how apache handles each incoming request" Q: When apache is running in the ...
0
votes
0answers
9 views

CGI python - Opening multiple sockets fails

I am using python and I use the following code: import urllib2 def get_data(url): usock = urllib2.urlopen(url) data = usock.read() usock.close() return data I am running a script ...
1
vote
2answers
27 views

HTML form action to execute cgi is not working

I have been trying to run a simple perl-cgi script on windows XP. This is a simple HTML form with an Submit button where clicking on Submit button displays some text(Username). But clicking the Submit ...
0
votes
2answers
26 views

Python CGI - Sending long strings to serial port

I have a Python CGI script on Raspberry Pi which converts the contents of a text box to 1's and 0's. I'm looking to have a string of 1000 ish max. The binary string is formatted slightly and sent to ...
0
votes
2answers
31 views

Running a script 24/7

I am tyring to find a solution for running a python script of mine 24/7. Research led me to the conclusion that I probably need a CGI hosting. But suppose that I have one (and which type of ...
0
votes
2answers
136 views

CGI script doesn't run in browser

I am making a .cgi file which prints all values from database table on webpage in a table format.The problem is that when I run the file on putty terminal emulator it works fine but when I try to run ...
-1
votes
3answers
52 views

What to use for Web backend development? Perl? PHP? [closed]

I'm looking to setup a pretty advanced web-based interface for a B2B application. I'm looking for a backend language to generate templates for the front end, pass the JSON data back and forth, etc. I ...
0
votes
2answers
33 views

Perl sendmail to list is truncated

I am working with a perl based cgi pages for a webproject. I am encountering a strange problem with sendmail module which happens randomly. Problem: Sendmail would truncate the emails of the users ...
0
votes
0answers
34 views

Apache setting on CentOS for driving PHP with CGI

I've use Apache2.2.22+PHP5.3.1x. And I’ve used PHP as module with mod_php. I want to change it to as CGI. I think I can confirm PHP is as CGI if the value of ServerAPI changes Apache 2.0 Handler ...
0
votes
0answers
8 views

using actual ip adress on mac osx as webserver for cgi script python

i am writing stuff for kml and cant use localhost for testing purposes and need an exact url so i am using a mac and wanted to know what the url for cgi scripts were. For files i put them in ...
0
votes
1answer
28 views

How to download file with CGI

I'l like to know what is the code to download a file existing in my C:/ directory using CGI (it may sounds weird, but there is such possibility that the file may exists in a server in another ...
1
vote
2answers
44 views

Error-global symbol requires explicit package name

I am trying print all the values of a database table on a webpage in a table format.I am using a perl file having .cgi extension.Whenever i try to run the code i get the error "global symbol requires ...
-1
votes
0answers
15 views

script Facebook PHP SDK stopping or CGI error on upload

I'm developing a script that by Facebook API takes data that then I'm going to save on my DB. The fact is that: a) if the data are many, the script stops with no apparent reason and without any ...
2
votes
1answer
39 views

PHP - POST Method - What happens when content exceeds content length header?

I don't mean the POST content limit imposed by php.ini, I mean in the request header the content length is set as say 1mb, but 2mb of actual content is sent.
3
votes
2answers
36 views

PHP - Could you use POST method to stream data to a server over a long period of time?

Caveat, I know this has the potential to be a ridiculously stupid question, but I had the thought and want to know the answer. Aim: run an interactive session between browser and server with a single ...
0
votes
1answer
7 views

ExtJS Combobox not loading up in Panal

I have this panel view. Please check this JSFiddle . So I have a cgi script which returns json for combo-box value and label but its not loading up in combo-box. I am not sure why any help will be ...
0
votes
0answers
17 views

setting up my cgi script on mod_wsgi

I have a basic cgi script that I would to be called from mod_wsgi. I have already set up a basic hello world example on mod_wsgi. How do I set my cgi script on mod_wsgi? I understand that there's an ...
-5
votes
2answers
45 views

Code Syntax Error [closed]

Cant seem to get this to work, all I keep getting is a a syntax error. #!/usr/bin/perl use CGI qw(:standard); use CGI::Carp qw(warningsToBrowser fatalsToBrowser); use strict; my $Catagory = "Test"; ...
0
votes
1answer
34 views

Display HTTP Response Message in HTML using CGI (Python)

I have created a local server which sends a HTTP POST message to http://httpbin.org/post and then prints the return message on the screen. The python CGI code that runs at the back end prints the ...
-2
votes
0answers
36 views

Why WebClient don't fill web form and What's working faster than WebClient?

I tried with this code, but it's doesn't fill the web form. Why i know this code don't fill the form, because the web page told me "Please fill in the name box" This web have 2 pages as a web form. ...
2
votes
3answers
67 views

C Program for Form Processing

I have no idea how to achieve this, but I have a HTML form, with several different elements in it. For testing, right now, all I would like to do is write a piece of C code that will take anything ...
0
votes
1answer
32 views

getting data from cgi into javascript (ajax)

I have made a cgi program in C, which generates HTML, and I would like to replace a part of a HTML page with it. So, using jquery I have tried to get the output of my cgi using $.ajax(),$.get() or ...
0
votes
0answers
24 views

C++ Displaying user selections made from an HTML table

I'm hoping I can get a little help. I have an Apache server setup, and I am trying to collect some information from the user. I have a table set up, which looks like this ...
2
votes
1answer
29 views

Is running a C/C++ CGI script on Apache dangerous?

I am currently programming my own little website system (a script that compiles Markdown documents, and puts them in appropriate locations, thus making a quick, static website). I would like to enable ...
0
votes
1answer
28 views

Python deadlock error - Trying to retreive key value from shelve

Here is my code where i am updating record in shelve def updateRecord(db, form): if not 'key' in form: fields = dict.fromkeys(fieldnames, '?') fields['key'] = 'Missing key input' ...
0
votes
0answers
14 views

Installing Python module package on Apache Server

So I have this package of Python modules I'd like to use. "Pattern" module package I've successfully installed and ran it on my OSX machine which is fine. However, I'd like to use some of the ...
0
votes
0answers
16 views

Getting a 403 error in Apache when trying to configure a alias to cgi-bin

As in title, I'm trying to configure a ScriptAlias to cgi-bin on Apache2 on OS X. Whenever I try to access it, however, I end up with a 403 Forbidden error. I think the relevant lines from ...
0
votes
0answers
15 views

Access File Stored in the Root Directory (as opposed to being a child of public_html)

How do I access file/scripts stored in a subfolder of my root folder from something in a site directory (e.g. access /python/test.py from public_html/site1/cgi-bin/example.py)?
1
vote
2answers
69 views

Communication between PHP and Perl CGI scripts

I have two scripts that carry out different tasks on a server. One is written in Perl (.cgi) the other in PHP. I am trying to send out a request from the perl CGI script by doing something like this: ...
0
votes
1answer
50 views

Show html dropdown list according chosen options

I'm building an small web app querying a database with python CGI. The logic is: HTML Form - Python CGI - SQL query - python cgi prints results. At the moment it works, but now I'm stuck creating ...
0
votes
1answer
15 views

How to check the SQL query result for specfic data while using Python+CGI+SQLite3?

I need to check if table which holds credentials has record with matched username and password. I use COUNT because it's easier to parse one int value. How to check (using Python) if there are 1 or ...
-1
votes
1answer
16 views

What version of Apache to download [closed]

I'm just beginning to program and I don't know which version of Apache to download. I need Apache to run my code is my understanding. "Python web scripts are server-side scripts, meaning they must ...
0
votes
1answer
18 views

“import nltk” - Not working on xampp

I'm new to python and nltk. I have problem on import nltk. I installed python in xampp on windows under the path C:\xampp\Python. And I installed nltk under the path C:\xampp\Python. After this I ...
1
vote
1answer
87 views

Using python to login to a webpage using a cgi script

Logging into web servers is not my area of expertise, and I am looking to automate a task of logging into a web server, but I am not sure how I need to format my code to achieve this goal. I have ...
-6
votes
2answers
63 views

What is a CGI in Perl [duplicate]

I'm new to Perl and so far in my reading-a-book-to-learn-perl learning process its good until i encountered this CGI thing. What does it do? Can anyone site a good example where CGI is used in Perl.
0
votes
0answers
14 views

Desperate with Apache2 and cgi (Ubuntu 12.04). Help :(

m having an issue installing apache2 in Ubuntu 12.04. Im trying to set the cgi-bin folder in the path /home/www/cgi-bin. Ive followed and search all over the internet but I still dont get it... ...
0
votes
2answers
34 views

How to get python os.environ parameters from cgi script?

When I use os.environ.keys() in command line I get different environment variables than in cgi script. Is there a way to get python enviroment variables through cgi script? Using subprocess.Popen ...
0
votes
0answers
16 views

How get dataflow from inetd for CGI-CLI script webserver on Android built in Busybox-non-root apk

I have found a simple bash commandline script that acts like a CGI-CLI webserver (http://www.debian-administration.org/article/A_web_server_in_a_shell_script). It should also be possible to use this ...
0
votes
0answers
18 views

Guide me to run a perl cgi program in browser,i am using windows7 and installed strawberry perl [migrated]

Please help me for this request, I am a beginner at CGI and Perl I tried to install Perl, but I am getting the following error: HTTP Error 404.3 - Not Found The page you are requesting ...
0
votes
2answers
16 views

Python CGI script returning inconsistent results

So I have a Python CGI script running on my apache server. Basically, from a webpage, the user enters a word into a form, and that word is passed to the script. The word is then used to query the ...
0
votes
2answers
40 views

Use bat file in CGI Python on localhost

I'm quite stuck with with a complex mix of files and languages! The problem: My webform starts a python script, as a cgi script, on localhost(apache). In this python script I want to execute a ...
1
vote
1answer
55 views

Perl create byte array and file stream

I need to be able to send a file stream and a byte array as a response to an HTTP POST for the testing of a product. I am using CGI perl for the back end, but I am not very familiar with Perl yet, ...
0
votes
0answers
20 views

Creating a CGI in C++ that downloads variable data from a server

In my application, the user will be able to search in a MySQL server for a specific data in a series of possibilities. This server may be in another computer connected via LAN, so the need for a CGI. ...
0
votes
0answers
13 views

Any issues with CGIHTTPServer on Ubuntu 10.04?

I have a test python server running on Ubuntu 10.04 LTS using python's BaseHTTPServer and CGIHTTPServer as below. It worked fine for over a year until rebooting the machine at which point it flatly ...
0
votes
2answers
58 views

How to sort textbooks by type by color code, or category in bookweb using html, javascript, css or other?

I am currently trying to sort a textbook list that is generated dynamically by bookweb ( a bookshop cart solution). I want to order the cart by the textbook type either prescribed or recommended. ...
0
votes
1answer
46 views

Accessing fields with Python CGI FieldStorage from a JQuery AJAX call

I have written some JQuery that makes an ajax call to a Python script. I've been successful in passing strings back and forth between them, but I'm getting weird behaviour from the CGI FieldStorage ...
0
votes
1answer
20 views

html text link to deliver a string to a python file

how to create a html text link that delivers a KNOWN string to a python file, then redirects you to that python file? i'm thinking somthing like this lets say the string i want to deliver is ...
-1
votes
1answer
66 views

First cgi script in perl and don't know what it does

I am new to Perl and I am looking into CGI programs. I tried the following from Perl Monks and it works. But I have no idea what it does. 1) What is the END_HERE? that is followed by HTML? : print ...
0
votes
3answers
72 views

Perl param() receiving from its own print HTML

I have a Perl script that reads in data from a database and prints out the result in HTML forms/tables. The form of each book also contains a submit button. I want Perl to create a text file (or read ...
-1
votes
0answers
17 views

php cgi is crashing on Windows 2003 running with nginx - why? [closed]

I'd like to ask you guys why it's crashing every 2-3 hours. I've been searching a lot but no clue still ... and what's the best code to use when starting php cgi ? Currently I'm using: location ...

1 2 3 4 5 47