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

2019-02-05 Thread Dan Ehrlich
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

[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

Re: [users@httpd] 403 Forbidden Error on Apache 2.4

2019-02-05 Thread Dan Ehrlich
I think it’s the L in your rewrite rule. It stands for Last and means it won’t process any further rules. Remove it and it should (maybe) work. Someone else feel free to correct me if I’m wrong. > On Feb 5, 2019, at 8:55 PM, Jayaram Ponnusamy > wrote: > > Dear All, > Our Site is Public Site

[users@httpd] 403 Forbidden Error on Apache 2.4

2019-02-05 Thread Jayaram Ponnusamy
Dear All, Our Site is Public Site and there is no restriction @ any level. We are using apache on top of Java based CMS (Tomcat Server). Recently we upgraded Apache from 2.2.21 to 2.4.25. Where ever Order allow,deny & Allow from all coming there we changed it to Require all granted but root pag

Re: [users@httpd] Question about order of execution

2019-02-05 Thread James Moe
On 04/02/2019 6.18 PM, Eric Covener wrote: >> My question is: Does the certificate validation occur before or after >> processing <.htaccess>? > > Long before, the handshake is complete before any HTTP request. > Ah, quite. Thanks. -- James Moe moe dot james at sohnen-moe dot com 520.743.3

RE: [users@httpd] Stupid question time - VirtualHost

2019-02-05 Thread Jeff Cauhape
Ok. I changed the port number in httpd.conf to something I know won’t work, and attempted a restart of apache. [root@web1e conf]# apachectl start Job for httpd.service failed because the control process exited with error code.See "systemctl status httpd.service" and "jou