[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

CGI strange behaviour

Javier Valencia

2/20/2005 6:30:00 PM

I have a set of ruby cgi scripts, that works when trying in localhost.
When a user connects from internet, the server gets the following errors:

[20/Feb/2005 15:56:04 +0000] [error 411] Length Required

Why is happening such thing to remote users? and why not to local users?
All my html code is generated with CGI objects, so the code have always
the following statements for example:

Content-Type: text/html
Content-Length: 170

I've readed that 411 error means that the Content-Lenght is not being
sent or something.

What can i do?
Thanks