Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: probably OT: Apache and Rebol

From: eric::ehrichweiss::com at: 28-May-2005 12:15

Is that written specifically for webserv.r? I had no problem handling binary data(multi-part or not) with Apache, etc. but I discovered that webserv.r handles the CGI data differently. Here's what Cal Dixon had to say webserv.r sets system/ports/input to the actual TCP connection with the browser, so it is slightly different from what you get running rebol CGI scripts with Apache, being a TCP port rather than a file port, but it generally works the same. And as much as I tried, I could use GET but not POST with my scripts due to that, I think. At this point, I'm more than willing to try again cause it'd surely make my work a lot easier to have complete editing abilites on the source code without having to read a gazillion lines of half-way understandable C code. Eric [SunandaDH--aol--com] wrote: