This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new b698b2c Docn: why copy the plist file
b698b2c is described below
commit b698b2cced28485b9f7e9dcf29baec545e8332e7
Author: Sebb <[email protected]>
AuthorDate: Mon Jan 22 13:01:34 2018 +0000
Docn: why copy the plist file
---
MACOSX.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/MACOSX.md b/MACOSX.md
index 812fc83..e2bdcc9 100644
--- a/MACOSX.md
+++ b/MACOSX.md
@@ -316,6 +316,12 @@ sudo launchctl unload
/System/Library/LaunchDaemons/org.apache.httpd.plist
sudo launchctl load -w /Library/LaunchDaemons/org.apache.httpd.plist
```
+N.B. Because of System Integrity Protection (SIP), it's not possible to edit
files under /System.
+So the change is made to a copy.
+However the original location is baked into apachectl which is also protected
by SIP.
+This means apachectl ignores the change.
+A work-round for this is to create an updated copy of apachectl somewhere
further up the path.
+
Configure whimsy.local vhost
----------------------------
--
To stop receiving notification emails like this one, please contact
[email protected].