Hi,
I've recently installed Litespeed Standard (v 4.0.11) onto a Suse Linux 2.6.27.19-5-pae system and am having problems configuring it to run Rails applications.
I've followed (to the letter as far as I can see) the instructions described in the Rails Manual Configuration wiki, mounting the application to a URL called /ruby/. I can see the Rails welcome page when I enter <domain name>/ruby/ in the browser but get an error
when I try and access the application proper.
I also have the following error in the server log:-
As far as I can see everything that needs to has executable permissions. What throws me a bit is that litespeed appears to be trying to run dispatch.lsapi as a Fast CGI app whereas it is definitely configured as a LSAPI one.
I have managed to get everything running as a separate virtual host by following the RoR Easy Configuration instructions but I need to be able to get it to run alongisde Perl apps in a single host.
Any help would be much appreciated.
TIA
Doug
I've recently installed Litespeed Standard (v 4.0.11) onto a Suse Linux 2.6.27.19-5-pae system and am having problems configuring it to run Rails applications.
I've followed (to the letter as far as I can see) the instructions described in the Rails Manual Configuration wiki, mounting the application to a URL called /ruby/. I can see the Rails welcome page when I enter <domain name>/ruby/ in the browser but get an error
Code:
Warning: Unknown: failed to open stream: No such file or directory in Unknown on line 0
Fatal error: Unknown: Failed opening required 'LS' (include_path='.:/usr/local/lsws/lsphp5/lib/php') in Unknown on line 0
I also have the following error in the server log:-
Code:
ERROR execve() failed with errno=2, when try to start Fast CGI application: /home/dconran/rails/hello/public/dispatch.lsapi!
I have managed to get everything running as a separate virtual host by following the RoR Easy Configuration instructions but I need to be able to get it to run alongisde Perl apps in a single host.
Any help would be much appreciated.
TIA
Doug