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.

Is it faster to access data from files or a database server?

If I have a static database consisting of folders and files, would access and manipulation be faster than SQL server …

sql performance cgi flat-file
What is difference between php cli and php cgi?

A very basic question for you. I just found two executable files php-cgi.exe and php.exe in the bin …

php cgi
Set REMOTE_ADDR to X-Forwarded-For in apache

In a situation where Apache is sitting behind a reverse proxy (such as Squid), the cgi environment variable REMOTE_ADDR …

apache http cgi
How to get rid of non-ascii characters in ruby

I have a Ruby CGI (not rails) that picks photos and captions from a web form. My users are very …

ruby unicode cgi ascii
Perl Apache : Perl script displayed as plain text

While configuring with apache and perl cgi scripts, don't know why index.cgi/index.pl are displayed as plain text …

perl apache windows-7 configuration cgi
What is HTTPD exactly?

I mean is "httpd" only used by Apache for the download of the software or is it used by other …

apache http cgi
How to parse $QUERY_STRING from a bash CGI script?

I have a bash script that is being used in a CGI. The CGI sets the $QUERY_STRING environment variable …

bash cgi
How Python web frameworks, WSGI and CGI fit together

I have a Bluehost account where I can run Python scripts as CGI. I guess it's the simplest CGI, because …

python apache cgi wsgi
Output images to html using python

I have a webpage generated from python that works as it should, using: print 'Content-type: text/html\n\n' print "" # …

python html http-headers cgi
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