Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.2k
[Cookbook][Configuration] update text to use SetHandler (not ProxyPassMatch)#4762
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
@TeLiXj For
Do we need something similar for |
I couldn't test this tip with ProxyPassMatch, but now with SetHandler I created a php file with phpinfo() on a subfolder of my web folder and I can see "Server API FPM/FastCGI "... it works without any modification in SetHandler |
Thank you@TeLiXj. In this case it makes sense to move the description for the modified |
Great attention to detail on this :). Thanks@xabbuh! |
…not ProxyPassMatch) (xabbuh)This PR was merged into the 2.3 branch.Discussion----------[Cookbook][Configuration] update text to use SetHandler (not ProxyPassMatch)| Q | A| ------------- | ---| Doc fix? | yes| New docs? | no| Applies to | all| Fixed tickets |This reflects the changes to the default configuration introduced with#4708 in the introduction.Commits-------9d84d03 update text to use SetHandler (not ProxyPassMatch)
This reflects the changes to the default configuration introduced with#4708 in the introduction.