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

[REBOL] Re: About FastCGI

From: rondon:andrade:uol at: 29-Jun-2001 7:24

Hi, I just follow the instructions at http://www.rebol.com/docs/fastcgi.html. ----- Original Message ----- From: "Petr Krenzelok" <[Petr--Krenzelok--trz--cz]> To: <[rebol-list--rebol--com]> Sent: Friday, June 29, 2001 5:06 AM Subject: [REBOL] Re: About FastCGI
> Hi, > > one more thing - I struggled loading mod_fastcgi.dll into apache, to find
one
> hour later Netscape doesn't correctly download the file. So I used rebol
and
> read/binary - the correct size of .dll is: 163840 > > However - even this library is somehow not loadably by load/library. I am
just
> curious why rebol can't load all types of .dll libraries .... > > What I am trying to find out is - why rebolcmd.exe process is left, and > doesn't remain to be loaded (persistent). I use following httpd.conf info: > > LoadModule fastcgi_module modules/mod_fastcgi.dll ; at the end of
module
> list
I think it's ok. I did the same. ok.
> ScriptAlias /fcgi-bin/ "c:/local-www/fcgi-bin/" > > <Directory "c:/local-www/fcgi-bin"> > Options ExecCGI > </Directory> > > <Location "c:/local-www/fcgi-bin"> > SetHandler fastcgi-script > </Location>
I used AddHandler fastcgi-script .fcgi
> and the solution is to add one another line: > > FastCGIServer "c:/pekr/rebol/command/rebolcmd.exe" -processes 5
I think here you are mixing the ways to use FastCGI., you must use this directive for FastCGI Stand-Alone Mode. My server is working good. for each cgi program. I just don't if it's the fine-tunning. If you setup FastCGI Stand-Alone Mode, give a feedback. ok. Best Regards! Rondon