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).

How do I run a Python script on my web server?

I've just started learning Python, and I'm pretty lost right now. I want to run my script on my server …

python webserver cgi-bin
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 …

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

python file-io cgi cgi-bin
cgi-bin 403 forbidden on apache2

I'm trying to load cgi-bin and I keep getting 403 permissions errors. When I tried to load cgi-bin/index.pl I …

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

c forms environment-variables http-post cgi-bin
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 …

apache2 mod-python cgi-bin
Steps in order to pass data from HTML form to Perl script

I have created a simple HTML, which contains the form below: <form action="WEB-INF/cgi/run.pl" method="post"&…

html perl apache cgi cgi-bin
Executing Python Scripts with Lighttpd and CGI

I am having a problem getting python scripts to execute within Lighttpd and cgi-bin. I have found similar issues within …

python cgi lighttpd cgi-bin
Return an image to the browser in python, cgi-bin

I'm trying to set up a python script in cgi-bin that simply returns a header with content-type: image/png and …

python image apache2 cgi-bin
Cron Job - Could not open input file:

I have set up a php file to run that just echos hello. <?php echo hello; ?> My cron …

ssh crontab cgi-bin