Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
2answers
1k views

How do I remove “cgi-bin” from my URLs?

I'm creating a small application on an embedded device that has a boa web server running on it. I'm creating a web application in a mixture of plain HTML pages and Perl scripts to interface with the ...
5
votes
5answers
246 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 ...
4
votes
1answer
59 views

How to execute a script on a server from a webpage?

I want to run a shell script off my VPS through a website to start and stop a service. I have a script i currently execute by puttying in and typing ctf.sh. I had a look at using CGI and stuff, ...
4
votes
4answers
1k views

What were the main disadvantages of CGI-BIN based web development?

I was fortunate enough to not do any cgi-bin .cgi based web development. But generally those who have do not seem to 'miss' those days. A project I recently joined has a performance issue when ...
2
votes
1answer
52 views

CGI script does not receive parameters if they contain equals sign

I have a CGI script (compiled C program) that outputs its command line arguments (argv[0], argv[1] etc.). If I try http://ajf.me/c/?abc I get "abc" as the second parameter. However, if I try ...
2
votes
1answer
1k views

How to successfully run Perl script with setuid() when used as cgi-bin?

I have a Perl script that is called either via Apache or on the command-line. For testing purposes, I pass it the username I want the Perl script to operate with, and use POSIX::setuid to set the ...
2
votes
2answers
553 views

CGI not executing python - 500 internal server error

I have a few python scripts that I'd like to execute and the following configuration: Ubuntu 10.04, Apache2, Python 2.6, mod_python and mod_wsgi installed. I've followed the instructions on the ...
2
votes
2answers
63 views
2
votes
2answers
1k views

Passing CGI arguments to an executable in Apache on Windows

I was under the impression that I could put any old executable program in the cgi-bin directory of Apache and have it be used as a CGI script. Specifically, if I have a C# program static class ...
1
vote
1answer
25 views

Advice for upgrading of website with ASP.NET 1.1 and CGI-BIN code

I am maintaining an internal website for handling our business. The website is running on a Windows 2003 server that is five+ years old and is using both ASP.NET 1.1 and even older CGI-BIN code ...
1
vote
0answers
74 views

Ubuntu Lucid, cgi-bin, and MathTex

So I have several dedicated servers out there running Ubuntu Lucid server. They primarily run WordPress sites - LAMP. However, one of my original sites is a controls engineering site that uses ...
1
vote
1answer
131 views

ScriptAlias configuration not working in apache2

I installed apache2 on ubuntu. I added the following to /etc/apache2/httpd.conf file ScriptAlias /cgi-bin/ "/home/PROJECT/cgi-bin/" I am able to open the cgi file if i copy the cgi file to ...
1
vote
1answer
602 views

404 error while executing .py file in cgi-bin using apache2

previously i had error in installing apache2 for python, this is the link I thought i should continue there but right now i'm getting a new error so posting it as a new one this is what the problem ...
1
vote
3answers
221 views

How to retrieve form “POST” data via cgi-bin program written in C

I am trying to retrieve POST data from html form using program written in C. At the moment I am using: char *formdata = getenv("QUERY_STRING"); if(formdata == NULL) /* no data retrieved */ This ...
1
vote
1answer
116 views

Server-side E-mail scripting

I have a project idea in my head that I am considering trying to execute, but this desktop programmer doesn't really know where to begin when it comes to web server development! I would like to have ...
1
vote
3answers
238 views

Security precautions for running python in cgi-bin

I've been writing python scripts that run locally. I would now like to offer a service online using one of these python scripts and through the webhosting I have I can run python in the cgi-bin. The ...
1
vote
1answer
355 views

How to execute a shell script in cgi-bin?

OK first of all, I am a PHP programmer but I have never done anything with CGI and don't know what it is. I know it stands for Common Gateway Interface, but I do not know what it does or what its for. ...
1
vote
1answer
96 views

TFMail : How to keep original name of attachments

TFMail was a popular CGI Form Mail script at one time. Unfortunately, my client insists on continuing to use it. I hope that there are people who still use it and are experts in using it. The best ...
1
vote
2answers
140 views

Running a Python Script on a server (Does it have to be in /cgi-bin/)?

