Laran Evans
I develop software people love to use.
  • Home
  • About
  • Contact
  • Resume
  • Testimonials
Skip to content
  • Entrepreneurship
    • Leadership
    • Project Management
    • Team Development
    • Time Management
  • Puzzles
  • Software Architecture
    • Cloud Computing
  • Software Development
    • Algorithms
    • CSS
    • Java
    • Javascript
    • MySQL
    • PHP
    • Python
    • Ruby and Rails
    • System Administration
« Get Past “Tomcat failed to start: Address already in use” Errors
6 Must-Know Sys-Admin How-Tos for Web Developers »

Installing Phusion Passenger for Apache: Step 1.5

By laran | Published: 2009/12/12

Every time I install Phusion Passenger I have to take a little detour between steps 1 and 2.

Step one is easy enough:

gem install passenger

Step two SHOULD be just as easy:

sudo passenger-install-apache2-module

But it’s not. My PATH is never set properly to find the executable.

To fix this I just need to add my gems/bin folder to the path and reload my environment:

echo "export PATH=\$PATH:/var/lib/gems/1.8/bin" >> ~/.bashrc; source ~/.bashrc

Now I can proceed with step two.

For more information on installing Passenger with Apache, read the official documentation.

This entry was posted in Ruby and Rails and tagged passenger, rails, tip. Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.
« Get Past “Tomcat failed to start: Address already in use” Errors
6 Must-Know Sys-Admin How-Tos for Web Developers »

Post a Comment

Click here to cancel reply.

Your email is never published nor shared. Required fields are marked *

*
*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

  • About Me

    I've got a masters degree in computer science and over 10 years of experience building web-based systems using Java/J2EE, Ruby, Rails and PHP. I'm a strong believer in the effectiveness of Agile Methods. Read more »

  • Subscribe

  • Similar Posts
    • Speed up Rails apps with RPM
    • Rails ActionMailer the right way
    • Outsourcing Killed By Django And Ruby On Rails | Django Aware
    • Ruby Blocks, Procs, Lambda
    • Ruby Garbage Collection In-Depth
Hello world
  • From Around the Web

    • Chopper Girl @ The 2010 Brass Balls Long Road Party (Uploads from BRASS BALLS BOBBERS)
    • Web App Business Models: User Needs and What People Pay For (Box UK Blog)
    • Blog Writing Tips from the World’s Most Famous Authors (Blogsessive.com)
    • How to get exponential success on your blog (CatsWhoBlog.com)
    • The Four Stages of Growing a Blog (Daily Blog Tips)
    Shared Items
  • Recent Posts

    • 80 pages of Ruby on Rails Performance Optimization Tips
    • Ruby Garbage Collection In-Depth
    • Binary Logic Basics
    • Kuali in Nacubo Magazine
    • Ruby Blocks, Procs, Lambda
  • Older Posts By Month

    Let's Talk

    Ask a question below. You'll be prompted for your name and email after you click the "Ask" button.

Know more. Accomplish more. Succeed.