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

[REBOL]

From: sqlab:gmx at: 2-Jul-2001 12:43

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. AR -- GMX - Die Kommunikationsplattform im Internet. http://www.gmx.net -- GMX Tipp: Machen Sie Ihr Hobby zu Geld bei unserem Partner 1&1! http://profiseller.de/info/index.php3?ac=OM.PS.PS003K00596T0409a -- Attached file included as plaintext by Listar -- -- File: About FastCGI