[users@httpd] struggles with Require directives in .htaccess

2019-12-09 Thread Bill Tantzen
Experts: apache 2.4.6 I am having trouble with the new Require directives when used in a .htaccess file. I will start with my simplest possible example: Require all denied -- has no effect However, the old style directives work fine: Order deny,allow Deny from all -- this is successful As a t

[users@httpd] 404 error - locationmatch and proxypassmatch with parentheses in URL

2019-12-09 Thread Bender, Charles
Hi, We have observed the following error. If a URL contains parentheses, and is matched by LocationMatch that sends to ProxyPassMatch, the backend doesn't receive request and Apache returns 404 error. ProxyPassMatch "https://1.2.3.4:443"; This URL should work, but doesn't- http://examp

Re: [users@httpd] Help: Apache crashed once Concurrent Users reached 150

2019-12-09 Thread Anil Kumar P
Looking at your config you have configured for 500 concurrent users but it will be increased based on your load. During startup if you want to support more, then increase the start servers value the default is 3 i guess. As for the mpm you can only load one at any point in time. Anyone please