This is an automated email from the ASF dual-hosted git repository.
curcuru 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 797b1bb Some OSX versions have different httpd versions
797b1bb is described below
commit 797b1bbfb8654653e0275009ce2dbcd3950be736
Author: Shane Curcuru <[email protected]>
AuthorDate: Wed Apr 26 14:07:57 2017 -0400
Some OSX versions have different httpd versions
---
MACOSX.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/MACOSX.md b/MACOSX.md
index c39bb9f..1b8d6c3 100644
--- a/MACOSX.md
+++ b/MACOSX.md
@@ -166,6 +166,12 @@ Notes:
already has port 80 open.
* `sudo apachectl restart` is how you restart apache; launchctl itself is for
controlling what processes automatically start at startup.
+ * If `curl` gives `Connection refused` then try kicking httpd:
+ * `sudo /usr/sbin/apachectl stop`
+ * `sudo /usr/sbin/httpd`
+ * If it works, then press CTRL-C and `sudo /usr/sbin/apachectl start`
+ * If it gave you `AH00526: Syntax error on line 20 of
/private/etc/apache2/extra/httpd-mpm.conf`
+ then you may need to [delete the LockFile
section](https://apple.stackexchange.com/questions/211015/el-capitan-apache-error-message-ah00526).
Configure Apache httpd to run under your user id
------------------------------------------------
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].