Note that there are some explanatory texts on larger screens.

plurals
  1. POPassenger standalone works, but Passenger Module for Apache does not
    primarykey
    data
    text
    <p>I have a RoR web app that I'm trying to serve up with Passenger on Apache. The weird thing is that I can access the web app if I use Passenger Standalone, but I can't seem to access the web app using Apache with the Passenger module. </p> <p>The passenger module appears to be running as evidenced by the fact that I can start Apache with no errors and that Passenger-status returns the following:</p> <pre><code>----------- General information ----------- max = 6 count = 0 active = 0 inactive = 0 Waiting on global queue: 0 ----------- Application groups ----------- </code></pre> <p>When I try to access the web app I get a listing of the public folder directory.</p> <p>Here is my virtual hosts file:</p> <pre><code>&lt;VirtualHost *:80&gt; ServerAdmin smith@example.com DocumentRoot /home/smith/www/dashboard/public &lt;Directory /&gt; Options FollowSymLinks AllowOverride None &lt;/Directory&gt; &lt;Directory /home/smith/www/dashboard/public&gt; Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny allow from all &lt;/Directory&gt; ErrorLog ${APACHE_LOG_DIR}/error.log # Possible values include: debug, info, notice, warn, error, crit, # alert, emerg. LogLevel warn CustomLog ${APACHE_LOG_DIR}/access.log combined &lt;/VirtualHost&gt; </code></pre> <p>I have the following at the end of my apache2.conf file:</p> <pre><code>LoadModule passenger_module /usr/lib/ruby/gems/1.8/gems/passenger 3.0.11/ext/apache2/mod_passenger.so PassengerRoot /usr/lib/ruby/gems/1.8/gems/passenger-3.0.11 PassengerRuby /usr/bin/ruby1.8 </code></pre> <p>I am pulling my hair out trying to figure this out. Would appreciate some help with this.</p> <p>Thanks.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload