| |||||||||
| |||||||||
| Not A Member Yet? Register today and become part of the community. |
| |||||||
![]() |
| | LinkBack (2) | Thread Tools | Display Modes |
| |||
| If you have an existing application, Change the line in your Rails application’s public/dispatch.fcgi. Change Quote:
Quote:
Make sure Apache can find dispatch.fcgi Now edit your app’s public/.htaccess and change/add the following lines to make sure that the Rails app is using FastCGI and that it knows that the app is living in a subdirectory. Change: Code: RewriteRule ^(.*)$ dispatch.cgi?$1 [QSA,L] Code: RewriteBase /testapp RewriteRule ^(.*)$ dispatch.fcgi?$1 [QSA,L] Make sure that dispatch.fcgi is executable: Code: $ chmod 755 public/dispatch.fcgi
__________________ Profuse Host - http://www.profusehost.net SITE RULES - http://www.profusehost.net/services/order/index.htm POST FOR HOST GUIDE LINES - http://www.profusehost.net/forum/support/9807-post-host-guidelines.html |
![]() |
| Thread Tools | |
| Display Modes | |
| | |||||
LinkBacks (?)
LinkBack to this Thread: http://www.profusehost.net/forum/knowledge-base/10540-how-run-ruby-rails.html | ||||
| Posted By | For | Type | Date | |
| Ruby on Fastcgi (Apache) - Ruby Forum | This thread | Refback | 01-01-2008 01:49 PM | |
| Nabble - ruby-talk - Ruby on Fastcgi (Apache) | This thread | Refback | 12-30-2007 01:44 PM | |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| other ruby framework possibilities? | ice_cream | Free Web Hosting Support | 2 | 06-28-2008 02:03 AM |
| Ruby on Rails | snoop1990 | Free Web Hosting Support | 23 | 01-17-2008 11:43 PM |
| Ruby on Rails | fatlotus | Free Web Hosting Support | 0 | 10-24-2007 04:02 PM |
| How to setup a Rails App? | ggraimon | Free Web Hosting Support | 2 | 12-09-2006 04:38 AM |
| Ruby on Rails | tobio | Free Web Hosting Support | 3 | 08-14-2006 12:38 AM |