Hello,
I'm trying to install redmine for a customer (cPanel, CloudLinux, PHP/Ruby Selector & LiteSpeed 5.0.10).
I followed the instructions here http://docs.cloudlinux.com/index.html?redmine.html and everything completed successfully, besides the fact apparently the .htaccess and dispatch.fcgi are not compatible with LiteSpeed, so the website itself is not loading (the browser downloads the dispatch.fcgi file instead of "running" the Rails App).
I've created the .ls_rails_config file in the account's root (/home/username/.ls_rails_config) and entered the necessary info there:
The public files (ie .htaccess & dispatch.fcgi) are located in /home/username/public_html/redmine/ and the rest of the code is in /home/username/redmine/
My .ls_rails_config looks like this:
The Ruby Selector looks like this: http://cl.ly/eVlY
Any idea how can LiteSpeed interact with the Ruby Selector?
Thanks,
George T.
I'm trying to install redmine for a customer (cPanel, CloudLinux, PHP/Ruby Selector & LiteSpeed 5.0.10).
I followed the instructions here http://docs.cloudlinux.com/index.html?redmine.html and everything completed successfully, besides the fact apparently the .htaccess and dispatch.fcgi are not compatible with LiteSpeed, so the website itself is not loading (the browser downloads the dispatch.fcgi file instead of "running" the Rails App).
I've created the .ls_rails_config file in the account's root (/home/username/.ls_rails_config) and entered the necessary info there:
The public files (ie .htaccess & dispatch.fcgi) are located in /home/username/public_html/redmine/ and the rest of the code is in /home/username/redmine/
My .ls_rails_config looks like this:
Code:
#RailsApp <name> <App Path> <Rails Env> <Children Processes> <RunOnStart>
RailsApp redmine "/redmine" "production" 4 1
#RailsAppMap <name> <domain> <URI>
RailsAppMap redmine "domain.com" "/redmine/"
Any idea how can LiteSpeed interact with the Ruby Selector?
Thanks,
George T.