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

[REBOL] Re: (No subject)Date: Tue, 3 Jul 2001 20:18:03 +0200

From: petr::krenzelok::trz::cz at: 3-Jul-2001 11:05

----- Original Message ----- From: <[sqlab--gmx--net]> To: <[rebol-list--rebol--com]> Sent: Monday, July 02, 2001 12:43 PM Subject: [REBOL]
> Hi > > As there were a few configurations described for fastcgi with Apache, > I will add my working configuration (Linux and Windows). > > Windows: > FastCgiExternalServer "D:/Apache/mydocs/fastcgi-bin" -host localhost:15001 > <Location /fastcgi-bin> > SetHandler fastcgi-script > </Location> > ExternalAppClass /fastcgi-bin -host localhost:15001 > > Unix: > Just replace the path after FastCgiExternalServer with your complete path > without hyphens to the non-existing location. > > And don't forget to use getmodes right; > cgi-data: get-modes fastcgi-conn 'cgi ; in your Rebol script. >
OK, because I still don't seem to get it, few straightforward questions :-) 1) How do you start your rebol instances - what parameters (-sqw ??), scripts, etc. 2) What is in the header of your .fcgi script? Could you post an example of such script? Thansk, -pekr-