I fixed wkcgi.exe so that it works with IIS as well as Apache.  I'll email 
Chuck a compiled version so he can update the compiled copy on the web site.

In a nutshell:

- IIS runs cgi's in a different directory than the directory containing the 
cgi executable itself.  So it couldn't find the webkit.cfg file since it 
was looking in the wrong directory.
- IIS doesn't close stdin after writing CONTENT_LENGTH bytes to it.  So we 
have to make sure we read in CONTENT_LENGTH bytes, and no more, otherwise 
it hangs forever waiting for more input.


--

- Geoff Talvola
   [EMAIL PROTECTED]

_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to