On Tuesday, September 9, 2003, at 11:19 PM, Alex Rice wrote:
Try the metacard.com version instead. Even after you get X11 AND dlcompat compiled and installed, the runrev.com cgi engine is broken on Mac OS X.
Darn! Sorry, I'm mistaken. The runrev.com cgi engine prints debugging information to STDERR. Messages like "external startup". I mistakenly assumed that those STDERR messages would cause a 500 server error. However that's not true, at least on Apache. On Apache they just get sent to the error_log, so one will just see logs of entries like this in the error log:
external startup external exit external startup external exit
Bj�rnke, here is my test script which works OK. Note that TWO crlf are required per the http spec. You only have one crlf after the content type.
#!/usr/local/bin/revolution on startup put "Content-type: text/plain" & crlf & crlf put "hello world" end startup
Alex Rice <[EMAIL PROTECTED]> | Mindlube Software | http://mindlube.com
what a waste of thumbs that are opposable to make machines that are disposable -Ani DiFranco
_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
