Opened 13 months ago
Last modified 13 months ago
#68532 new enhancement
Since Monterey there is additional security for UserDir enabled by default and it's not documented
Reported by: | Behinder (behinder) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | wiki | Version: | 2.8.1 |
Keywords: | Cc: | ||
Port: | apache2 |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
I spent week trying to figure it out as this is not documented on wiki:Apache2.4.x Example file https-userdir.conf will not work because for God only knows reason Apple disabled access to user home directory for other directories. Therefore to make things work you should do in terminal
chmod +a "_www allow execute" ~
I don't know what this command is equivalent for - probably it is shorthand for adding user home directory to the group _www and then adding +x (for user? group? others?) just for this user, instead of doing chmod o+x ~ which would be risky.
Anyway this should be documented somewhere on each system >=Monterey. Apple is really annoying I wish I could go back to Mojave.
Change History (1)
comment:1 Changed 13 months ago by ryandesign (Ryan Carsten Schmidt)
Component: | ports → wiki |
---|---|
Description: | modified (diff) |
Keywords: | apache web server removed |
Summary: | Since Monterrey there is additional security for UserDir enabled by default and it's not documented → Since Monterey there is additional security for UserDir enabled by default and it's not documented |
Type: | request → enhancement |
Note: See
TracTickets for help on using
tickets.
Anyone can edit the wiki.