Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 02 Oct 2018 13:13:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 231877] www/rubygem-passenger with FLAVOR=nginx wrong post install information
Message-ID:  <bug-231877-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231877

            Bug ID: 231877
           Summary: www/rubygem-passenger with FLAVOR=3Dnginx wrong post
                    install information
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: osa@FreeBSD.org
          Reporter: kastner@galt.de
             Flags: maintainer-feedback?(osa@FreeBSD.org)
          Assignee: osa@FreeBSD.org

When building www/rubygem-passenger with

make FLAVOR=3Dnginx install

the concluding information points to the wrong (i.e. apache) module:

Quote begin ----

Please edit your Apache configuration file, and add these lines:

   LoadModule passenger_module
/usr/local/lib/ruby/gems/2.4/gems/passenger-5.3.5/buildout/apache2/mod_pass=
enger.so
   PassengerRoot /usr/local/lib/ruby/gems/2.4/gems/passenger-5.3.5
   PassengerRuby /usr/local/bin/ruby24

After you restart Apache, you are ready to deploy any number of Ruby on Rai=
ls
applications on Apache, without any further Ruby on Rails-specific
configuration!

Quote end   ----

It should point to the nginx module, which is located here after passenger
installation:

/usr/local/libexec/nginx/ngx_http_passenger_module.so

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-231877-7788>