Skip to content Skip to sidebar Skip to footer
Showing posts with the label Cgi

Python Script Does Not Run Through Cgi On Apache2

I am using apache2 version Apache/2.4.23 I created a simple python script that I want executed via … Read more Python Script Does Not Run Through Cgi On Apache2

Working In Python Cgi With Form. Empty Input Error

I am trying to work with forms on python and I have 2 problems which I can't decide for a lot o… Read more Working In Python Cgi With Form. Empty Input Error

When Try To Execute A Cgi Script, Get The Error: "[winerror 193] %1 Is Not A Valid Win32 Application"

When I try to execute a cgi script (via a localhost), I get the following error OSError: [WinError … Read more When Try To Execute A Cgi Script, Get The Error: "[winerror 193] %1 Is Not A Valid Win32 Application"

Get Form Data Using Python

How do i get form data in my Python code. Below is my current code. import cgitb; cgitb.enable() im… Read more Get Form Data Using Python

Printing Html In Python Cgi

I've been teaching myself python and cgi scripting, and I know that your basic script looks lik… Read more Printing Html In Python Cgi

Ip Address Of Domain On Shared Host

I have domain on a shared hosting provider. How do I find the direct IP address of my domain using … Read more Ip Address Of Domain On Shared Host