Re: Valid Euphoria Web Page?
- Posted by irv mullins <irvm at ellijay.com> Aug 26, 2004
- 455 views
cklester wrote: > > CoJaBo wrote: > > > > Try this: > > > > #!exu > > > > puts(1,"Content-type: text/html\n\n")--; charset=iso-8859-1\n\n") > > Nope, that didn't work. What else should I try? :) > Try setting up crash_file(). include machine.e crash_file("/some_directory/cgi_error") -- then rest of includes. Point crash_file to a directory which is owned by Apache. Then monitor that directory and see what happens. Irv