[REBOL] Re: Apache Config for CGI with REBOL

2001-02-27 Thread Ryan Cole
As far as I know, all that mime stuff does is tell the browser how it should view your document. It has been a long while since I have set up CGI on Apache, but I still might be able to help. First in srm.conf, check for either or both of these lines... ScriptAlias /cgi-bin /home/httpd/cgi-bin/

[REBOL] Re: Apache Config for CGI with REBOL Part 2

2001-02-27 Thread GS Jones
Oohhh. I just reread my own reply and realized I made a mistake. Sorry. Example for step 4 for httpd.conf currently reads: example: AllowOverride None Options ExecCGI Order allow,deny Allow from all It **should** read: example: AllowOverride None Options ExecCGI

[REBOL] Re: Apache Config for CGI with REBOL

2001-02-27 Thread GS Jones
Hi, Raimund, I run Apache 1.3.14 and PHP 4.0.4 on Win 98. The configuration for more recent Apache versions is likely similar, but I can make no guarantees. From: Raimund Dold > I am trying to set up apache on my computer (SuSE 7.1) at home to play with > CGI and REBOL. But it still does not w

[REBOL] Re: Apache Config for CGI with REBOL

2001-02-27 Thread Chris
On Monday 26 February 2001 19:15, you wrote: > > The script simple-cgi.r looks like the following. > Did I miss anything? Try changing that to simple-cgi.cgi Chris -- New sig in the works Explorer2260 Designer and Coder http://www.starforge.co.uk -- Life is just a bowl of cherries, but why do

[REBOL] Re: Freebell-Status

2001-02-27 Thread bo
Frank (and others working on spec'ing REBOL), If you have any tests that you've written to validate the results of your implementation, please forward them to [EMAIL PROTECTED] We're always looking for more good tests to add to our test suite. Thanks in advance for your efforts to help make RE

[REBOL] Apache Config for CGI with REBOL

2001-02-27 Thread Raimund Dold
Hi, I am trying to set up apache on my computer (SuSE 7.1) at home to play with CGI and REBOL. But it still does not work. I did the following: - /etc/mime.types added the following line application/x-http-rebolr - /etc/httpd/httpd.conf added the following line Addtype application

[REBOL] Freebell-Status

2001-02-27 Thread Frank Sievertsen
Hi! I have now implemented more than 50% of all action! and native! values. Freebell runs (slow) on a Psion PDAs, too. You can see the status of the project at: http://proton.cl-ki.uni-osnabrueck.de/Freebell/status.html and try Freebell/Core 0.05 at http://proton.cl-ki.uni-osnabrueck.de/Free