Re: Euphoria and CGI
- Posted by Dan Moyer <danielmoyer at prodigy.net> Jun 23, 2007
- 708 views
Gary Shingles wrote: > > Jerry Story wrote: > > > > c.k.lester wrote: > > > > > > Jerry Story wrote: > > > > > > > > This is what it does. > > > > #!/home/jstory/euphoria/bin/exu without warning puts(1, "Content-type: > > > > text/html\n\n") > > > > puts(1, "\n") puts(1, "\n") puts(1, "\n") > > > > > > Have you modified your htaccess files? Sounds like Apache (or whatever web > > > server you're using) doesn't know what to do with Euphoria source files. > > > > What, who is htaccess? > > I'm using Opera. Opera understands html files. > > Firefox does the same thing, with a different shade of blue. > > You should have a read of this link (on the Wiki): <A HREF="<a > href="http://euwiki.ayo.biz/Can_Euphoria_do_CGI%3F">http://euwiki.ayo.biz/Can_Euphoria_do_CGI%3F</a>"><a > href="http://euwiki.ayo.biz/Can_Euphoria_do_CGI%3F">http://euwiki.ayo.biz/Can_Euphoria_do_CGI%3F</a></A> > > Halfway down it explains how to set up your web server to execute the CGI > script. > > Gary The above mentioned link didn't work for me, maybe this version of the link will: http://euwiki.ayo.biz/Can_Euphoria_do_CGI%3F Dan Moyer