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
0
votes
0answers
4 views
Customized homepage for bugzilla
I am using bugzilla 4.2.5. I need to redirect to 'My bugs' page, once a user logged in.
...
0
votes
1answer
14 views
cannot open multiple instances of a webpage after submitting a form in it
am new to CGI programming. I have created a web based tool ,where in depending on the option selected , i submit the corresponding form and validation takes place in 2nd php page. I have used php ...
-1
votes
0answers
15 views
CGI - file missing
Have a python app that I have not built myself.
Accidently deleted a CGI-file.
I have the .py file remaining.
How do I reproduce a new CGI-file?
0
votes
1answer
14 views
Use value from javascript on html page to execute python script
I have a problem. I have a project that involves sending a value from a web page to a web server and using that value to generate a voltage by commanding a digital to analog converter. For the server ...
0
votes
0answers
3 views
Apache2 not executing cgi scripts
I have Debian server with apacha2 insalled, trying to execute a cgi script on it.
I get 403 error, and records in logs saying "I have no permission to execute cgi files".
I have mentioned my ...
0
votes
0answers
43 views
storing the current value of countdown timer in variable for using in the template toolkit file
I have a count down timer in the Hours left field, to find the hours left.
I also have a field to enter the total estimated time and upon enetering the value of total estimated time, the timer will ...
1
vote
1answer
34 views
Adding count down timer in perl template tool kit
I have checked some possibilities for adding a count down timer in a cgi page.But i couldn't find anything helpful.
I have written the file to add countdown timer, 'Timer.js' and is calling from the ...
-1
votes
0answers
19 views
C-GGI program doesn't wait for system() to finish
I have a C program compiled into CGI that reads form data and processes the data. The C program takes in the data from the form, unencodes it so it's as it was entered, and then I ship it off to a ...
1
vote
2answers
33 views
How to let CGI input field return to its initial state when a condition is fulfilled (CGI.pm/Perl)
I have a CGI script that looks like this.
#!/usr/local/bin/perl
use CGI ':standard';
print header;
print start_html('A Simple Example'),
h1('A Simple Example'),
start_form,
"What's your name? ...
1
vote
1answer
33 views
Calling multiple perl scripts over APACHE server?
I am pretty new to creating web applications, so I am very unfamiliar with working over a web server. Just to let everyone know, I am implementing html, javascript, strawberry perl, AJAX, and running ...
1
vote
2answers
71 views
Premature end of script headers in perl scripts
I have problem in execution of perl scripts. I am using Alias for the directory of the server like that:
Alias /epbin3/ /opt/v-hosts/user/epbin/
<Location /epbin3>
AddHandler cgi-script ...
0
votes
0answers
18 views
Error 500.0 - Internal Server Error An unknown FastCGI error occured
Module: FastCgiModule
Notification: ExecuteRequestHandler Handler PHP_via_FastCGI
Error Code: 0x8007010b
Physical Path: C:\inetpub\wwwroot\Gallery\photos.php
Logon Method: ...
0
votes
3answers
53 views
Perl CGI redirect with URI.pm
I have a Perl script which in some cases needs to do a redirect to another one and send all the query parameters along. The query parameters can contain a lot of data and I do not want to construct ...
0
votes
1answer
7 views
New priorities are not getting updated in the Bugzilla bugs table
I am having 5 priorities already in the Bugzilla. And now wanted to add 3 more priorities P6,P7,P8.
And i added the 3 new priorities in the priority table.
But the problem is, the new 3 priorities ...
0
votes
0answers
24 views
Not able to download Excel sheet from Perl CGI page from cgi-bin directory
I am able to access Perl CGI scripts from the /cgi-bin folder as usual. And in one CGI page an Excel sheet (in /cgi-bin) will be generated by pulling data from MySQL, but I am not able to download the ...