[REBOL] installing Rebol as CGI application under PWS/Win32 Re:

2000-05-22 Thread tim

Here Is what I did:
1)In case your email software wraps registry the path, I have placed it in
a block
  []
  as below

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\W3Svc\Parameters\Scrip
t Map]
 with name of .r
 (This assumes that .r is your default rebol script extension)

2)Your data value is:
  c:\rebol\rebol.exe -cs %s ; edit this for your actual directory path

3)scripts should reside in your PWS Scripts directory. Once it is working
  there, then try it in /cgi-bin

This worked for me without incident for Win NT and pws.
HTH Tim

At 04:36 PM 5/21/00 +0200, you wrote:
Hello,

I am having a problem installing Rebol under PWS. In the registry, I added a
key ".r" under
HKLM/System/CurrentControlSet/Services/W3SVC/Parameters/Scriptmap with the
value "c:\rebol\rebol.exe -cs %s %s"
Now when I place a .r file into my cgi-bin directory and try to call it, I
always get the message that the script returned incomplete headers. I also
tried to output "Content-type: text/html" manually, but this didn't change
the result. Any pointers?

Regards
Christian








[REBOL] installing Rebol as CGI application under PWS/Win32 Re:

2000-05-21 Thread icimjs

Hi Christian,

PWS is a little weird. I don't recall that anyone was able to successfully
install REBOL as a CGI client under PWS (may have missed it), whereas I do
recall periodically seeing messages that complain about PWS. 

My recommendation: use Apache. You can download your free copy of Apache
from http://www.apache.org.

If you have problems getting Apache to run, let me know. I have an old
email that describes Apache configuration under MS Windows. 

At 04:36 PM 5/21/00 +0200, you wrote:
Hello,

I am having a problem installing Rebol under PWS. In the registry, I added a
key ".r" under
HKLM/System/CurrentControlSet/Services/W3SVC/Parameters/Scriptmap with the
value "c:\rebol\rebol.exe -cs %s %s"
Now when I place a .r file into my cgi-bin directory and try to call it, I
always get the message that the script returned incomplete headers. I also
tried to output "Content-type: text/html" manually, but this didn't change
the result. Any pointers?

Regards
Christian






;- Elan  [: - )]




[REBOL] installing Rebol as CGI application under PWS/Win32 Re:(2)

2000-05-21 Thread christian . wenz

Hello,

I am using Apache on most of my Win32 machines, but I always try new stuff
on the PWS first (it's easier to configure, and easier to remove). Pity that
it doesn't seem to work. Maybe any official word from the developer if
something is planned there?

Regards
Christian

- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, May 21, 2000 6:52 PM
Subject: [REBOL] installing Rebol as CGI application under PWS/Win32 Re:


 Hi Christian,

 PWS is a little weird. I don't recall that anyone was able to successfully
 install REBOL as a CGI client under PWS (may have missed it), whereas I do
 recall periodically seeing messages that complain about PWS.

 My recommendation: use Apache. You can download your free copy of Apache
 from http://www.apache.org.

 If you have problems getting Apache to run, let me know. I have an old
 email that describes Apache configuration under MS Windows.

 At 04:36 PM 5/21/00 +0200, you wrote:
 Hello,
 
 I am having a problem installing Rebol under PWS. In the registry, I
added a
 key ".r" under
 HKLM/System/CurrentControlSet/Services/W3SVC/Parameters/Scriptmap with
the
 value "c:\rebol\rebol.exe -cs %s %s"
 Now when I place a .r file into my cgi-bin directory and try to call it,
I
 always get the message that the script returned incomplete headers. I
also
 tried to output "Content-type: text/html" manually, but this didn't
change
 the result. Any pointers?