Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Passenger is running but fails to respond
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Liam  
View profile  
 More options Nov 5 2012, 6:52 pm
From: Liam <informationcasc...@gmail.com>
Date: Mon, 5 Nov 2012 15:52:00 -0800 (PST)
Subject: Passenger is running but fails to respond

Hi --

I'm having difficulty getting Passenger working on a 32-bit CentOS 5.8
platform with Apache2 (2.2.3).
This is to support a Redmine installation... however, Redmine seems to be
working okay using webrick.
The problem seems to be with Passenger.

The observed behavior is that when I access it with a web browser the
browser times out.
I don't see anything in any of the log files (production.log, error.log,
access_log, etc.)

So -- What am I missing here?  This installation is almost identical to
another one I did, and that one is working.
Logging doesn't seem to help much, but I'm not sure what I should expect to
be seeing there.

Help?

I used passenger-install-apache2-module to install, and it compiled
successfully.

I added to httpd.conf and restarted httpd:

> LoadModule passenger_module
> /usr/local/lib/ruby/gems/1.9.1/gems/passenger-3.0.18/ext/apache2/mod_passen ger.so
> PassengerRoot /usr/local/lib/ruby/gems/1.9.1/gems/passenger-3.0.18
> PassengerRuby /usr/local/bin/ruby
> PassengerLogLevel 3

The VirtualHost looks like:

The contents of /var/www/vhosts/redmine.example.com/ include:

I believe that dispatch.fcgi and .htaccess are ignored by Passenger.  Is
that correct?

I've also tried getting it to run with config.ru looking like:

> app = proc do |env|
>     [200, { "Content-Type" => "text/html" }, ["hello <b>world</b>"]]
> end
> run app

Same behavior -- timeout.

 /usr/local/lib/ruby/gems/1.9.1/gems/passenger-3.0.18/bin/passenger-status
--verbose

> ----------- General information -----------
> max      = 6
> count    = 0
> active   = 0
> inactive = 0
> Waiting on global queue: 0

> ----------- Application groups -----------

script/about

> /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/ dependencies.rb:251:in
> `block in require': iconv will be deprecated in the future, use
> String#encode instead.

> Environment:
>   Redmine version                          2.1.2.stable
>   Ruby version                             1.9.3 (i686-linux)
>   Rails version                            3.2.8
>   Environment                              production
>   Database adapter                         Mysql2
> Redmine plugins:
>   no plugin installed

gem -v

> 1.8.11

Logging output in /var/log/httpd/error_log:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »