Re: Euphoria and CGI
- Posted by c.k.lester <euphoric at cklester.com> Jun 25, 2007
- 692 views
Jerry Story wrote: > What is Apache? (I looked this up on Google but I don't understand anything.) Apache is the program on your computer that serves web pages. > How can I know whether I have Apache installed? You will have installed it. Go download it and install it to your computer, then read up on it. Time for an education if you want to go further. > What does Apache have to do with running a html file on firefox or opera? You can view an HTML file without Apache, but you need Apache when you want dynamic serving of web pages. That is, they are not "static" HTML text files, but actually programs that need an interpreter. For instance, http://www.cklester.com/euphoria/bbcmf/ is being generated with a FreeBSD Euphoria interpreter and served by Apache on FreeBSD 4.x.