Re: Rob: CGI Question
- Posted by EUPHORiCK <euphoric at cklester.com> Oct 23, 2003
- 507 views
Robert Craig wrote: > > C. K. Lester wrote: > >> [Tue Oct 21 22:24:59 2003] [error] [client 127.0.0.1] Premature end >> of script headers: test.esp >> [Tue Oct 21 22:24:59 2003] [error] [client 127.0.0.1] Can't create >> error message file: ex.err > > > "Can't create ..." is an error that exu issues when it tries > to open ex.err for writing, but fails. > > Check to see if there is already an ex.err file (in cgi-bin ?) > that does not have write permissions set correctly. I don't know what folder to check. It can't be cgi-bin because I don't have it in there. The only place I have an executable exu is /usr/local/euphoria/bin. The place where my CGI file resides is /usr/local/www/data/MPG. I created an ex.err and chmod +w it, but I still get the "Can't create" message. Does it create an ex.err for trace(3), or is it buggy reporting that? I can run my file and receive no errors, but it does have a trace(3) command in it. In fact... let me try something real quick... Okay, I'm thinking that the "Can't create error message ex.err" should in fact be "Can't create log file ctrace.out." Could that be right? I'm so close to having this working!!!