Most voted "cgi" questions
1) The Common Gateway Interface is a standard that defines how web server software can delegate generation of web pages to a stand-alone application and executable file. 2) Computer Generated Imagery
Learn more…8 questions
Sort by count of
-
60
votes3
answers21803
viewsWhat is CGI and what is its purpose?
What is the CGI (common gateway interface) and what it does? It’s an ancient technology? Are there other alternatives to it? If so, which?
-
14
votes1
answer8177
viewsWhat’s the difference of using PHP as a module of Apache, CGI, Fastcgi and command line?
I wanted to know what difference there is between the various "versions" or "ways" to use PHP, as it has the module of Apache, CGI, Fastcgi and command line. So I wonder if there is any difference…
-
7
votes1
answer5427
viewsHow to configure apache2 for python 3.5.2
I have been trying to study web programming with Python, but I can’t configure the server on my computer, can anyone help me? Whether it’s telling me how to set up or providing me with an already…
-
3
votes1
answer979
viewsHow to manipulate html forms in python
I needed help with the cgi forms in python. This code works normally when I don’t insert accents: # !/Programas/Python36-32/python # -*- coding: utf-8 -*- import cgi print("Content-Type: text/html;…
-
2
votes0
answers56
viewsActivating cgi bin web c++ module
Personal I installed cgicc for the purpose of understanding how cgi works however I activated the include mod_cgi of my apache2 in Slackware but when creating a cgi and put in /var/www/cgi-bin the…
-
1
votes1
answer1016
viewsDjango runserver does not work
The command: python Manage.py runserver 80 Returns the following: (I put screenshot, because the text is defaced here) The localhost address is inaccessible regardless of the port (8080, 8000, 80)…
-
1
votes0
answers343
viewsCGI is out of use, but what if I want to make a secure web system on an intranet?
I know there are many ways to create a secure web system with technologies like PHP. NET and etc, however these interpreted languages expose the code to curious when the system should be installed…
-
0
votes0
answers72
viewsPython with CGI and WEB
I made a simple code in python that displays on a web page the version of the user’s operating system and configured my web server that runs on linux to be compatible with CGI. My webserver runs on…