On Sun, Jan 21, 2018 at 6:21 PM, Sam Ruby <[email protected]> wrote: > See https://github.com/phusion/passenger/issues/1986 > > I'm exploring brew install apache-httpd to see if that is any better.
That version of httpd works for me. Configuration files and logs are in different places and LDAP support has to be added, but mostly everything is the same. Even better, the configuration files and startup scripts can be updated. Two configurations are possible: 1) Alongside the system httpd, with the system httpd on port 80 reverse proxying the brew httpd running on port 80. Of course, this means that you have to have both up. 2) Instead of the system httpd. If you want to run as port 80, sudo will be required to start/stop the server. I'm going to play around some more (and test on multiple machines). If things continue to go well and there are no objections, I'll update MACOSX.md to describe these two approaches (and remove the recommendation to use the system httpd). - Sam Ruby
