Hello @admin.
Today I was using passenger to run an app, but I failed to start, the command is something like:
passenger start --app-start-command '...'

and the log is:

The Phusion Passenger(R) agent is already installed.

 --> Installing Nginx 1.26.0 engine
     Could not download https://github.com/phusion/passenger/releases/download/release-6.0.22/nginx-1.26.0-x86_64-freebsd.tar.gz: The requested URL returned error: 404
     Trying next mirror...
     Could not download https://oss-binaries.phusionpassenger.com/binaries/passenger/by_release/6.0.22/nginx-1.26.0-x86_64-freebsd.tar.gz: The requested URL returned error: 404
     Trying next mirror...
     Could not download https://s3.amazonaws.com/phusion-passenger/binaries/passenger/by_release/6.0.22/nginx-1.26.0-x86_64-freebsd.tar.gz: The requested URL returned error: 403
     ------------------------------------------
     Sorry, no precompiled Nginx 1.26.0 engine is available for your platform.

---------------------------------------

No precompiled Nginx engine could be downloaded. Compiling it from source instead.

Checking for required software...

 * Checking for C compiler...
      Found: yes
      Location: /usr/bin/cc
 * Checking for C++ compiler...
      Found: yes
      Location: /usr/bin/c++
 * Checking for GNU make...
      Found: yes
      Location: /usr/local/bin/gmake
 * Checking for Rake (associated with /usr/local/bin/ruby33)...
      Found: yes
      Location: /usr/local/bin/ruby33 /usr/local/bin/rake
 * Checking for OpenSSL development headers...
      Found: yes
      Location: /usr/include/openssl/ssl.h
 * Checking for Zlib development headers...
      Found: yes
      Location: /usr/include/zlib.h
 * Checking for PCRE2 development headers...
      Found: no

Some required software is not installed.
But don't worry, this installer will tell you how to install them.
Press Enter to continue, or Ctrl-C to abort.

--------------------------------------------

Installation instructions for required software

 * To install PCRE2 development headers:
   Please download it from http://www.pcre.org/

If the aforementioned instructions didn't solve your problem, then please take
a look at our documentation for troubleshooting tips:

  https://www.phusionpassenger.com/library/install/standalone/
  https://www.phusionpassenger.com/library/admin/standalone/troubleshooting/

Please help, thanks.

    efthe Why don't use our Passenger instead running own?