Tagged Questions
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
0answers
14 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
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 ...
0
votes
1answer
91 views
Could not access the MCR component cache
I want to use CGI and Apache web server to give users access to run my compiled Matlab application (an exe file). I followed the instructions at this guide.
But, I received an error in the web server ...
0
votes
1answer
46 views
“Webserver is fetching rather than executing CGI files” When trying to run Bugzilla
Disclaimer: I know this questions sounds lame. But I am no n00b and I have done whatever I know and I could find help about this. I have already searched the forum for this and tried all the fixes ...
0
votes
1answer
278 views
How to run a python cgi web server in windows
I'm wanting to run a very simply python based server in a windows environment, to test CGI scripts. I want to do this in windows, but run ultimately in a unix environment. So far, I have a simple ...
0
votes
0answers
80 views
lighttpd fcgi redirect to multiple java processes
I am setting up a lighttpd server that will have to invoke an array of cgi processes. The processes are set up as scripts each running on it's own port:
java -DFCGI_PORT=<port> -jar ...
0
votes
2answers
350 views
CGI script is not executable
In one of my homework practices, I must start a webserver and when I access webserver's root, it executes a CGI script.
But when I open localhost:8080, this error message appears:
Error code 403.
...
0
votes
1answer
894 views
How to execute python script on the BaseHTTPSERVER created by python?
I have simply created a python server with :
python -m SimpleHTTPServer
I had a .htaccess (I don't know if it is usefull with python server)
with:
AddHandler cgi-script .py
Options +ExecCGI
Now ...
0
votes
0answers
34 views
Is it common for web servers to handle Location header redirects from a CGI internally?
I have a perl cgi that writes out two headers, a Set-Cookie header and then a Location header.
The idea is to set a cookie then go to another page.
When I make the request from the browser I get the ...
0
votes
1answer
139 views
how to pass information from cli or server to fastcgi (php-fpm) and back again?
i'm trying to write a webserver. i didn't want to write a module for php, so i figured i'd pass information to php-fpm like nginx and apache does. i did some research, and setup to prototypes, and ...
0
votes
2answers
165 views
How to simulate a delayed web server response using Ruby?
To test iPhone and iPad fetching and caching images from an external web server, I'd like to make my own server delay for 0.5, 1, or 3 seconds before an image is returned, using a URL that looks like:
...
2
votes
2answers
339 views
How does a web server interpret “.cgi”?
My question is regarding cgi. I wondered if I have a Perl script saved as a .cgi file, what is the actual mechanism that lets the server know it's a Perl script and not something else? I know there is ...
0
votes
0answers
532 views
Cannot execute php or perl scripts on home web server [closed]
When I point my browser toward the domain of either a .php script or a .pl script on my home-hosted web server, the file downloads rather than executing in the browser.
I am running ubuntu server ...
1
vote
1answer
319 views
CGI Error - Permission denied
I have a perl webapp that works fine on the server but not on my local machine.
Apache logs show (among other errors):
Permission denied at /home/mywebapp/dev/www/index.cgi line 318.
End of script ...
-4
votes
1answer
153 views
3
votes
2answers
983 views
Android cgi web server write files and loading perl scripts
I want to be able to run a cgi application on my samsung galaxy tablet running android 3.2.
I have installed GroomDroid, SL4A, and PerlForAndroid.
I put my groom.conf file in my /sdcard directory and ...
0
votes
1answer
278 views
How to implement sessions or cookies in Python
can anyone help me get sessions or cookies working with my code here:
http://pastebin.com/2Y2tydsF
I have tried a few session modules that I found with Google but nothing seems to work, or I dont ...
0
votes
1answer
254 views
C# PHP-CGI - Calling phpinfo crashes webserver
I created a simple and small webserver for only handling GET requests. I also wanted to add PHP support and also managed it. But there is one problem:
Everytime I try to call phpinfo() inside a .php ...
0
votes
1answer
61 views
Do I have access to the TCP/IP packet's details from the CGI level?
CGI scripts, for example web applications, operate on the CGI interface of the webserver.
Do I have access to details of the TCP/IP packets associated with a certain connection? For example, I can ...
0
votes
2answers
402 views
Can't pass $_POST values to php-cgi [closed]
I'm trying to develop a web server with PHP support so I'm doing some little tests with php-cgi, but I can't pass to the interpreter $_POST values.
I've already read this topics, but I couldn't do ...
1
vote
2answers
187 views
Why do python scripts run through CGI/WSGI on unix-like systems fail if the file has CRLF line endings?
In the past, there have been several instances where I have tried to run a Python script under CGI or WSGI, only to get the following ambiguous error in my webserver's log:
[error] [client ...
4
votes
2answers
999 views
How to designate a Rack handler
Rackup is successfully running any Rack app via Rack's default handler. e.g.:
class RackApp
def call(environment)
[
'200',
{'Content-Type' => 'text/html'},
["Hello world"]
...
0
votes
1answer
81 views
Handle Web Server with multiple clients
I am working on a web application which can serve only one client.Now I need to include functionality to serve multiple clients. For that one mechanism should be there in which all the clients can see ...
0
votes
1answer
70 views
Javascript Optimization - Facing issues of slow GUI
I am working on web app in which I am using javascript on client side to handle validation/calling backend cgi scripts etc kind of things.Now my problem is the WebGUI has become some what slow than it ...
0
votes
2answers
217 views
Classic ASP as CGI - How to wrap asp.dll as an exe?
I imagine it's possible to wrap asp.dll inside an .exe so that Active Server Pages functionality can be run on any web server (e.g. mongoose) which does CGI.
Has anyone done this before? Ideally, a ...
2
votes
2answers
436 views
Call PHP from virtual/custom “web server”
Basically, I'm trying to figure out how PHP can be called from a "web server".
I've read the documentation, but it didn't help much.
As far as I can tell, there are three ways to invoke PHP:
via ...
0
votes
1answer
459 views
Accessing POST request data from CGIHTTPServer (python)
I have a very simple CGI webserver running using python CGIHTTPServer class.
This class spawns and executes a cgi-php script.
If the webpage sends POST request, how can I access the POST request data ...
0
votes
1answer
92 views
debugging server's cgi program
i am trying to make a webserver in C which can handle request to dynamic contents.
the webserver part is finish already. i'm trying to execute the following command:
...
2
votes
2answers
2k views
CGIHTTPRequestHandler run php or python script in python
I'm writing a simple python web-server on windows..
it works but now I want to run dynamic scripts (php or py) and not only html pages..
here is my code:
from BaseHTTPServer import HTTPServer
from ...
3
votes
1answer
2k views
Node.JS webserver with CGI support (Open Source)
Is there an open source Node.JS webserver available yet that has CGI support?
0
votes
1answer
206 views
Ruby/CGI : How to detect if browser has requested to “STOP” operation and ignore request
I know that CGI and PHP scripts which take time have this problem of responding to USER requests (client side STOP request from browser) .
The request could be ignored in PHP via ...
6
votes
6answers
490 views
Is a plain-text password in a CGI script a security hole?
I've read that things can go wrong with your web server which may lead to display of PHP scripts as plain text files in a web browser; consequently I've moved most of my PHP scripts to a directory ...
0
votes
2answers
663 views
How do I read a file on my webserver from my Perl CGI script and then print the data?
I have a file "a.cpm" on my webserver. I have a handler that when you go to asdasd.com/a.cpm it starts the CGI perl script. I have tried reading the file then printing the data but it doesnt do ...
3
votes
2answers
513 views
How can I best find out how django works internally?
so I have been playing around with django for a bit and I really do like this framework. However, I would like to understand better how it actually works 'under the covers'.
Here is my current view ...
1
vote
2answers
422 views
How can I communicate across Perl CGI scripts?
I am searching for efficient ways of communication across two Perl
scripts. I have two scripts; Script 1 generates some data. I want my
Script 2 to be able to access that information.
The ...
0
votes
1answer
112 views
Does apache guarantee that stdin will always have an EOF?
AFAIK: A http POST request is sent to apache, then piped through stdin and into a CGI program.
Does apache guarantee that the stdin stream will always have an EOF ?
10
votes
10answers
2k views
C/C++ CGI on Embedded device, POST, GET, LOGIN?
I have here a small embedded device with uClinux.
There is a Boa web-server, that supports CGI scripts.
I need to make basic dynamic pages.
Requirements
GET method for navigation
POST method for ...
0
votes
3answers
738 views
boa webserver, sh script
I have here embedded device with linux.
There is a webserver boa. http://www.boa.org/
I am trying to start sh cgi script.
#!/bin/sh
echo "Content-type: text/html\n"
echo "Hello world !"
...
2
votes
2answers
299 views
What does it mean at the top a .cgi file “#!/usr/bin/env php” versus “#!/usr/bin/php”?
I usually see
#!/usr/bin/php
or
#!/usr/bin/perl
at the top of a CGI file. How is a
#!/usr/bin/env php
or
#!/usr/bin/env perl
different from the first 2 lines? They work as well.
8
votes
3answers
2k views
What are the differences between mod_php and cgi php script?
What are the differences between mod_php and cgi php script?
I mean, why it's better (is it?) to use mod_php instead simple php scripts, running them as CGIs?
Thanks
2
votes
2answers
889 views
Tornado or Django works with CGI?
Tornado is a webserver + framework like Django but for real-time features.
On my server I don't have a python module or wsgi module so I thought
CGI.
Is there a way to get Tornado ( or Django ) ...
0
votes
2answers
214 views
Why cgi scripts have to stay in cgi-bin folder?
Why cgi scripts have to stay in cgi-bin folder ?
What is the difference from insert python script ( or php script or any other script ) in public_html folder and in cgi-bin folder ?
I don't ...
0
votes
1answer
416 views
What web servers use `COOKIE` instead of `HTTP_COOKIE`?
In the source code of the Perl module CGI.pm, in the submodule CGI::Cookies.pm, there is the following line:
$raw_cookie = $ENV{HTTP_COOKIE} || $ENV{COOKIE};
I'm interested in $ENV{COOKIE} here. ...
0
votes
4answers
92 views
What does a HTTP Request that references a file in the middle of the path?
I'm writting a HTTP server and when i tried the Serendipity PHP Blog i get requests from the browser like this one:
GET /serendipity_admin.php/templates/default/admin/pluginmanager.css HTTP/1.1
The ...
1
vote
4answers
790 views
Why is my Perl source code being displayed in the browser?
What does it mean when I access my Perl script via URL, but when I do, the source code is printed on the screen?
Does this mean that Perl isn't properly set up? I'm using Apache on Fedora.
0
votes
1answer
144 views
c code for web pages in rl-rtx
we have to work with RL-RTX (RTOS) in our project.in that we have to do some web pages.we have experience in building web pages in linux using "go-ahead webserver".
can we code in c language and ...
