search for: mod_rail

Displaying 20 results from an estimated 51 matches for "mod_rail".

Did you mean: mod_rails
2008 Apr 16
10
Is Phusion Passenger (mod_rails) good for single app servers
There is a lot of hype over mod_rails, but from my understanding it is more geared for servers with a number of apps on it. The reason it seems that way is how it frees up the memory if an app is stagnant for an extended period. The freeing up of the memory may not be an issue if the application gets a continuous traffic flow. I ha...
2008 Jul 23
1
Rails Rewrite rule (on mod_rails)
Hello, I''m running fine my application on the dev server with apache2 and mod_rails, but on the production server I have a strange issue.. it seems like something is wrong with httpd.conf of .htacces.. the dev server is a DreamHost PS and I''m configuring the production one one HostGator. I have a public/users/ folder with member profile images and a users controller.....
2012 Jan 30
1
mod_rails under Apache under Ceontos 6
Hello listmates, For some reason we don't seem to be able to launch a Ruby-on-rails application ( http://www.redmine.org/ ) on a CentOS 6 machine under Apache. Nor can I find a mod_rails as a separate package for it. Would anyone have any idea what we might be doing wrong? Thanks. Boris.
2009 Apr 27
0
Encoding Problem / mod_rails / passenger / Postgresql 8.3
Hi, when I use mod_rails/passenger with apache2 on linux instead of webbrick for our application, then it stops working with certain browsers like the ie, and konqueror but still works with firefox. I get the following error message: ActionView::TemplateError (PGError: ERROR: invalid byte sequence for encoding "UT...
2012 Jan 31
0
mod_rails under Apache under Centos 6
On Mon, January 30, 2012 12:12, Boris Epstein wrote: > Hello listmates, > > For some reason we don't seem to be able to launch a > Ruby-on-rails > application ( http://www.redmine.org/ ) on a CentOS 6 > machine under Apache. > Nor can I find a mod_rails as a separate package for it. > Would anyone have > any idea what we might be doing wrong? > > Thanks. > > Boris. There is no mod-rails rpm package for any distro that I am aware of. Mod-rails is a rubygem available from http://rubygems.org/ and is named passenger. You will ne...
2008 Jun 05
0
'mod_rails' Passenger gem on OpenBSD
Hey all, Has anyone had any luck getting mod_rails to install on OpenBSD? Googled around and couldn''t find much. Mikel --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-ta...
2009 Jan 16
0
How do I deploy a rails app in a subdirectory using mod_rails?
Hello, I''m launching a small web app that my client wants deployed to domain.com/app. They don''t want to do a subdomain. I am trying to figure out how to set the vhost file to tell mod_rails that domain.com/ app is a rails app without effecting the regular website. Any suggestions? Thank you. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send...
2008 Apr 20
2
mod_rails showing plain text instead of actual page
hello! i got this forum powered by apache and mod_rails lately when i create / edit posts, i get plain html text showing up instead of the actual page. here''s what i see: -- Content-Type: text/html; charset=utf-8 Set-Cookie: _mysite_session=BAh7CzoOcmV0dXJuX3RvMDoKdGl0bGV7BmkVdToJVGltZQ2IDhuAK1UeADoL %250AdG9waWNzewZpBnU7Bw2HDhuA2%252FZJ7z...
2008 Apr 16
1
File descriptor passing broken in FreeBSD 7?
Hi, I recently tried to use the newly released mod_rails (www.modrails.com) for Apache, and discovered it doesn't work on FreeBSD 7. It does however work on FreeBSD 6 just fine. I tracked it down to sendmsg() as detailed here: http://code.google.com/p/phusion-passenger/issues/detail?id=16 The mod_rails/passenger unit tests fail on FD passin...
2009 Mar 12
7
Is Mongrel dead?
...different. However, as it stands now, I am not able to contribute due to the lack of knowledge and time. This is a normal case of an open source software and, as I said, I am not complaining. Still, I would like to understand the long term implications of using Mongrel. I know there is Phusion aka mod_rails. However, as it stands right now, the company is not a truly “for profit” company and relies on donations and consulting in installing mod_rails. Amount of dollars coming in for installation consulting is probably questionable since installation is fairly simple. The folks behind mod_rails hit the...
2008 Jul 02
3
Crashing after Update
...een running Rails 2.0.2 with Ruby 1.8.6 for the last six months. I developed an application that runs fine on two different servers -- or at least, it used to. I used Mongrel as a development server, but requirements called for using Apache for a production deployment. I found Phusion Passenger (mod_rails) and decided to give it a try. I decided to update my rubygems to the latest version before installing Passenger, so I did a "gem update --system". A slew of gems were updated (at least six or eight). All seemed fine until I tried actually using my application again ;) Now the applic...
2008 Jun 24
2
upgrade issues
I tried upgrading my older 1.8.6 Ruby install to the latest stable 1.8.6 release, version 1.8.6-p230 specifically, to benefit from the latest security updates. I used this configuration: ./configure --prefix=/usr/local --enable-pthread --with-readline-dir=/usr I''m using mod_rails, so after the Ruby install I restarted Apache. I then found every Rails app on the box was non-functional, only loading blank white screens, with this same error appearing in all the logs: ActionView::TemplateError (wrong argument type FalseClass (expected Proc)) So I hurried to rebuild my pass...
2009 Oct 18
2
Passenger Best Practice
I want to move from running puppet under it's own web brick server, to using passenger. I'd like to get an idea of how folk are running passenger? Ideally I'd like to keep everything rpm based, so would need ruby enterprise rpms, and then the mod_rails / passenger plugin? How are you folk doing it? I've seen: http://download.elff.bravenet.com/5/x86_64/repoview/mod_passenger.html And I've also seen: https://packages.endpoint.com/ Which seems to do some enterprise ruby. What else is out there? I'm more than happy to do it all m...
2008 Apr 29
1
Webistrano recipes association (was: [Capistrano] Webistrano 1.3 released)
...> different settings. Those stages can then be deployed with Capistrano > through Webistrano. > > The 1.3 adds several new shiny features to Webistrano that make > deployment easier: > > * Better Git support through Capistrano 2.2 > * Support for Phusion Passenger / mod_rails > * Ability to temporary disable hosts for a deployment > * A command-line interface with script/deploy > * A simple permission system > > The complete changelog is available through the Webistrano project site. > http://labs.peritor.com/webistrano/browser/branches/1....
2008 May 02
6
looking for Mod_Ruby and easy Deployment Options? Sign Here
...in this section of Ruby on Rails. It will give you a clear understanding of Deployment scenario The Author of that thread and Me too, are frustrated with Lack of Shared Hosting and Tough Deployment Scenario, since nothing is shaping up. We do not want to get carried away with just one option like mod_rails. What will you do when Merb Comes out. Wait for Mod_Merb and have this going on for every framework that comes out. We want Rails / Merb / Other Good Ruby Frameworks to grow more and More and for that we would like you to join us and sign below... This will considered to be an appeal by the Mass...
2009 May 28
2
two ROR project with one application server , is it possible
two rails project with one application server(only one mongrel) , is it possible ? if yes , then how ? -- Posted via http://www.ruby-forum.com/.
2009 Jun 09
8
Ui Designing with Rails opposed to PHP
Why are there more web design users using PHP instead of using Rails? Is there an advantage using PHP over Rails? Thanks -- Posted via http://www.ruby-forum.com/.
2006 Mar 08
3
mod_fcgid first request slow
I have posted this before with not much response so I am posing the question again. Is there a solution for this very apparent issue with mod_fcgid that the "First connection is incredibly slow". It seems its b/c mod_fcgid doesnt keep at least 1 persistent connection around that this first connection needs to start up and then every other request is fast. Is there a solution to this?
2008 Nov 21
3
How to create Virtual Host In Apache
Hi All, I am new to server configurations in apache web server. I want to learn how to create virtual hosts in apache server and run configure domains and making domain up. Can anyone guide me here or provide me some useful links ? Thanks, Piyush --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2010 Mar 24
6
dispatch.cgi, dispatch.fcgi, dispatch.rb not present in Public folder
I''m doing a series of ruby on rails tutorials and it got to a part where i need to edit the following files that should be automatically inside the public folder: dispatch.cgi,dispatch.fcgi,dispatch.rb but I have none of these inside my public folder. Is there a reason for this? And how can i change it so they are back The only files in my public folder at present are 404.html 500.html