World: r3wp
[All] except covered in other channels
older newer | first last |
Graham 15-Feb-2005 [1126x2] | After that any script in a directory that the server sees as EXECUTABLE (eg, the default "scripts" directory) which ends in *.cgi will be sent to the rebol interpreter. Best YekSoon, keeping my fingers crossed. |
http://www.rebol.org/cgi-bin/cgiwrap/rebol/ml-display-thread.r?m=rmlNCDQ | |
Guest 15-Feb-2005 [1128] | thanks for the tip, will try it immediatly... |
Graham 15-Feb-2005 [1129x2] | better read the whole thread |
more on IIS setup : http://www.rebol.com/docs/core23/rebolcore-13.html#section-13.1 | |
Guest 15-Feb-2005 [1131] | very frustating, the script is invoking the rebpro.exe but doesn't release it nor deliver anything. I have tried nearly all combinations without any result. I thougt rebol is a perfect cgi engine, so I miss a - up to date - step by step instruction for all major webserver. the message board content indicate a need for this. |
Graham 15-Feb-2005 [1132] | have you got the slashes the right way round? |
Guest 15-Feb-2005 [1133] | all directions with,withou space etc. |
Graham 15-Feb-2005 [1134] | can you get any other cgi working eg. perl ? |
Guest 15-Feb-2005 [1135x2] | yes, I wrote a exe with powerbasic, working fine. have added the webserver extension for .r -> rebpro.exe" -cs %s %s" and even the execute permissions... |
ps: the current control set in the reg-key isn't present. I guess the mapping is done complettly by the weberserver settings. | |
Alberto 15-Feb-2005 [1137] | Perhaps is not the same thing!. To execute a cgi "exe" file, IIS don't need to know where is an interpreter like rebpro.exe or perl.exe |
Guest 15-Feb-2005 [1138x2] | just downloaded a small php-script. this one is running. |
are there more flagg beside the -cs ? | |
Alberto 15-Feb-2005 [1140] | type USAGE on the rebol console |
Guest 15-Feb-2005 [1141x3] | t= not provided |
sorry, I mean under rebpro.exe (sdk) usage is not provided. made it with core and can see it. thanks will try these last combinations. thanks again | |
install rebol for IIS6: set this path -> C:\Rebol\rebpro.exe "-cs" %s in application configuration panel. the extension can be .r or .cgi. it is not nessesary to set the extension additional in the webserver extension module. ps: double %s %s don't work. thanks for the help to alberto and graham and ammon. | |
Allen 15-Feb-2005 [1144] | %s %s does work. it's how mine is set up. Preferable to not use .r extension on IIS, otherwise it gets confused when when you just have a script for someone to download. |
Guest 15-Feb-2005 [1145] | are you using IIS6 ? |
Allen 15-Feb-2005 [1146x3] | yes. have installed on everything from iis3 - 6 over the years |
just going to verifty current settings.brb | |
do you have norton virus checker? I've had issues with the script-block feature blocking some com object execution on server. | |
Guest 15-Feb-2005 [1149] | yes, but the problem is now solved allen, the path I mentioned above is running fine now. (after 7 hour's of trying) ;-))) |
Ammon 15-Feb-2005 [1150] | Don't you love IIS? :-) |
Guest 15-Feb-2005 [1151] | I like the admin-gui but on my developer machine I always use apache. |
Allen 15-Feb-2005 [1152] | ok. great. At least on IIS you don't have to worry about adding the !path in each script. but I'd rather be on apache. |
Ammon 15-Feb-2005 [1153] | Apache is much nicer to play with. ;-) |
Guest 15-Feb-2005 [1154x2] | as soon I collected enough rebol knowledge I jump (lightling fast) to linux :-)) |
waiting for some more lazy rebol tools, for a lazy developer... | |
Guest 16-Feb-2005 [1156] | plis source proces viewer for windows |
Gregg 16-Feb-2005 [1157] | Paul Tretter might have started on one, but I don't know for sure of any that exist. |
Guest 17-Feb-2005 [1158x3] | pliss help |
start : {rebol [ ] port: open tcp://:80 conn: port/1 data: "" conn: port/1 tmp: read-io conn data run tmp} | |
coplile start.r to start.exe | |
[unknown: 9] 17-Feb-2005 [1161] | Guest, please log in under "Account" |
Micha 17-Feb-2005 [1162x2] | start : {rebol [ ] port: open tcp://:80 conn: port/1 data: "" conn: port/1 tmp: read-io conn data run tmp} |
coplile start.r to start.exe | |
Sunanda 17-Feb-2005 [1164] | No compiler available, Micha. You can encap your scripts -- see the REBOL.com website for details. |
Tomc 17-Feb-2005 [1165] | didn't someone .. Gregg maybe have a sanctioned encapping service |
Ammon 17-Feb-2005 [1166] | If you set up your encapping service right then it falls within the limitations of the encap license. I planned on setting up a service but never did. I did talk to RT about it and they didn't have a problem with the structure that I was setting up. |
Tomc 17-Feb-2005 [1167] | well micha may be your test subject |
Ammon 17-Feb-2005 [1168x2] | Yes, you may |
Wrong chat window... | |
Tomc 17-Feb-2005 [1170x2] | it would be better for someone with commertial asperations |
and time | |
Ammon 17-Feb-2005 [1172x2] | Agreed. |
I may yet set up an automated service for it... | |
Micha 17-Feb-2005 [1174] | plis help !! Authorization required, configure your mail client |
Ammon 17-Feb-2005 [1175] | Micha, your not giving us enough information for us to really help you. |
older newer | first last |