Skip to content

Conversation

@TyBraniff
Copy link
Contributor

@TyBraniff TyBraniff commented May 13, 2025

"Require All Granted" is the way apache24 (latest apache) would prefer you allow access https://httpd.apache.org/docs/2.4/howto/access.html

trying to start a fresh Apache24 install with this will get the error "Invalid command 'allow', perhaps misspelled or defined by a module not included in the server configuration"
You'd have to enable mod_access_compat for backwards compatibility to make it work right with this, and per the apache website this is not recommended.

Tested on my Apache build and it works by simply removing this code.

TyBraniff added 3 commits May 12, 2025 23:43
"Require All Granted" is the way apache24 would prefer you allow access
https://httpd.apache.org/docs/2.4/howto/access.html#:~:text=The%20Allow%2C%20Deny%2C%20and%20Order%20directives%2C%20provided%20by%20mod_access_compat%2C%20are%20deprecated%20and%20will%20go%20away%20in%20a%20future%20version.%20You%20should%20avoid%20using%20them%2C%20and%20avoid%20outdated%20tutorials%20recommending%20their%20use.

trying to start a fresh Apache24 install with this will get the error 
"Invalid command 'allow', perhaps misspelled or defined by a module not included in the server configuration"

You'd have to enable mod_access_compat for backwards compatibility to make it work right with this, and per the apache website is not recommended.

Simply removing it still works.
Same for this page as FILE.md
Made require all first
@TyBraniff
Copy link
Contributor Author

Rearranged Require All Granted to be first; and updated SQL.md to match.

@TBlueF TBlueF merged commit 5c99d36 into BlueMap-Minecraft:master May 25, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants