View Single Post
  #4 (permalink)  
Old 16-04-2008, 14:51
NickJ NickJ is offline
Chief Technical Officer
 
Join Date: Jun 2007
Posts: 72
Default

You need edit a .htaccess file under respective "public" folder of a application if you are running multiple ROR applications under your account. It wont conflict but you need to make sure to terminate previously running dispatch.fcgi if there any for that application and then deploy it again. Just like a restart.

Do not use a generalized .htaccess file for all applications.

A good news for you is, mod_proxy has been enabled on server.
Reply With Quote