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
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
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