Simon

Results 8 comments of Simon

Only way to get this working was to use VM Fusion and create a Virtural Machine with ubuntu 18.04 on it. Which there's ways to get the older openssl on...

I too am experiencing the same issue. I get the 200 then a route not found on every consecutive GET request. Has anyone gotten this to work? Update: Seems downgrading...

For me, I have it in the nginx.conf.erb file sitting in the app's root folder. It resides in the http block: > # BEGIN your own configuration options ### >...

For me, every other reload was causing a 404. I was able to resolve my issue by just simply precompiling assets and moving to passenger 6.0.4. Also my nameserver was...

**Using**: Rails 3.2.22.4 ruby 2.3.8p459 Phusion Passenger 6.0.4 I've add that line in the gem's code but still experience the same: ``` Controller::initializePoolOptions(Client *client, Request *req, RequestAnalysis &analysis) { boost::shared_ptr...

1. gem install passenger 2. emacs /var/lib/gems/2.3.0/gems/passenger-6.0.4/src/agent/Core/Controller/InitRequest.cpp 3. cd to app which has an nginx.conf.erb with the passenger_base_uri 4. passenger start 5. navigate to page where all the links and...

Deleting this error. Needed to kill PassengerAgents first. Trying again.

The problem continues to occur for me. The app will return an http response of 200->404->200->404 etc.