Re: How do you get CGI happening?
- Posted by c.k.lester <euphoric at cklest?r.?om> Jan 23, 2008
- 642 views
Jerry Story wrote: > > I opened the page in a browser. > > But just a few minutes ago I put ecoform.htm and economy.exu on my website and > then I opened ecoform.htm in a browser. At first it said POST is not allowed. > So I changed POST to GET. Now it displays economy.exu. Still don't have it > right. > > economy.exu seems to have code in it that handles GET. Jerry, you have to have a web server running that receives the incoming HTTP request and is able to serve up the page. So, for example, Apache would run your exu program and send the output to the browser. Without the web server, nothing gets served to the browser (or it acts like a file viewer).