News

CGI (Common Gateway Interface), common gateway interface, it is a program, running on the server such as: HTTP server, providing the interface with the client HTML page. To better understand how CGI ...
👀 "What's Your IP Address?" Web script 🔍 This Python CGI Website displayed the public IP address of a user like many similar sites do. This web app has a geolocalization map and many customizable ...
I've got a web-app I'm working that uses Python cgi. I was initially handling queries w/ GET and cgi.FieldStorage but some of my query strings are too long and I need to switch to post.<BR><BR>However ...
My hosting provider somehow messed up their python config and broke my website. I have SSH access but not root access. I'm looking for ideas on what might be going wrong. The problem, in a nutshell, ...