search for: railsapp1

Displaying 4 results from an estimated 4 matches for "railsapp1".

Did you mean: railsapp
2006 Mar 07
13
hosting multiple rails apps in one webroot?
...server two different rails apps I assume that I need to create two different fcgi.server blocks in lighttpd.conf however these blocks appear to be differentiated based on hostname and port alone. I can easily map rails.dev.host.com to an fcgi process that starts either the dispatch.fcgi process in railsapp1 or raqilsapp2. If I had more control over the name rails.dev.host.com I could create virtual hosts like this: railsapp1.rails.dev.host.com railsapp2.rails.dev.host.com and then create two virtual hosts and two fcgi-server blocks for both the apps. But I am stuck with rails.dev.host.com Per...
2006 Mar 02
6
Lighttpd and fastcgi problems...
Hi, I''m having difficulty getting ruby running via Lighttpd and fastcgi. My lighttpd.conf reads: server.port = 81 server.pid-file = "/tmp/test_lighttpd.pid" server.modules = ( "mod_redirect", "mod_access", "mod_fastcgi", "mod_accesslog", "mod_simple_vhost" ) server.document-root = "/tmp/mis/public"
2006 Aug 18
3
Lighttpd Conf Help - Multiple Domains Multiple Apps
Hi Guys, I hope someone can help me out. I am trying to configure two applications to run on lighttpd and each app will have its own domain. My machine is running on Fedora. When I run my lighttpd with the following conf file, I get no error but when I check out my app, it dishes out a 404 error- the 404 being served isn''t the 404 inside the railsapp/public folder. Do hope someone
2006 Feb 12
4
Rails Install on Linux (SuSE 9.3) Fails
...y/site_ruby/1.8/rubygems/builder.rb:1 from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in `require'' from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:61:in `manage_gems'' from /usr/local/bin/gem:4 so then when I type rails /home/jim/railsApp1 I get bash: rails: command not found Sorry if this is a stupid Linux error on my part, but hey, I gotta start somewhere, right? Thanks for any help on Rails _or_ Linux _or_ SuSE 9.3 (which, I understand, is not just any Linux. :-) Jim -- Posted via http://www.ruby-forum.com/.