You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2011/05/26 02:01:45 UTC

DO NOT REPLY [Bug 51267] New: HEAD request for perl files loses content-length

https://issues.apache.org/bugzilla/show_bug.cgi?id=51267

             Bug #: 51267
           Summary: HEAD request for perl files loses content-length
           Product: Apache httpd-2
           Version: 2.2.9
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: trivial
          Priority: P2
         Component: Core
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: kernel@pkts.ca
    Classification: Unclassified


I'm attempting to mirror a fancy-indexed directory, and am sending head
requests prior to sending get requests, and noticed that content-length is not
defined for files with content-type: text/x-perl , but is defined for the rest
of the files.  I'm not sure why.

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

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 51267] HEAD request for perl files loses content-length

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51267

--- Comment #2 from Penelope Fudd <ke...@pkts.ca> 2011-08-08 06:51:42 UTC ---
Apparently, I have egg on my face.  The perl files were not being downloaded,
they were being executed, which is why the content-length is not known at the
time the headers are sent.  Sorry for wasting your time.

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

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 51267] HEAD request for perl files loses content-length

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51267

Eric Covener <co...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #1 from Eric Covener <co...@gmail.com> 2011-08-07 16:15:10 UTC ---
Is something other then the default handler rigged to serve those files? what
are the response headers on a GET of one?

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

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 51267] HEAD request for perl files loses content-length

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51267

Rainer Jung <ra...@kippdata.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|                            |INVALID

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

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org