Showing posts with label cgi. Show all posts
Showing posts with label cgi. Show all posts

Sunday, May 27, 2012

Why avoid CGI for Python with LAMP hosting?


I have been using PHP for years. Lately I've come across numerous forum posts stating that PHP is outdated , that modern programming languages are easier, more secure, etc. etc.

Thursday, May 17, 2012

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 to run I have to define the following in .htaccess :

Monday, January 30, 2012

java output missing for cgi


In apache server,I want to use java to output something to the client,here's the java code