|
Pages: [1]
|
 |
|
Author
|
Topic: Rebol cgi: followed the tut on Apache but doesn't work (Read 282 times)
|
|
|
|
btiffin
|
If I had to take a quick guess, the REBOL CGI is not returning a clean HTTP response. You have to make sure that no stray IO occurs before the print "content-type: text/html^/" And that the script terminates somewhat cleanly and doesn't just spin. Depending on OS, the shebang line can be a delicate thing as well. #!/path/to/rebol that starts the script needs to be correct and with the proper execute permissions. After that, there are only 1001 things that can go wrong.  Cheers, Brian
|
|
|
|
|
Logged
|
|
|
|
|
|
Pages: [1]
|
|
|
 |