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

reopening IO breaks in passenger 2.2.8/2.2.9 #2

Open
tpitale opened this issue Feb 1, 2010 · 2 comments
Open

reopening IO breaks in passenger 2.2.8/2.2.9 #2

tpitale opened this issue Feb 1, 2010 · 2 comments

Comments

@tpitale
Copy link

tpitale commented Feb 1, 2010

In the core_ext/kernel.rb file, the method cmd_available? dups and reopens STDOUT/STDERR which causes issues under passenger. I've hacked my local gem to use backticks and redirect as part of the command.

I can fork and submit a pull request if you'd like.

@ariejan
Copy link

ariejan commented Mar 8, 2010

I don't think webby was built to run under passenger. It generates static HTML for direct serving by apache or whatever.

@tpitale
Copy link
Author

tpitale commented Mar 8, 2010

That's the least constructive comment. Especially since I have a fix for it.

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

No branches or pull requests

2 participants