[EMAIL PROTECTED] wrote:
> Apache module???
> Where can I get a Apache module for rebol. I thought rebol was only in early
> stages of development.
>
> Indeed as CGI rebol works wonderfull. (I have a Suse Linux running Apache
> with mod perl and php). For simple scripts I see no difference but I would
> like to experiment a little with rebol as apache module.
look at http://www.rebol.com, link is available directly on main site, or just
write to [EMAIL PROTECTED]
-pekr-
>
>
> Razvan
> ----- Original Message -----
> From: <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, March 27, 2000 4:22 PM
> Subject: [REBOL] Put rebol script em html pages Re:
>
> >
> >
> > [EMAIL PROTECTED] wrote:
> >
> > > How can put rebol scripts in html page to create a dynamic pages?It's
> > > possible! if possible, how can do it?
> > >
> > > thank's Denilson
> >
> > Hi,
> >
> > it's not possible. Ehmm, it's possible, but your browser will not
> > uderstand it, as it doesn't contain REBOL interpreter, nor is REBOL
> > plug-in available for any browser.
> >
> > However, as for dynamic sites, you are mixing two principles here.
> > Dynamic sites are generated on server, and your browser gets just pure
> > html/java-script file to display. So - as for the server - you can run
> > REBOL in form of CGI or as a Apache module in case you are running
> > Apache web server ...
> >
> > -pekr-
> >
> >