0
votes
1answer
18 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
17 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
29 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
0answers
11 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 ...
0
votes
1answer
21 views

Apache2 multiple name-based virtual hosts on one machine with rails/rack

Am stuck on configuring apache to serve up two different sites with Name based virtual hosts at: http://experimental/ and http://api.experimental/ On one machine this setup works fine, and ...
0
votes
0answers
10 views

Passenger reading .htaccess from outside rails documentroot

I have a rail3 application running on apache2+phusion_passenger. Everything was working pretty much smoothly till a couple of days back when I suddenly started getting the following error: [Mon May ...
0
votes
0answers
19 views

Ubuntu 10.04 Rails Configuration: Bad Phusion Passenger Link

I am getting a 500 Internal Server Error when browsing to my Rails app's main directory. My Apache error log is giving the below information. I have researched the errors given and did not find any ...
0
votes
0answers
13 views

Rails deserializing issue with phusion

I am storing objects in DB serialized in YAML format. The object deserializes perfectly fine in development mode.[bundle exec rails server] But, as soon as I load the web app through apache and ...
0
votes
1answer
20 views

Django and Rails on Apache localhost

I wanna test the performance of Django and Rails. Would testing using the inbuilt web servers be a bad idea? Is it difficult to set up making both Django and Rails run on the Apache localhost? (not ...
0
votes
0answers
8 views

RSolr::RequestError (Solr Response: Service Unavailable)

I am using rsolr 0.12.1.. I am getting RSolr::RequestError (Solr Response: Service Unavailable) while refreshing a page which sends many ajax request. I searched for this error and cant find the ...
0
votes
1answer
39 views

Error deploying Ruby on Rails Application using Passenger

I am receiving the following error while deploying my rails application. What does this mean and how can I fix it? The application worked on my local machine. The only difference is that I don't have ...
1
vote
0answers
13 views

URL-encoded paths differs by webserver-setup and same rails app

I'm experiencing issues, that Urls with unicode multibyte characters are escaped differently depending on webservers running all the same Rails 3.2-app: Having this url: ...
0
votes
0answers
21 views

Rails: Serve an external webpage as my own domain - URL to be used in iframe

I am developing a web application on Rails in which the users create their own iframes. That means the url assigned to src attribute of the iframe can belong to any website at all. On the other ...
0
votes
0answers
8 views

Apache2 Development Headers and Passenger

I am writing a bash install script to setup LAMP, Rails and Passenger for Ubuntu 12.04 https://github.com/nathandrewsire/railman apt-get install apache2-dev works and installs needed packages for ...
1
vote
0answers
24 views

SOLR searching issue in RAILS

We have a solr search implemented. We are encountering a situation and wish to tackle it as cleanly as possible. We have a book that has an isbn number and it has a relation of isbn numbers in ...
0
votes
0answers
31 views

Force rails to ignore “real” path in link_to

I am using rails on an Apache server. I can't install my rails app on the public root directory. So I have it on /web. With an .htaccess I rewrite any URL from / to /web. For example /something will ...
0
votes
1answer
39 views

How to get Rails application working on two domains, Reverse Proxy

I have two separate application running on www.a.com and www.b.com. The second one is a rails-3 application. To get some common login working between the two by sharing cookies, I am redirecting all ...
0
votes
1answer
23 views

Configuring Apache for Rails apps under Torquebox

I'm having trouble getting Apache and Torquebox/JBoss to work together. Versions: Apache 2.2.15 Torquebox 2.3.0 Rails 2.3.18 and 3.2.13 The applications all deploy and work correctly going ...
1
vote
3answers
57 views

Asset Pipeline Rails 3.2 not working in production

How to make Apache+Passenger and Rails Asset Pipeline work together nice? When I deploy my locally working project, I get a 500 error In ActionView::Template::Error occurred in pages#start: ...
0
votes
0answers
625 views

Passenger: Could not find rake-10.0.4 in any of the sources (Bundler::GemNotFound)

I have a rails app running on debian with apache2 + passenger but I get this message from passenger: Error message: Could not find rake-10.0.4 in any of the sources (Bundler::GemNotFound) The ...
0
votes
1answer
35 views

Thin server behind apache, stops working when I update code

I've got a rails app on a thin server as a Windows service that is proxied through Apache server. The app works correctly until I try to upload a new version of the project. Then I get a 502 bad ...
1
vote
1answer
43 views

Rails 3 + passenger conf file

I have been trying to install a rails app on a box that originally was used for multiple php applications. I installed passenger and created a conf file but I am confused about how it all works ...
1
vote
0answers
46 views

link_url not responding to config.action_controller.relative_url_root

I'm running my Rails app on port 3000, with mod_proxy forwarding requests to /rails, to http://localhost:3000. I'm attempting to make link_to take the subdirectory into account. (For example, ...
0
votes
0answers
15 views

RackEnv not respected when using route helpers from model

Running Rails 3.2.13 on Passenger for Apache. My vhost: <VirtualHost *:80> ServerName server DocumentRoot /srv/http <Directory /> Options Indexes FollowSymLinks MultiViews ...
2
votes
1answer
28 views

Rails 3 Passenger Path Error

Rails 3.2.10 Passenger 3.0.19 Ruby 1.9.3-p392 (using rbenv) Trying to get my Rails app running on my server via Passenger. Getting this error: No such file to load -- ...
0
votes
0answers
41 views

How would I set up multiple rails app instances on one dev server with separate subdomain names?

So I have a dev server under the name dev.xxx.org on my institutions internal network. And I have a staging server under staging.xxx.org on my institutions network. We have multiple devs and wanted to ...
0
votes
1answer
81 views

Would it be performant to use nginx with apache with unicorn for rails or would that be slow?

For an application I'm helping architect we wanted to use nginx + unicorn as part of our server stack. We've heard good things about the speed at which nginx can serve static files. Unfortunately part ...
0
votes
1answer
46 views

Rails and Phusion Passenger - can only access public folder

I just installed Phusion Passenger on my Apache Server to host a Rails 3 App. My vhost file looks like that: <VirtualHost *:80> ServerName markusdanek.com DocumentRoot ...
0
votes
0answers
68 views

Apache HTTP Client Cookie interacting with rails

I am trying to communicate with a rails server that is expecting the session hash to include the field [:user_id] I am trying to store a cookie to be saved once a user logs in before this request is ...
1
vote
1answer
75 views

Trouble configuring a sub-uri with Apache 2, Rails 3.2, and Phusion Passenger

I need some help getting a Rails 3.2 app working in a sub-uri of a cPanel-configured Apache site. I've followed the steps from the Passenger docs and various blog posts. The root action renders ...
0
votes
1answer
78 views

Howto configure Nginx subdomain besides Rails application

I have a Rails based API that runs on a backend Nginx server and is stable. The server is not reachable from the outside, it has an Apache as a proxy before it. The API is available via a subdomain: ...
-1
votes
3answers
76 views

how to redirect non-www request to www? [closed]

I have a Rails app and I have put this code in a .htaccess file in the public folder of the app: RewriteEngine on RewriteCond %{HTTP_HOST} ^(example\.com)? [NC] RewriteRule ^(.*) ...
0
votes
1answer
65 views

confused about apache server virtual host

So I configured a VirtualHost in the httpd-vhosts.conf directory, but whenever I navigate to the servername, it seems to always give me the page listed in httpd.conf. I am new to apache web server ...
0
votes
0answers
71 views

Error: ENOMEM in PhusionPassenger::Rack::ApplicationSpawner

I have deployed Rails 3 App in Apache with Phussion Passengerwhile running app its showing error: The application spawner server exited unexpectedly: Connection closed after that i traced Apache ...
2
votes
3answers
74 views

Rails app + Apache Passenger + Postgres : CPU consumption

I've a Rails 3.0 application that have a problem with the CPU consumption. The application works in production mode on Apache + passenger mod on a Debian machine. It's a virtual machine with 6 Gb RAM ...
-2
votes
1answer
50 views

Apache test page showing up without apache even installed [closed]

I recently purchased a VPS with CentOS 6.3 64-bit installed. When I ssh in, I could not find any Apache installed on my vps, but if I access the server directly through my ip XXX.XXX.XXX.XXX, it shows ...
1
vote
2answers
58 views

Redirect example.com to rails server running on localhost:3000 leaving apache sites intact?

I am working on a rails app which runs on localhost:3000. I want example.com to point to localhost:3000. I edited the /etc/hosts file but it doesn't take port number so the request goes to apache. I ...
0
votes
1answer
131 views

Running Multiple Versions of Passenger for Multiple Ruby-on-Rails Applications

After I install the Passenger Apache2 module, it gives me something like: LoadModule passenger_module /home/passenger/.rvm/gems/ruby-1.9.2-p290/gems/passenger-3.0.17/ext/apache2/mod_passenger.so ...
2
votes
1answer
150 views

Installing Redmine on Centos

I'm following this guide for installing Redmine on CentOS. I've followed every step. Redmine currently runs on WebBrick but not on Apache. I've successfully install passenger. I got this message: ...
0
votes
0answers
173 views

Passenger 4 with PassengerRuby and different gem set

I've got a server that predominantly runs Ruby 1.8.7, but now I have a Rails 3.2 app that needs 1.9.3. I've installed Passenger 4 as it supports the ability to run multiple Rubies on a per-virtual ...
0
votes
1answer
128 views

Passenger fail running on Apache — Web application could not be started

i have a problem with passenger + apache, i already set up a virtualHost... <VirtualHost *:80> ServerName www.temazo.es PassengerEnabled on PassengerAppRoot /home/handra/ruby/temazo ...
0
votes
0answers
30 views

Linux environment variable not accessable to Apache (for Rails App Credentials)

Following SO - Where to store sensitive data in public rails app? s-app I wan to store my credentials in Linux environment variables, and this worked just fine in development. Now, in production when ...
0
votes
1answer
78 views

How to configure apache for subdomain on Mediatemple (dv)

I have a mediatemple (dv) account and when i setup a rails app, i normally create a file in /var/www/vhosts/mysite.com/conf/vhost.conf and put the following contents in it: ServerName mysite.com ...
0
votes
0answers
44 views

Rails + Apache2 + Phusion Passenger caching issue

I am having a weird issue with cache using Rails, Apache2 and Phusion Passenger. application_controller.rb def check_logged_in if session[:user_id] redirect_to(:controller => 'home', ...
0
votes
1answer
53 views

How to redirect non www to www in rails (using apache + passenger)

I got the below code from earlier threads on SO, I have put this code in the .htaccess file RewriteEngine On RewriteCond % ^example.com [NC] RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301] ...
1
vote
2answers
227 views

How to restart Phusion Passenger + Apache in Production mode on Ubuntu server for Ruby on Rails?

I am having Apache + phusion passenger, I have put RailsEnv production in /etc/apache2/sites-available/default file and have restarted apache but when I am running rails c > ...
0
votes
0answers
91 views

jQuery getScript() function does not work in rails production mode deployed by Passenger along with Apache

So I am trying to do a little bit polling for my rails app using jQuery's getScript() function. Here are my codes: script file function updatePredictionResults() { ...
0
votes
1answer
45 views

Rails with Omniauth and Shibboleth

I'm using shibboleth as auth provider in Omniauth ( https://github.com/toyokazu/omniauth-shibboleth ). After a successful login and redirect to rails it can't create a new session because it can't see ...
1
vote
1answer
110 views

Correct assets relative url: rails/apache/passenger

I'm testing rails app deployment with apache2 and phusion passenger 4. This is my apache conf: <Location /myproject> ProxyPass http://localhost:3000 ...
0
votes
1answer
45 views

Configuring Passenger Server and Rails Application

I have a rails application which I want to run on the default port 80 via apache. So I setup the Passenger server and I configured the apache configuration file. My application used to run on the ...

1 2 3 4 5 12