Displaying 1 result from an estimated 1 matches for "another_app2".
Did you mean:
another_app
2006 Aug 07
1
apache-fcgi - multiple applications on same server
...ir /tmp/fgci_ipc
AddHandler fastcgi-script .fcgi
FastCgiServer /my/path/to/rails/my_app1/public/dispatch.fcgi \
-initial-env RAILS_ENV=production \
-processes 4 -idle-timeout 120
</IfModule>
</snip>
I guess I somehow have to tell apache to use
/my/path/to/rails/another_app2/public/dispatch.fcgi for the other
application ?
Any input greatly appreciated,
/mich
--
Posted via http://www.ruby-forum.com/.