phusion / passenger_library

Phusion Passenger documentation

Home Page:https://www.phusionpassenger.com/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation on MacOS with nginx not possible with homebrew: invalid option --with-passenger

eikes opened this issue · comments

In this file:

passenger_library/source/install/install/step3.html.erb

it says brew install nginx --with-passenger to install nginx with precompiled passenger. But the homebrew formula for nginx does not support this flag and brew returns:

Error: invalid option: --with-passenger

Yeah, the nginx module is now part of the passenger formula because homebrew removed all options from the built in formulae, I need to update the docs to say brew install nginx passenger will get you both nginx and passenger, and passenger comes with the nginx module.

Hmm, it seems that passenger_library/source/install/install/step3.html.erb is not part of the most up to date docs at https://www.phusionpassenger.com/docs/tutorials/deploy_to_production/installations/oss/ownserver/ruby/nginx/. As you can see: https://github.com/phusion/passenger_library/tree/docs_2018/source/install/install/shared that file isn't used anymore.

This is the page where I found this documentation:

https://www.phusionpassenger.com/library/install/nginx/install/oss/osx/

Yup, you'll see the notice at the top of the page noting that the new docs are at a different URL

I did eventually see that. My question is then why is there outdated documentation available? It seems this flag has not been available for years. But that is the page you get when you google for nginx passenger macos.