On Thu, Mar 30, 2000, <[EMAIL PROTECTED]> wrote:
>There tech support admitted that they had'nt heard of REBOL and they
>were'nt sure if it would be ok on the system as they dont allow new Apache
>modules (cobalt servers, it would go against the warranty apparently).
There's a version for Cobalt Qubes. I'm not sure about the Raqs. Some
use MIPS processors others x86. I think that the x86-based Raqs would
work with the Linux x86 Rebol binary.
>Could I just do my scripts like this:
>���
> #!/path/to/rebol --cgi
> REBOL [
>������� Title: "CGI Test Script"
> ]
>
>where the first line would tell where the rebol interpreter was (my cgi-bin
>I guess) ?
Yep. I didn't even tell my hosting service I was installing Rebol. I
figured if they were giving me access to gcc, which is potentially far
more dangerous, then they shouldn't care if I run Rebol, which is pretty
innocuous.
>REBOL on quite a lot of platforms enough so hopefully it will
>run on whatever they use!
Pretty much anything that can run Apache can run Rebol.
Incidentally, are there any other MachTen users out there? It would
be nice to have a version of Rebol for MachTen. That way I could test my
Rebol CGI scripts locally with Apache while still running the Mac OS and
using BBEdit, Golive, Photoshop, etc.
MachTen is BSD 4.4ish. So as long as it doesn't do weird things with
the VM subsystem, I'd imagine a port would be rather straightforward.
>Also, I've seen some perl scripts which use "sendmail". Can you execute
>other programs in REBOL (I would'nt think so due to probs with cross
>platform). Would I have to find out their SMTP server and configure rebol
>to use it via set-net ?
Yep, that's what I did. My Rebol CGI scripts can send email without
using sendmail.
.:Eric