View previous topic :: View next topic |
Author |
Message |
Fred Krogh Veteran
Joined: 07 Feb 2005 Posts: 1036 Location: Tujunga, CA
|
Posted: Wed Sep 07, 2011 11:35 pm Post subject: Problem with setting header for a web page -- SOLVED |
|
|
I swear that setting things up like this Quote: | MIME-Version: 1.0
Content-type: application/x-tar
Followed by bytes for a tar.gz file | used to work. Now I get an error: "incomplete headers (0 bytes) received from server". I've tried putting a <HEAD> ... </HEAD> around this and I get the same error except now the 0 has changed to 79. Server information gives Quote: | Server Version: Apache/2.2.20 (Unix) DAV/2 mod_ssl/2.2.20 OpenSSL/1.0.0e mod_python/3.3.1 Python/2.7.2 mod_fastcgi/mod_fastcgi-SNAP-0910052141 | . The code that serves up web pages is written in C. Has something changed in how these things should be done, or am I just missing something? Thanks,
Fred
Last edited by Fred Krogh on Fri Sep 09, 2011 12:45 am; edited 1 time in total |
|
Back to top |
|
|
Fred Krogh Veteran
Joined: 07 Feb 2005 Posts: 1036 Location: Tujunga, CA
|
Posted: Fri Sep 09, 2011 12:45 am Post subject: |
|
|
I've made a bunch of changes and somewhere a long the way I did something that fixed this. The problem evidently was not where the error message led me to believe it was. |
|
Back to top |
|
|
|