|
Pages: [1]
|
 |
|
Author
|
Topic: Linux Mozilla on Abyss server returns an Internal Error 500 error ........... (Read 208 times)
|
|
jfdutcher
|
Can anyone comment on whether or not these messages in the log file on the Abyss server running under Linux indicate improvement is needed in the server setup....or that there is actually an error in the script.
Under WINDOWS, using the same server, the script runs fine....but most Rebol scripts which have errors (on the server) return helpful text data in the returning web page rather than just an Internal Error 500.
Log file: This is what the log says:
CGI: [/home/jfdutcher/abyss/abyssws/htdocs/cgi-bin/rebol.r blog.r ] URI: /cgi-bin/blog.r Execve error - Exec format error CGI: [/home/jfdutcher/abyss/abyssws/htdocs/cgi-bin/rebol.r blog.r ] URI: /cgi-bin/blog.r Broken pipe
Can you verify that this is some sort of Rebol script error rather than a sign of still more improvement needed in the 'set-up' of the server ? The script runs O.K. on Windows under Abyss.
John D.
|
|
|
|
|
Logged
|
|
|
|
|
Gabriele
|
Often the cause of these problems is line termination, since Linux does not like it if the shebang line is terminated by CRLF instead of just LF.
|
|
|
|
|
Logged
|
|
|
|
|
|
Pages: [1]
|
|
|
 |