DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=42193>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=42193

           Summary: Headername file not shown when larger than 255 bytes
           Product: Apache httpd-2
           Version: 2.2.4
          Platform: Other
        OS/Version: Solaris
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_autoindex
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


Hi,

I run a mirror for apache (ahum) at http://apache.belnet.be. Now for some time
we already run version apache 2.2.4 (on solaris). Now the problem is that the
headername directive causes the file HEADER.html to be prepended, but when this
file is larger than 255 bytes, nothing is given back to HTTP/1.1 clients
(HTTP/1.0 clients like dilo have no problems). It seems to be a problem with
chunked encoding in the headername file handling, but I've no idea where to
start looking for this.
Doing a telnet reveals this:


# telnet apache.belnet.be 80
Trying 193.190.198.20...
Connected to apache.belnet.be (193.190.198.20).
Escape character is '^]'.
GET / HTTP/1.1
Host: apache.belnet.be

HTTP/1.1 200 OK
Date: Mon, 23 Apr 2007 09:24:59 GMT
Server: Apache
Transfer-Encoding: chunked
Content-Type: text/html

0

Connection closed by foreign host.
#
#

Now it seems to me that "0" is not a correct response ...
So any hints to what might go wrong here? Disabling keepalive doesn't change
anything.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to