Forum OpenACS Q&A: nssock/nsvhr error

Collapse
16: nssock/nsvhr error (response to 1)
Posted by Robert Schlaff on
Hi guys. Everyone seems to be really happy with nssock but I seem to have run into a problem with it. Whenever I try to POST binary files to the webserver (like with the photodb module) I get an error. You can see for yourself at http://schlaff.com/files . First I started getting 408 timeout messages from the master process so I increased the timeout from 29 to 59. Then I got:

Warning: nsvhr: timeout while redirecting to host schlaff.com

Finally, I got all this stuff to work by bypassing the nsvhr totally for these uploads by connecting directly to the right port (8000) -- so http://schlaff.com:8000/files seems to work fine and I'm able to upload files. Does anyone know why this might be happening or might be able to suggest a fix?