[cse491] Run CGI Script Locally?

C. Titus Brown ctb at msu.edu
Sun Sep 20 13:29:24 PDT 2009


On Sun, Sep 20, 2009 at 04:26:42PM -0400, Owen Pierce wrote:
> When I try to run my cgi script locally, I'm directed to the text of my
> code.  What do I have to do to get the cgi script to run locally?

All sorts of nasty systems configuration.  I think you're running on
Linux, so you'd need to install Apache and set it up to run CGI
scripts... not fun:

	http://httpd.apache.org/docs/
	http://httpd.apache.org/docs/2.2/howto/cgi.html

--titus
-- 
C. Titus Brown, ctb at msu.edu



More information about the cse491-fall-2009 mailing list