-
Notifications
You must be signed in to change notification settings - Fork 9.4k
refs #2412 fixed permissions. #3517
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Are there setup instructions anywhere for running systems using Apache |
mod_php can supported (although I don't recommend it). I'll get some instructions attached here to clarify. Chris |
@clwells appreciated, as that's how many many many folks are running Magento 1 right now, but I'm more looking for an official position from Magento Inc. on this one. They control the platform architecture, they should be able to lay out how this is supposed to work. If we're out here coming up with workarounds for mod_php that the Magento engineering team isn't officially supporting that's a recipe for breaking things in the future. I don't think it's too much to ask for an official position from the platform owners on this. |
@astorm - 100% agreed. |
Thanks @clwells |
@clwells one possible concern could be, if only owner has write access, all the time, then php-user should always be the owner, and therefore php-user could always have write access and that could be undesirable for security. What do you think? |
@dsikkema - This is desirable actually. You own the file, PHP runs as you, you can read/write the file. This doesn't work in mod_php land but in spots where FPM is set up to run as you it's desirable. |
Opened internal task item MAGETWO-56715 |
Close this PR as since 2.0.6 Magento does not set file permissions directly. For more details, see Magento file system ownership and permissions: |
[TSG] MFTF for 2.3 (pr9) (2.3.1)
Per the discussion on #2412 here is our proposed solution.