Finally got fastcgi running on Win Xp / Apache2.2.8

Iulian Holonca <iulian_holonca-/[email protected]>
Newsgroups gmane.comp.web.fastcgi.devel
Message-ID <[email protected]>
Steps: 
  Apache configuration:
   
  LoadModule fastcgi_module modules/mod_fastcgi.dll
ScriptAlias /fcgi-bin/ "C:/Program Files/Apache Software Foundation/Apache2.2/fcgi-bin/"
<Location /fcgi-bin>
  SetHandler fastcgi-script
  Options ExecCGI
  allow from all
</Location>
   
  -mod_fastcgi.dll is mod_fastcgi-2.4.6-AP22.dll renamed (optional).
   
  -added echo-cpp.exe to fcgi-bin.
   
  -added libfcgi.dll to fcgi-bin.
   
  -typed in browser: http://localhost/fcgi-bin/echo-cpp.exe
   
  (also the system must contain: msvcm80.dll msvcp80.dll msvcr80.dll Microsoft.VC80.CRT.manifest - it usually does)
   
   


Iulian Holonca
       
---------------------------------
Looking for last minute shopping deals?  Find them fast with Yahoo! Search.

___________________________________
fastcgi-developers mailing list
http://fastcgi.com/fastcgi-developers/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.