Re: Euphoria + CGI + Linux
- Posted by Jonas Temple <jtemple at yhti.net> Oct 08, 2004
- 419 views
Erik-Jan van Kampen wrote: > > }}} <eucode> > > #!exu > > puts(1,"Content-type: text.html\n\n") > > puts(1,"<html>") > > puts(1,"<title>" & "TEST" & "</title>") > > puts(1,"</head>") > > puts(1,"<body>") > > puts(1,"TEST") > > puts(1,"</body>") > > puts(1,"</html>") > > </eucode> {{{ Erik, Maybe try pointing to the exact location of exu in the first line: #!/usr/bin/exu or wherever your exu is located. Jonas Temple http://www.yhti.net/~jktemple