Looks like you just need to enable mod_headers 
(http://httpd.apache.org/docs/current/mod/mod_headers.html) and then add the 
below text that they mention in the Stack Over question?

You might need to run “a2enmod headers” from terminal once to get it loaded 
into Apache HTTPD forever, but that’s it.

Btw put that text (assuming you’re fine running it for every website on that 
server) in either /etc/apache2/apache2.conf. Might be /etc/apache2/httpd.conf 
can’t remember 

Does this help?


“
<IfModule mod_headers.c> 
RequestHeader unset Expect early 
</IfModule>
“


> On Feb 5, 2019, at 11:26 PM, Amey Abhyankar <[email protected]> wrote:
> 
> Hello,
> 
> I am using Apache 2.4.10 server on Debian 8.11.
> 
> I am having following issue = Request sender is sending Expect:
> 100-Continue" in header.
> 
> Reference URL suggesting the fix =
> https://stackoverflow.com/questions/3889574/apache-and-mod-proxy-not-handling-http-100-continue-from-client-http-417
> 
> How to fix this issue? Thanks.
> 
> Regards,
> Amey.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 

Reply via email to