https://bz.apache.org/bugzilla/show_bug.cgi?id=68959

            Bug ID: 68959
           Summary: Issue with SSI Truncating Response for Files > 32KB
                    after Apache httpd 2.4.25 Upgrade
           Product: Apache httpd-2
           Version: 2.4.25
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_include
          Assignee: bugs@httpd.apache.org
          Reporter: abhishek18g...@gmail.com
  Target Milestone: ---

Subject: Issue with SSI Truncating Response for Files > 32KB after Apache httpd
2.4.25 Upgrade

Hi,

I'm currently using Server Side Includes (SSI) with Apache httpd and
encountering an issue where responses are truncated for files larger than 32KB.

Previously, everything was functioning correctly up to version 2.4.23. However,
after upgrading to version 2.4.25, I've observed that SSI stops working as
expected for files exceeding 32KB.

My SSI setup involves integration with
https://sling.apache.org/documentation/bundles/dynamic-includes.html:

html
{{code}}
<div class="container">
    <!--#include
virtual="/content/we-retail/us/en/jcr:content/root/responsivegrid/dynamicuser.nocache.html"
-->
    <div class="row">
{{code}}

In this configuration, requests are directed to my instance.

Upon reviewing the changes between these versions, I suspect the issue may be
related to the commit
https://github.com/apache/httpd/commit/240d6e09d1f9447ba967a0f8c87cae8823d32703.

To address this, I attempted to resolve the issue by creating a custom build of
version 2.4.25. I made changes equivalent to those in version 2.4.23
(https://github.com/apache/httpd/blob/2.4.23/server/request.c#L1971) in the
problematic section of version 2.4.25
(https://github.com/apache/httpd/blob/2.4.25/server/request.c#L1973-L1982).

After applying these changes, SSI functionality for files larger than 32KB was
restored.

I would appreciate any assistance or insights into resolving this issue.

Thank you.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to