CGI (Apache2) does not work starting from version 3.14.0 #127
Replies: 8 comments 2 replies
-
|
To be honest, it must be years since I used Rebol as a CGI, so it is not tested at all. I prefer running Rebol HTTPd as a backend server. Which of course is not an excuse. It should be working. Is it possible to get an error which Rebol must throw? |
Beta Was this translation helpful? Give feedback.
-
|
Also... 3.19.5 is not a stable version. It contains completely rewritten string handling to support full Unicode range and still must be tested. There still may be bugs like this one: Oldes/Rebol-issues#2663 I just noticed by accident. |
Beta Was this translation helpful? Give feedback.
-
|
@fvanzeveren ok.. I just made a test and it fails because it looks for |
Beta Was this translation helpful? Give feedback.
-
|
Here is a Docker image with Apache and Rebol configured to run Rebol CGI scripts: (tested on Windows, but it should work on Linux and macOS as well (using the Docker). Still Rebol must be fixed not to fail, when cannot find/create the modules directory. |
Beta Was this translation helpful? Give feedback.
-
|
Here is another (very simple) Docker image with NGINX and Rebol as a backend: |
Beta Was this translation helpful? Give feedback.
-
|
Hello Oldes |
Beta Was this translation helpful? Give feedback.
-
|
Another option you might have is to put a I seem to be having a GLIBC mismatch with my web host and still haven't set up local hosting on my system, so I can't verify... |
Beta Was this translation helpful? Give feedback.
-
|
Hello I created the %rebol.reb file in the folder of my executables: system/options/data: %/boot/home/config/non-packaged/bin/.rebol but that does not fix the issue. I still have to create the structure in the folder the cgi file resides. Regards Françsoi |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
After a long period of inactivity, I am back using Rebol3.
When I left, cgi scripting under Apache2 was working fine (i think i was using version 3.10.x)
Since yesterday, i tried to make this simple script working under Apache2 with Rebol3 3.19.5 both under debian linux and mac os x (high sierra) without success (it always ends with a Internal Server Error):
So, this morning, i went to try older releases and went to the conclusion that the last version on which cgi works is 3.13.0.
Version 3.14.0 and all later releases fail with Internal Server Error.
Is there sth I am missing ?
Thank you for your help.
François
Beta Was this translation helpful? Give feedback.
All reactions