Results 1 to 4 of 4
i running linux redhat 9.0 with apache and im trying to use cgi-bin but im new to cgi-bin at this point i know where is the cgi-bin. im try to ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-24-2005 #1Linux Newbie
- Join Date
- Oct 2005
- Posts
- 110
help with cgi-bin
i running linux redhat 9.0 with apache and im trying to use cgi-bin but im new to cgi-bin at this point i know where is the cgi-bin. im try to collect a form input but i dont really know how can some help me with this issue.
- 12-24-2005 #2Linux Newbie
- Join Date
- Oct 2005
- Posts
- 110
cgi-bin
do i have to use perl to use cgi-bin
- 01-24-2006 #3Linux Newbie
- Join Date
- Oct 2005
- Posts
- 106
posting forms
Your form must call a script which can be written in perl, php, ruby, python
etc..
The script must retrieve the fields posted by the html.form.
Download the perl manual. Read chapter 12 then start again at chapter 1.
You can only post a form by posting it to a named script.
- 01-24-2006 #4Linux Enthusiast
- Join Date
- Aug 2005
- Location
- Hell
- Posts
- 514
CGI can execute any executable file in the system. So it can be a script like a Perl, Python, Bash, whatever script with #! at the top; or it can be a program compiled from C, or whatever; the file needs to be executable (have executable permission).


Reply With Quote
