[REBOL] POP in CGI Re:

2000-01-11 Thread icimjs
Hi Martin, are you sure the security permissiong settings of your CGI REBOL process permit opening the pop port for reading? Have you tried running rebol from the command line with the exact same settings in the CGI directory of the Web hosting machine? Which settings are you using and which

[REBOL] POP in CGI Re:(2)

2000-01-11 Thread mah
[EMAIL PROTECTED] wrote: are you sure the security permissiong settings of your CGI REBOL process permit opening the pop port for reading? Have you tried running rebol from the command line with the exact same settings in the CGI directory of the Web hosting machine? Yes. Which

[REBOL] POP in CGI Re:(3)

2000-01-11 Thread xkracik
Hi, IN IIS 4.0, WinNT I use REBOL -cs %s %s. The two %s are needed to pass arguments from the web server to the REBOL script. I haven't tried it in PWS in Win98 though. What exactly is the error message returned by the web server? [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: are you

[REBOL] POP in CGI Re:(4)

2000-01-11 Thread mah
[EMAIL PROTECTED] wrote: IN IIS 4.0, WinNT I use REBOL -cs %s %s. The two %s are needed to pass arguments from the web server to the REBOL script. CGI takes info from 'environment variables' or from 'standard input'. What are parameters used fore? What exactly is the error message

[REBOL] POP in CGI Re:(5)

2000-01-11 Thread xkracik
[EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: IN IIS 4.0, WinNT I use REBOL -cs %s %s. The two %s are needed to pass arguments from the web server to the REBOL script. CGI takes info from 'environment variables' or from 'standard input'. What are parameters used fore? Well, I