Re: How to Start a Stand-alone FastCGI Server on Windows?
Jack L <jlist9-FFYn/[email protected]>
| Newsgroups | gmane.comp.web.fastcgi.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello Eric, A typo in my email. I actually used ":" to separate host and port, which I think is the right syntax according to the cgi-fcgi man page: http://fastcgi.com/devkit/doc/cgi-fcgi.1 In my case, fcgi_app.exe is in the same directory as cgi-fcgi.exe. Here's the command I used: cgi-fcgi.exe -start -connect localhost:4867 fcgi_app.exe Did you use the vanilla cgi-fcgi and one of the fcgi examples to try? If so, I wonder if you can share the VC project files? I'm using VC6. -- Best regards, Jack Friday, August 25, 2006, 6:54:39 PM, you wrote: > On 8/25/06, Jack L <jlist9-FFYn/[email protected]> wrote: >> Hello Eric, >> >> I tried as you suggested using the command >> >> cgi-fcgi -start -connect localhost 4567 [path_to_my_app.exe] >> >> This, again, works well on Cygwin version of cgi-fcgi and the fcgi app, >> but not Windows version. >> >> Have anyone managed to make cgi-fcgi work on Windows? > Works for me outside of cygwin. Are you really putting localhost > between the -connect and the port number? That doesn't jibe w/ the > "usage" spit out by cgi-fcgi.exe on my windows system. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ___________________________________ fastcgi-developers mailing list http://fastcgi.com/fastcgi-developers/