added www group as pmwiki root owner #6

Closed
tb wants to merge 1 commits from tb:3.7-pmwiki into 3.7
Owner
No description provided.
tb added 1 commit 2024-03-02 01:31:14 +01:00
jue was assigned by tb 2024-03-02 01:31:19 +01:00
Author
Owner

This allows apache to directly use this ports root to serve pmwiki.
Users that deploy nginx can simply add nginx user to be in the www root as well (usermod -G -a www nginx).

This allows apache to directly use this ports root to serve pmwiki. Users that deploy nginx can simply add nginx user to be in the www root as well (`usermod -G -a www nginx`).
Owner

Patch will not work as it is because the directories wiki.d and uploads must be writable by the www user.
IMO the wiki should not be installed into the document root of the server. See the README for a secure apache configuration for pmwiki.

Patch will not work as it is because the directories wiki.d and uploads must be writable by the www user. IMO the wiki should not be installed into the document root of the server. See the README for a secure apache configuration for pmwiki.
Author
Owner

Thinking about it I don't know how to solve the problem without this change.

The problem is not how to set it up securely, and this change shouldn't break any existing apache setup, but it will allow the described fix for the proposed problem for users running other server (e.g. nginx, lighttpd, ..).

Thinking about it I don't know how to solve the problem without this change. The problem is not how to set it up securely, and this change shouldn't break any existing apache setup, but it will allow the described fix for the proposed problem for users running other server (e.g. nginx, lighttpd, ..).
Author
Owner

Nevermind 😆

Nevermind 😆
tb closed this pull request 2024-03-04 22:00:02 +01:00
tb deleted branch 3.7-pmwiki 2024-03-04 22:12:07 +01:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ports/contrib#6
No description provided.