Hi,
I'm trying to set up a rails app in development mode on my dev machine using LiteSpeed. I followed the articles: http://www.usefuljaja.com/litespeed about rails.
When I installed litespeed I installed it to usr/local/lsws and put it in the paul user in the users group (the same one as my user, does not have root access). LiteSpeed should automatically have read/write without my explicity setting ownership (though I did set ownership just in case) to my rails app folder (which is /home/paul/Desktop/MyRailsApps/app_name/). So I used the template to set up my rails app and changed concurrent connections to 1 mode to development and the virtual host root to "/home/paul/Desktop/MyRailsApps/app_name/public/" and pointed the rails "context" to "/home/paul/Desktop/MyRailsApps/app_name/".
Then I set up a listener on any IP and the port "*" and set the virtual host mapping to the vhost described above. When I gracefully restart the server, and go to http://localhost it shows me a LiteSpeed 404 Note Found error. Any ideas? I gave as much info as I thought necessary, but if you need more let me know. I'm very new to LiteSpeed so I don't knwo what else you may need.
Thank You,
Paul
I'm trying to set up a rails app in development mode on my dev machine using LiteSpeed. I followed the articles: http://www.usefuljaja.com/litespeed about rails.
When I installed litespeed I installed it to usr/local/lsws and put it in the paul user in the users group (the same one as my user, does not have root access). LiteSpeed should automatically have read/write without my explicity setting ownership (though I did set ownership just in case) to my rails app folder (which is /home/paul/Desktop/MyRailsApps/app_name/). So I used the template to set up my rails app and changed concurrent connections to 1 mode to development and the virtual host root to "/home/paul/Desktop/MyRailsApps/app_name/public/" and pointed the rails "context" to "/home/paul/Desktop/MyRailsApps/app_name/".
Then I set up a listener on any IP and the port "*" and set the virtual host mapping to the vhost described above. When I gracefully restart the server, and go to http://localhost it shows me a LiteSpeed 404 Note Found error. Any ideas? I gave as much info as I thought necessary, but if you need more let me know. I'm very new to LiteSpeed so I don't knwo what else you may need.
Thank You,
Paul