Bug 62434 - apache 2.4.18 send only small file in html, all working fine in https
Summary: apache 2.4.18 send only small file in html, all working fine in https
Status: RESOLVED INVALID
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: Core (show other bugs)
Version: 2.5-HEAD
Hardware: PC Linux
: P2 normal (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-06 16:23 UTC by aseg
Modified: 2018-06-07 05:50 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description aseg 2018-06-06 16:23:25 UTC
Since 2.4.18 update, Apache is not sending file greater than 10Ko in HTTP mode
Everything is OK in HTTPS.

If I request http://MySite.localhost/img12Ko.gif, the browser wait 300" until apache timeout, without request response...

If I request http://MySite.localhost/img9Ko.gif, the browser show the file immediately.

With https://MySite.localhost/img12Ko.gif, the browser show the file immediately.

I used Apache since 10 years without problem, and my websites worked fine in http. Now they work only in https.

I tried the "EnableSendfile off" trick in apache2.conf but doesnt work !

I am working with Ubuntu 16.04.4 LTS on Bash Windows.
Comment 1 Luca Toscano 2018-06-07 05:50:28 UTC
Hi! 

This seems more a httpd's misconfiguration than a real bug, so I'd suggest to follow up with http://httpd.apache.org/lists.html#http-users or the Freenode IRC channel. Please also add your httpd configuration when you seek help (or relevant snippets) to allow others to reproduce, otherwise it will be difficult to understand what's happening.

I am inclined to close this task as invalid, but please re-open it after following up with the http-users list if the problem doesn't resolve.

Luca