Right now I have a script thats http://www.example.com/cgi-bin/foo?var1=A&var2=B Is there a way that I can have it run outside of the cgi-bin directory? Like could I have ...
1
vote
3answers
1k views

Should I delete the cgi-bin folder in a subdomain I just created?

Using cpanel on my hosting account, I created a subdomain - e.g. www.clothing.mysite.com A cgi-bin folder was automatically created in the directory for clothing.mysite.com. Do I need it? I'm only ...
1
vote
2answers
407 views

Apache rewrite with implicit redirection

I've been trying to do this for some time unsuccesfully. I'll say in advance that this is probably a newbie question so apologies but I do need some assistance with this. I am trying to redirect ...
1
vote
2answers
691 views

CGI script not executing every page visit

I have a CGI script that generates a file on the server and then redirects the browser to that newly generated file. #!/bin/bash printf "Content-type: text/html\n\n"; cat /myspecialdir/foo > ...
1
vote
3answers
2k views

mod_python with apache2, (Re)importing module error

I'm trying to get mod-python to work with apache2 but not having any success. I've followed a few tutorials for getting mod-python working but I can't see what I'm doing wrong. When I visit ...
1
vote
3answers
391 views

Can I autodiscover parameters to shell or Perl scripts to “meta” program WEB UIs for them?

Is it possible to auto-discover parameters to shell/Perl scripts in order to "meta" program WEB UIs for them? I have a bunch of "legacy" scripts that I'd like to "web wrap". So far I have created a ...
1
vote
2answers
73 views

Form with Hidden Tags to cybercart- bring it up on the same page?

what I want to do is basically this: On ONE page, my customers can click a VIEW CART link and the contents of their cart shows below on that same page. here is my basic link form: <FORM ...
1
vote
4answers
2k views

How to call c++ binary from Perl or PHP (CGI-BIN using Apache on Linux )?

I have a website cgi-bin program that is written in c++. Unfortunately the website provider for my friend's site only allows Perl or PHP cgi-bin scripts. Is there an easy way to simply have a very ...
0
votes
1answer
19 views

Getting output from the subprocess.Popen command into a webpage? (maybe an apache issue)

