Top "Cgi-bin" questions

cgi-bin is a special folder in web server's files and folder structure, designed to contains executable scripts written in CGI (Common Gateway Interface).

My cgi script can't write to cgi-bin folder of Apache

I m working on a python version cgi script which needs to create img files (which will be shown on …

apache cgi-bin
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 …

perl apache cgi-bin setuid suexec
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 …

perl apache chmod mod-perl cgi-bin
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 …

cgi shellexecute cgi-bin