Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Passenger fails to find application root with multiple symlink levels #1030

Closed
FooBarWidget opened this issue May 29, 2014 · 2 comments
Closed

Comments

@FooBarWidget
Copy link
Member

From punkedoutpenguin on August 08, 2013 18:46:54

What steps will reproduce the problem?

  1. Switch from passenger 3.0.11 to passenger 4.0.10
  2. Have your /webapp/public directory a symlink to /var/www-data/webapp/current which itself is a symlink to /var/www-data/rails/applications/webapp/current/public where the latter is the path with ../config.ru (ie /var/www-data/rails/applications/webapp/current/config.ru exists)
  3. Try to access application.

What is the expected output? What do you see instead?

In passenger 3 the application started, in 4, it doesn't

What version of Phusion Passenger are you using? Which version of Rails? On what operating system?

4.0.10, rails 1.9.3, Ubuntu 8.10 Please provide any additional information below.

Original issue: http://code.google.com/p/phusion-passenger/issues/detail?id=931

@FooBarWidget
Copy link
Member Author

From punkedoutpenguin on August 08, 2013 09:51:52

(PassengerResolveSymlinksInDocumentRoot on is already specified)

erikogan pushed a commit to erikogan/passenger that referenced this issue Sep 1, 2014
…all-nginx-module in `--auto` mode if stdin is not a TTY.

Fixes issue phusion#1030.
@FooBarWidget
Copy link
Member Author

It doesn't look like many people suffer from this problem, and it's solvable by the user, so closing this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant