Top "Cgi" questions

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.

What are CGI scripts used for these days?

I'm pretty well up to speed on general web programming languages, but one of the tools I'm working with right …

web-applications cgi
disk I/O error with SQLite

I have a (tiny) dynamic website that is (roughly) a Perl CGI script using a SQLite database. Package DBI is …

perl sqlite cgi dbi
php-cgi not found in PhpStorm resulting in 502 bad gateway

I'm trying to run a simple php file with PhpStorm (v2017.3). It should output a var_dump, but I constantly …

php macos phpstorm cgi
What are alternatives to SQL database storage for a web site?

An SQL database is overkill if your storage needs are small. When I was young and dumb, I used a …

php sql cgi lamp
My first web app (Python): use CGI, or a framework like Django?

I don’t want to burden you all with the details, but basically I’m a 2nd year compsci student …

python django apache google-app-engine cgi
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
Why does PHP_SAPI not equal 'cli' when called from a cron job?

Here is the line from my cron job... */5 * * * * php /home/user/public_html/index.php --uri=minion --task=emailassets When …

php linux cron cgi
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
Start background process/daemon from CGI script

I'm trying to launch a background process from a CGI scripts. Basically, when a form is submitted the CGI script …

python apache cgi fork
Trouble running python script as cgi under apache (ubuntu 12)

Disclosure: I searched a lot, and I don't think my question (for my configuration) is answered here. For example run …

python apache ubuntu cgi