[EMAIL PROTECTED] wrote:
> Hi everybody!
>
> I have some experience in Perl and I'm now a little PHP.
>
> I had an eye on REBOL for several weeks but I didn't have time to
> experiment. Today I installed REBOL on my W98 PC. It works, it's great!!!
>
> But then I tryed the same on Linux.
> OK After some workarounds I managed to work with rebol on my console but
> when it comes to running CGI scripts it just won't work....
you don't necessarily have to define mime type. Your scripts will work with
default .cgi extension. First lines of your script has to contain something
like
#!/usr/bin/rebol --cgi
REBOL [
Title: "Test CGI in REBOL"
Author: "pekr"
Email: [EMAIL PROTECTED]
]
print "Content-type: text/plain"
print ""
------------
be also aware of Unix rights to files and dirs ...
Don't forget to place your script into cgi-bin dir too ...
Let me know if it does work for you ...
bye,
-pekr-
> The mime type is declared. What can go wrong???
>
> Thx for the help,
>
> Razvan
> --------------------------
> www.infonetwork.ro
> [EMAIL PROTECTED]
> --------------------------
>
> ----- Original Message -----
> From: <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Sunday, March 26, 2000 6:28 PM
> Subject: Welcome to the REBOL email list.
>
> > Welcome to the REBOL email list.
> >
> > Thanks for joining in the discussion. This email
> > list is run by a REBOL script named SELMA: Simple
> > Email List-Managing Applet.
> >
> > Here is some helpful information:
> >
> > Commands to REBOL SELMA are given on the subject
> > line of your message. These commands are currently
> > supported:
> >
> > help - get this information
> > suggest - make a suggestion about the list
> > selma-source - get the current source code to SELMA
> > get msg N - send yourself message #N
> > subscribe - add yourself to the list
> > unsubscribe - remove yourself from the list
> >
> > No other commands are provided at this time.
> >
> > -SELMA
> >
> >