Tagged Questions
0
votes
1answer
12 views
Asset precompilation with Phusion Passenger, Apache and Rails
I get the following error when I try to access my Rails application hosted on an Apache server with Phusion Passenger providing the Rails code integration to Apache. I have run rake assets:precompile ...
1
vote
0answers
17 views
Postgres Problems with Phusion Deployment (Rails) [migrated]
FATAL: Ident authentication failed for user "test-postgres"
So I have a postgres server hosting a side of my database access for my Rails application and I have a database for production set up and ...
0
votes
1answer
15 views
apache passenger deploy rails only show directory
I've looked all google results, and non of them helps:
<VirtualHost *:80>
ServerName www.appanddone.com
ServerAlias www.appanddone.com
DocumentRoot ...
0
votes
1answer
24 views
Unable to start the Phusion Passenger - wrong root path
I'm trying to start up Redmine using their guide but I end up being unable to start up apache with Passenger. Errorl log:
[Thu Jun 06 19:56:01 2013] [notice] caught SIGTERM, shutting down
[Thu Jun 06 ...
0
votes
1answer
24 views
Redmine - ruby process eating 100% memory
I have installed Redmine on cent-os. I have configured it on Apache with Passenger .And It s been used by hardly 400 people. At the particular point of time ,Ruby Process eats to much of memory. ...
1
vote
1answer
28 views
While uploading videos using Uploadify most of time get 500 internal server error
I'm trying to upload videos using uploadify to my ubuntu Aws server, but I get a HTTP error 500 most of the time.
I checked every apache setting, and also tried to change the execution time to 1200, ...
0
votes
0answers
40 views
Ruby CGI Library: basic code generating 500 internal server error
I'm studying how to use ruby to write CGI applications on my webserver. Using the CGI library, I prepared the following code:
#!usr/bin/ruby
require 'cgi'
#print "Content-type: text/html\r\n\r\n" ...
0
votes
2answers
30 views
Best way to serve files?
I'm a novice web developer with some background in programming (mostly Python).
I'm looking for some basic advice on choosing the right technology.
I need to serve files over the internet (mp3's), ...
0
votes
0answers
26 views
Phusion Passenger standalone: memory consumption?
can anybody tell me how many memory Pushion Passenger needs in standalone mode compared to the Apache configuration?
I expect it to be (much) more since it start a Ngnix instance internally, right!?
...
-2
votes
3answers
34 views
Rails app server running on server
I am running my Rails app using "Rails s" in my web server and it says it's running on http://0.0.0.0:3000 but I cannot seem to find how to access this in my browser.
Is there a way to find a domain ...
0
votes
0answers
16 views
Running Rails app on LAMP envrionment with Passenger
I have LAMP environment and I want to run my Rails application on it with Phusion Passenger.
Is it ok to install the Passenger module and configure this as virtual host in the same server?
Would it ...
0
votes
1answer
39 views
Share Rails 3 Phusion Passenger Deployment Between HTTP and HTTPS
I have an apache virtual host for port 80 that hosts a rails 3 phusion passenger application. I would like some actions of the application to switch to https (port 443). What is the best way to share ...
0
votes
0answers
50 views
Error: We're sorry, but something went wrong. Simple JRuby on Rails Program on Tomcat
situation:
Environment: Windows 8, JRuby 1.7.3, Rails 3.2.13, ...
I'm trying to run a sample program from a JRuby on Rails teaching book
so far:
Created Simple Ruby on Rails project "answerme" ...
0
votes
2answers
35 views
How to start rails server with apache restart?
I'm having some issues deploying rails on a CentOS machine.
I think running rails s -d will make it persist after the ssh window is closed. However what happens if restarts?
How to make it run rails ...
0
votes
1answer
50 views
The application spawner server exited unexpectedly: Connection closed - Passenger
I've been stuck on this for a few weeks and I've run out of ideas.
I am trying to move two Ruby sites to a new server. One is working flawlessly and the other gives the Connection closed error.
It ...