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

[REBOL] Re: FastCgi Problem

From: rondon:andrade:uol at: 1-Aug-2001 16:28

----- Original Message ----- From: <[sqlab--gmx--net]> To: <[rebol-list--rebol--com]> Sent: Wednesday, August 01, 2001 8:14 AM Subject: [REBOL] Re: FastCgi Problem
> > > > Hi Rebolers!! > > > > How can I solve this error ? > > HTTP/1.1 200 OK Date: Mon, 30 Jul 2001 22:20:08 GMT Server:
Apache/1.3.12
> > (Unix) Resin/1.3.b1 mod_fastcgi/2.2.10 PHP/4.0.3pl1 mod_ssl/2.6.6 > > OpenSSL/0.9.5a Connection: close Transfer-Encoding: chunked
Content-Type:
> text/html; > > charset=iso-8859-1 X-Pad: avoid browser bug > > OK > > Sometimes it happens, sometimes it doesn't. > >
What happens? Sometimes when I call the script it runs fine, sometimes doesn't. I receive the message above.
> > Is There any problem of my Apache Configuration? I'm running > > Rebol/Command, Apache with mod_fastcgi.
I'm running my scripts as CGI compatibility mode. I just install Rebol/Command and FastCGi as mod to my Apache and Add Handler fastcgi-script .fcgi. What I did is inside the Rebol docs. I rename my .cgi scripts to .fcgi.
> What did you change in your configuration? > What do you do with Rebol?
I process textual databases, they upload the file, then the scripts analyses and generate other formats, it is like a file converter.
> Do you use Fastcgi. which mode?
CGI compatibility mode.
> Did you enable fastcgi with Rebol ?
What do you mean with that ? I've installed mod_fastcgi, I've change the extensions. I didn't change to -sqw script.r because this is for stand alone mode. I think the error has nothing to do with Rebol, but the interaction between Apache and Browser and FastCGi calling Rebol script. Because I didn't have this error using rebol as .CGI without fastcgi. Any tips?