Re: [users@httpd] How to fix HTTP 100-continue from client HTTP 417 error in Apache 2.4.10?

2019-02-06 Thread Amey Abhyankar
or me it's /etc/apache2/apache2.conf So the steps I need to perform = i) Put below code at end of the apache2.conf file & save it. ii) Run “a2enmod headers” iii) restart apache2 iv) Test back. Am I right? > Does this help? > > > “ > > > > RequestHeader unset Expect ea

[users@httpd] How to fix HTTP 100-continue from client HTTP 417 error in Apache 2.4.10?

2019-02-05 Thread Amey Abhyankar
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