passenger icon indicating copy to clipboard operation
passenger copied to clipboard

A fast and robust web server and application server for Ruby, Python and Node.js

Results 176 passenger issues
Sort by recently updated
recently updated
newest added

**Question 1: What is the problem?** ```Startup time of apache instance with many virtual hosts (>2700) and rails apps (>7500) (from apache2ctl start to prompt returning) is taking two minutes...

SupportCentral

I came across this issue when I was playing with phusion for a bit... Consider the following configuration in apache... ``` Require valid-user AuthName "top secret" AuthFormProvider wsgi AuthType form...

SupportCentral

## Issue report **Are you sure this is a bug in Passenger?** Quite sure, yes. **Please try with the newest version of Passenger to avoid issues that have already been...

SupportCentral

## Issue report **Question 1: What is the problem?** - Similarly to https://github.com/phusion/passenger/issues/1915, when running Passenger Enterprise in Threaded mode, my logs are being prepended with `[Thr-1]`, `[Thr-2]`, and so...

Enhancement

## Issue report Fill in as much as possible so that we can understand, find and fix the problem. **Are you sure this is a bug in Passenger?** Very likely....

Lang/Python

e.g. i want to know if current `passenger_load_shell_envvars` is set to `off` or `on`, is there a passenger command line way to retrieve this? Thank!

Enhancement

_From [benabik](https://code.google.com/u/100075323390829734859/) on April 22, 2008 18:46:57_ Using passenger on the root of a web server prevents userdir requests (such as ~user) from being handled properly. Ideally, Passenger should allow...

Enhancement
Patch
Server/Apache

_From [watsonian](https://code.google.com/u/116844121923419546615/) on June 23, 2009 11:05:42_ **What steps will reproduce the problem?** 1. Force your application not to start (e.g., clear out your database.yml file). 2. The (new as...

Enhancement

## Issue report **Question 1: What is the problem?** Your answer: Passenger uses inter process communication with Node.js, Ruby, Python and Meteor apps using Unix domain sockets. Passenger 6's new...

Enhancement

--- ## Issue report Passenger standalone instance doesn't stop correctly after upgrading to 5.1.8. **Are you sure this is a bug in Passenger?** Your answer: Yes. Everything works well with...

CannotReproduce
NeedsFeedback