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

FastCgi Problem

 [1/4] from: rondon:andrade:uol at: 28-Jul-2001 13:30


Hi Rebolers! I'm receiving eventually an error in my browser such as: HTTP/1.1 200 OK Date: Fri, 27 Jul 2001 16:24:28 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 The server encountered an internal error or misconfiguration and was unable to complete your request. Sometimes it happens, maybe am I doing something wrong. When I try to run the script again, it does or give an error. When I look for the script, I can see a file called rebol.core. What does it mean ? I'm using OpenBSD, Rebol Command and FastCgi. Any clue ? Thanks in advance. Rondon

 [2/4] from: rondon::andrade::uol::com::br at: 31-Jul-2001 19:45


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. Is There any problem of my Apache Configuration? I'm running Rebol/Command, Apache with mod_fastcgi. Any tips? Thanks in advance. Rondon

 [3/4] from: sqlab:gmx at: 1-Aug-2001 13:14


> 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?
> Is There any problem of my Apache Configuration? I'm running > Rebol/Command, Apache with mod_fastcgi.
What did you change in your configuration? What do you do with Rebol? Do you use Fastcgi. which mode? Did you enable fastcgi with Rebol ?
> Any tips? > > Thanks in advance. > > Rondon >
I am by no way a specialist for cgi, but I made Apache und Rebol working in Windows just following some hints from the list and I could establish the fastcgi mode with Windows and Unix. I am sure, if you describe your errors a little bit more in detail, somebody will help you. AR -- Aufgepasst - jetzt viele 1&1 New WebHosting Pakete ohne Einrichtungsgebuehr + 1 Monat Grundgebuehrbefreiung! http://puretec.de/index.html?ac=OM.PU.PU003K00736T0492a

 [4/4] 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?