Omgili - forum search, search forums  
  

Discussions about cgi script

Displaying 1 - 10 out of 8,686 discussions.  
Time Frame: (Any time)   Minimum number of replies: (2)   Minimum number of discussing users: (0)
  |  

Page: 1   2   3   4   5   6   7   8   9   10  
Keep this page open to be updated with the newest discussions automatically.
I m working on a python version cgi script which needs to create img files (which will be shown on the web page) in cgi-bin folder. But it fails with: [Wed Oct 28 16:13:51 2009] [error] [client ::1] OSError: [Errno 13] Permission denied: 'average/' [Note...
Started by on , 3 posts by 3 people.  
EDIT: So your python script....
This is a goodThe error message is complaining about permissions for the folder average/ not the cgi file.
In the cgi-bin, where it will be interpreted by Apache as a CGI script and executed.
Ive seen a folder called cgi-bin quite long while using apache. How do scripts help me? how can i use them? I've used php and ajax only for web development!
Started by on , 5 posts by 5 people.  
Apache, just sends back of the file....
G'day, A web server, e.g.
To be honest, if you're acquainted with PHP already then you've likely little need for old-fashioned CGI scripts.
cgi-bin stands for CGI binary.
On CGI.
I saw that there is a virtual() function in PHP that will call a CGI script, but is that the best way? Can I pass any parameters to that scripts as well? I saw some examples using file_get_contents() or include() and passing in the URL of a CGI script...
Started by on , 3 posts by 3 people.  
If it needs to be invoked() as GET parameters....
Use exec() if you can call it locally.
As a CGI (as in the script is designed to only work within a CGI environment), then you'll need to call the script from the command line.
Ask your Facebook Friends
I'm trying to launch a .py script from within a cgi script while running a local cgi server. The cgi script simply receives some data from Google Earth and passes it to the .py script which is currently being called using execfile('script.py') placed ...
Started by on , 3 posts by 3 people.  
Because CGI is simply an interface, it's not clear what language the CGI ....
You say you're launching a python script from a CGI script, but you don't specify what language the CGI script is written in.
I have a script that I wrote that can either be used on the command line or as a CGI script, and need to determine how the script was called so I can output a content-type header for web requests (and maybe some anti-cache headers too). My first thought...
Started by on , 4 posts by 4 people.  
There's really no way good way to tell if your script was started by a web serverAccording to the CGI specification in RFC3875 (section 4.1.4.), the GATEWAY_INTERFACE environment variable would be the authoritative....
It is running as a CGI.
I am creating a website and done with some HTML stuff, but I am thinking to create site using CGI and Perl scripting. I don't have much idea on CGI scripting. Can anyone please suggest me how to create a CGI script and how to create web pages with that...
Started by on , 5 posts by 5 people.  
This linkCGI is a standard to interface a webserver and a content provider or external application (let's is a beginner guide to get started with ....
Say a Perl script, a compiled program), I think you better study Perl to code some CGI.
How do I raise an http error/exception from a python CGI script? Is all that is necessary is to print the appropriate header: print '''Status: 501 Not Implemented Content-type: text/html ''' That doesn't seem to work right. I have a very basic setup, ...
Started by on , 3 posts by 2 people.  
However both line endings seem to work/questions/833715/returning-http-status-codes-in-python-cgi Are you following HTTP specs when you print the status Content-type: text....
That your CGI script isn't running in text mode on Windows).
I'm using this CGI script . CGI is working, but I cannot sent emails from this form in CentOS. Please help me? Do I have to set-up anything for it? or MTA?
Started by on , 4 posts by 4 people.  
You....
So you'll need (access to) an SMTP server.
From what I can see, it expects you to set variable $server to be a SMTP server that accepts outgoing mail .
It appears fairly generously commented, unfortunately in Japanese :-/.
Hm, kind of hard to check.
I'm pretty well up to speed on general web programming languages, but one of the tools I'm working with right now is in CGI. All I can tell is that CGI scripts are quite slow. Is CGI still commonly used today? If not, what has it been replaced by? Are...
Started by on , 11 posts by 11 people.  
So the cost of spawning CGI scriptASP, PHP, ASP.Net, ....
Is expensive and you prefer to spawn a CGI script rather then holding it in memory all the time is served via static pages, which CGI script changes when needed.
I have written a Perl script to read the configuration file and create CGI scripts. This works fine and I get the output of CGI script on terminal and I can execute that CGI scripts on web pages. Below is my sample script. #!/usr/bin/perl -w use strict...
Started by on , 3 posts by 3 people.  
How you do that is your, that you might be doing this because the CGI scripts you are creating merely need different configuration data, and ....
From the original process then issue an internal redirect to the new CGI script.
Page: 1   2   3   4   5   6   7   8   9   10  
More Information


Forum Search About Omgili Help Plugins Forum/Board Owners Privacy

i
In Title
In Topic
In Reply
Exclude
Boost