On Sat, Oct 19, 2019 at 7:19 PM Sam Ruby <ru...@intertwingly.net> wrote: > > P.S. Not a priority for me at this next week, but it occurs to me that > newer versions of MAC OS/X may have newer versions of Apache HTTPD, so > we may no longer need the brew version of Apache HTTPD, which these > days require manual patches to get working.
On a lark, I went back to the old instructions and tried to follow them: https://github.com/apache/whimsy/blob/aabae97c6d3b9b88a08544edbeff5174c37a0d25/MACOSX.md#install-passenger Other than having to add PATH to org.apache.httpd.plist, it worked. I'm able to bring up site.cgi and the board agenda tool. $ curl --head whimsy.local HTTP/1.1 200 OK Date: Sun, 20 Oct 2019 13:00:56 GMT Server: Apache/2.4.41 (Unix) Phusion_Passenger/6.0.4 Last-Modified: Sat, 10 Aug 2019 13:23:16 GMT ETag: "2a57-58fc33188d900" Accept-Ranges: bytes Content-Length: 10839 Content-Type: text/html - Sam Ruby