Here is my program import subprocess print "Content-type:text/html\r\n\r\n" print "File starting to execute" print "<br>" proc = subprocess.Popen(["sudo", "python", "test3.py"], ...
0
votes
2answers
58 views

How to run a perl script in localhost?

I had already installed Apache. I am using PHP for my scripting in localhost. Need to know how to run the perl script. I have installed sudo aptitude install libapache2-mod-perl2 I have created a ...
0
votes
1answer
21 views

How to get Apache to serve Bugzilla CGI from a subpage (NOT subdomain)? [closed]

I'm trying to set up Bugzilla with SSL to be served by Apache from https://www.foo.com/bugzilla since I don't want to pay for an extra SSL cert to get https://bugzilla.foo.com. What is the best ...
0
votes
0answers
24 views

apache cg-bin over network?

I'm trying to test my apache web server (on Ubuntu) from another computer (os x) on my lan. When I go to "hostname:/cgi-bin/test.sh" test.sh is not run, rather a "welcome to nginx" page is displayed. ...
0
votes
0answers
20 views

Unable to find source page of website being displayed in /cgi-bin

We have just updated an old website of my client's website from .Net 1.1 to .Net 3.5. We are now trying to improve its SEO. Google's webmaster tool found many crawling errors during this site scan. ...
0
votes
1answer
85 views

Configure Apache2 to allow clients to run Perl Scripts in cgi-bin

I have two perl scripts; one acts like the client (and queries); the other acts like the server and returns information. On an Apache server (not my own) they work perfectly. However, on my ...
0
votes
1answer
144 views

How could I run this python script on my webserver? TorBulkExitList.py

I have a web server that can run python scripts, but I have no experience at all with python. I uploaded the file (TorBulkExitList.py) to my server inside the cgi-bin folder and I tried calling it in ...
0
votes
2answers
97 views

Perl form-mail script that is not working

I have been given the task through school to institute a comments form on my website. I got all of what I thought would be the hard things done, but have now hit a major stumbling block. I was given ...
0
votes
1answer
65 views

Need to stop execution of javascript method until cgi response is received

I am working on a web app in which I am calling cgi-bin from backhand.I use ajax request for that.Now I want one scenario in which I want to wait till the cgi response is arrived.Actually one form ...
0
votes
2answers
79 views

Bash Drop Down Menu from contents of Array (CGI-bin/apache2) [closed]

Possible Duplicate: Output of command in Bash script to Drop-down box? I have an array in a bash script. I have apache2 configured so I can run cgi/bash scripts in my cgi-bin directory, and ...
0
votes
2answers
57 views

Output of command in Bash script to Drop-down box?

First off, I appreciate any and all help in answering this question. I have a command in a bash script that will output the following: 255 254 253 252 ... 7 6 5 4 3 2 1 It is a specific list of ...
0
votes
2answers
203 views

Correct path to run python script with php from cgi-bin folder

I want to run python script 'test.py' from my cgi-bin directory on my webserver. the cgi-bin directory is at 'www/cgi-bin/'. The python scrip is in that directory. The php code I'm executing is at ...
0
votes
1answer
102 views

Format of the basic CGI protocol. Examples

I am writing a C CGI program For GET requests, I assume all the information is somehow stored in getenv(). My question is, what does this array look like a most basic CGI request from the webserver. ...
0
votes
0answers
17 views

Cgi bin newsletter fail?

I have followed this tutorial for the newsletter script. I've sent some (to only 2 e-mail adresses) to check if everything is ok (mail looks good, etc...) and everything worked perfect Now, I've ...
0
votes
1answer
363 views

How to run perl script on linux server, which is operated by cPanel?

Can any one please tell me how to run perl script on server. I uploaded it using FTP. Script does not work by adding .pl file in cgi-bin folder. I also tried uploading it with cPanel. BEGIN { my ...
0
votes
4answers
206 views

How can I filter a file upload by type with Perl (e.g. .png, .bmp, .jpg)

I am using the following code: #!/usr/bin/perl -wT use strict; use CGI; use CGI::Carp qw ( fatalsToBrowser ); use File::Basename; my $query = new CGI; my $filename = ...
0
votes
2answers
346 views

Android HttpURLConnection not working with cgi-bin?

I have simple code : URL url; BufferedReader in = null; HttpURLConnection connection; InputStream is = null; InputStreamReader br = null; setProgressTitle(progress, ...
0
votes
4answers
102 views

Complex cgi script works, but test.cgi doesn't

I have two cgi files in the same cgi-bin folder. One complex 300hundread lines script works fine, but when it comes to this simple cgi-script: #!/usr/bin/perl -w print "Content-type: text/html\n\n"; ...
0
votes
1answer
346 views

BDE inmem000.rem access/sharing violation

I have this proprietary web CGI executable which opens a connection to a BDE Thingy each time a page is requested. I do know nothing of the workings of that compiled exe, nor of BDE, but I observed ...
0
votes
2answers
45 views

Controlling access to large files in Apache

I am looking to control access to some large files (we're talking many GB here) by the use of signed URLs. The files are currently restricted by LDAP Basic authentication (mod_auth_ldap), but I need ...
0
votes
1answer
26 views

cgi script scrollable check_box

I am trying to convert my scrolling_list I have on my web page which back by cgi script to scrollable check_box. is this possible on cgi? I have read a lot can be done on Java. but I am wondering if ...
0
votes
2answers
2k views

java.lang.IllegalStateException: Cannot create a session after the response has been committed

I've got this really strange request for an invalid URL on: Invalid URL: /cgi-bin/1st.cgi This is causing the following error: SEVERE: Exception initializing page context ...
0
votes
2answers
717 views

Python os module open file above current directory with relative path

The documentation for the OS module does not seem to have information about how to open a file that is not in a subdirectory or the current directory that the script is running in without a full path. ...
0
votes
1answer
235 views

.htaccess redirect root to cgi-bin Wordpress

I'm working with a school that requires Wordpress to be installed in the cgi-bin. I'd like to put an htaccess in the public_html folder so it redirects to the cgi-bin. Example: Redirect from ...

1 2