Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
cgi
- Page 1
cgi
Programming
Software Development
14 Years Ago
by dos_killer
…'s default file to set the
cgi
directory to /var/www/
cgi
-bin...and there i i uploaded… "You don't have permission to access /
cgi
-bin/ on this server." /var/www is… directory...and i pass [url]http://localhost/
cgi
-bin/index.
cgi
[/url] as the address... i have also…gt; <HR> <P>Hello,
CGI
World!</P> <table border=1>…
Re: cgi
Programming
Software Development
14 Years Ago
by richieking
You must chmod
cgi
scripts to 0755.
Cgi
's only works with that permission. ok? :)
Re: cgi
Programming
Software Development
14 Years Ago
by richieking
Are you sure the
cgi
diractory is configured well? what is the owner and user group,...? 1.Its apache the owner of this directory?? 2. Can you access a different
cgi
script from the dir. 3. Have you configured apahce conf well?
Re: cgi
Programming
Software Development
14 Years Ago
by dos_killer
folder permission is 777 ( for
cgi
-bin ) and file permissiong is 755 i set these permissions for testing... they didnt work .. !
Re: cgi
Programming
Software Development
14 Years Ago
by dos_killer
Forbidden You don't have permission to access /
cgi
-bin/ on this server. Apache/2.2.14 (Ubuntu) Server at localhost Port 80
Re: cgi
Digital Media
UI / UX Design
20 Years Ago
by redsabre
[QUOTE=Comatose]well, you start by coding the
CGI
. If you would like... if you give me the relevant … you to do it for me!)... wow. Is the
CGI
coding the *.
cgi
files that begin... #!/usr/local/bin/perl print ("… what I need first is to get the .
cgi
file up to my /
cgi
bin folder on my host server, then figure…
Re: cgi
Digital Media
UI / UX Design
20 Years Ago
by Comatose
…that's done. Now, build the
CGI
, and have the
CGI
save the information into a file. My…your computer to read the information that the
CGI
saved. I prefer a flat file, delimited… Tabs, but whatever works for you. Yes,
CGI
's usually start with: #!/usr/bin/perl.…printing the header a little different (I import
CGI
.pm), but, again, this is a matter …
Cgi
Programming
Software Development
18 Years Ago
by dss
Hi, I just took a freelancer script its a
cgi
script. Can any one let me know is there any posibility to run a
cgi
script on local computer like we run php on apache/IIS and asp on IIS. Is there any way to run
cgi
script. Thank You
Re: cgi
Digital Media
UI / UX Design
20 Years Ago
by Comatose
…. I researched a bit on using access with a Perl
CGI
, and this seems semi-possible, if the server that is… hosting your
CGI
is running their server in windows with active perl. My… give you the break down. You could have your Perl
CGI
Accept the user data, and write it to a database…
Re: cgi
Digital Media
UI / UX Design
20 Years Ago
by Comatose
… be installed on the server to offer you that ability.
CGI
, stands for common gateway interface. This can, ultimately, be programmed… sake of simplicity). Now, I'm guessing (since they offer
CGI
) that the server is NOT windows. So, VB will NOT…as I know, you know nothing about it, because the
CGI
saved his information in a file On The Server. It…
Re: Cgi
Programming
Software Development
18 Years Ago
by dss
Hello, Well what i need to install. In IIS on which I run PHP. So which one i need to install and how to run as I never used
CGi
script. Thank You [quote=Dukane;289966]Yes, but you need to install a web server on your computer and set it up to support
CGI
.[/quote]
cgi
Digital Media
UI / UX Design
20 Years Ago
by redsabre
… the forms sent to me. I would like to use
cgi
/perl (I think this is what I want) to have… into a database. My web hosting package includes a "
cgi
bin" folder. I have messed around a little with…
Re: cgi
Digital Media
UI / UX Design
20 Years Ago
by Comatose
I personally prefer Perl to PHP, and I feel that
CGI
is the best way to go. I'm not sure if you know any VB or any thing like that (for getting the info from the server to your PC). I've already figured a fairly simple solution from getting the info to your PC. The hardest part now, is making the
CGI
to save the info.
cgi help !
Programming
Software Development
19 Years Ago
by ruwach
…, i am trying to write an online application using the
cgi
module. what i want to do is have an html… have found limited info on how to really use the
cgi
module. so if there is more indepth tutorials or docs…
Re: Cgi
Programming
Software Development
18 Years Ago
by Dukane
Yes, but you need to install a web server on your computer and set it up to support
CGI
.
Re: cgi
Digital Media
UI / UX Design
20 Years Ago
by Comatose
well, you start by coding the
CGI
. If you would like... if you give me the relevant information, I can code it, or help you code it. The harder part will be coding sockets on the window side to retrieve the said information.
Re: cgi
Digital Media
UI / UX Design
20 Years Ago
by autocrat
Sorry to interupt... but if you have a
cgi
based form on your site, have it use the mail …
Re: cgi
Digital Media
UI / UX Design
20 Years Ago
by redsabre
… it with what I know (am learning) now HTML/Perl/
cgi
then that's where I'm going. I've done…
Re: cgi
Digital Media
UI / UX Design
20 Years Ago
by redsabre
… apparently be accomplished any one of several different ways; Perl/
cgi
/PHP/VB, etc... and combinations thereof, as mentioned in previous…
CGI output renders in IE but not Firefox
Programming
Software Development
14 Years Ago
by thinkwell
…all is well in Firefox. [code]#!/usr/bin/python import
cgi
, smtplib, sys import sap_companydata, sap_admindata, sap_mailserverdata import cgitb; cgitb….enable() site_submit_form =
cgi
.FieldStorage() site =
cgi
.escape(site_submit_form.getfirst('submit_url', 'Form error, no URL provided…
CGI error No such class after being required to add use strict
Programming
Web Development
8 Years Ago
by koneill
…=\"$topLeftX,$topLeftY,$bottomRightX,$bottomRightY\" HREF=\"
cgi
-bin/2.
cgi
?id=$item\">\n"; $col =…, please visit the <A HREF="/
cgi
-bin/selectedimages.
cgi
">Selected Images</A> section…TD WIDTH=400> <img src="
cgi
-bin/pictureTable.
cgi
" border="0" usemap="#…
CGI C: redirect a user if POST data does not exist
Digital Media
UI / UX Design
12 Years Ago
by chooketti
Say I have two
CGI
files: start.
cgi
and view.
cgi
. view.
cgi
recieves data from start.
cgi
via POST method. My question is, what are… to redirect the user back to start.
cgi
if the said user accesses view.
cgi
directly. I already took care of the…
CGI.pm obtaining script URL
Programming
Software Development
12 Years Ago
by RingmasterTJ
…; submit buttons using the submit & reset functions for
CGI
.pm. My understanding is that those functions should pass any… at all or no changes in it: my $query = new
CGI
(); my $testUrl = $query->url; #add whatever options [-…1, -relative=>1, etc...] here. print ("The
CGI
Object's URL is = $testUrl"); I have been able…
CGI, Tomcat, Perl, not compiling Perl code?
Programming
Software Development
17 Years Ago
by nmm32
… already configured the Tomcat to run
CGI
, following some steps from several tutorials…is happening that I cannot run any Perl
CGI
. [B]The browser just tries to download…BODY> <FORM ACTION="./WEB-INF/
cgi
/exp.
cgi
" METHOD="GET"> Press …-ssi.jar;C:\Tomcat\server\lib\servlets-
cgi
.jar;C:\Tomcat\webapps\ROOT;C:\Tomcat\…
Re: CGI C: redirect a user if POST data does not exist
Digital Media
UI / UX Design
12 Years Ago
by LastMitch
… to redirect the user back to start.
cgi
if the said user accesses view.
cgi
directly. This question is more suited to…** and **$_GET** function. Read this: http://sislands.com/coin70/week6/
cgi
.htm
CGI Re-direct Question Best Practice
Programming
Web Development
8 Years Ago
by koneill
…'m looking for the best practice in regard to a
CGI
shopping cart - I am working on. What happens is that… the user info page: Would basic
CGI
re-direct as such work: use
CGI
; $query = new
CGI
; print $query->redirect('http://www…
Re: CGI, Tomcat, Perl, not compiling Perl code?
Programming
Software Development
17 Years Ago
by KevinADC
I understand that you say you have setup Tomcat to run
CGI
scripts, but it appears you did not set it up correctly. Since this is really a Tomcat configuration issues maybe asking on a Tomcat forum will get you the info you need. Does Tomcat use the ubiquitous
cgi
-bin? Are your scripts in the
cgi
-bin? Have you tried .
cgi
and .pl?
Re: CGI, without going anywhere?
Programming
Software Development
18 Years Ago
by KevinADC
…QUOTE]When I was learning the basics of Perl
CGI
(well, any
CGI
) I vaugely remember something regarding a header or command… that would invoke
CGI
script (using a standard GET request) WITHOUT changing …see if you find anything useful. I know the
CGI
module does support NPH scripts so you mihgt want …
CGI - Premature End of Script Headers
Programming
Software Development
14 Years Ago
by SoulMazer
… is quite frustrating. I am writing a series of
CGI
scripts with Python that all work perfectly until I add…reference. Interestingly, if I put the styling rules inside the
CGI
script, it runs perfectly; it only throws an error …Apache does not like having CSS files anywhere inside the
cgi
-bin directory. Moving the stylesheet to a different directory …
CGI distribution
Programming
Software Development
14 Years Ago
by willgr
…. I compiled using Visual C++ Express as follows: cl /Fescript.
cgi
/EHsc /O2 script.cpp I used Dependency Walker to determine… depends on. It only depends on kernel32.dll Hypothesis: This
CGI
should work on any other modern Windows machine by itself… i.e. without the need to distribute anything except the
CGI
itself. Is that a correct assumption?
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC