Hi!
I'm trying to setup LiteSpeed (using apache configs ) with RoR
For this I use this doc from your wiki
support/wiki/doku.php?id=litespeed_wiki:rails_hosting
but I still can't run RoR application and I'm getting 503 error
in error logs I have this
connection to [/tmp/lshttpd/APVH_example.com:80:testApp.sock] on request #0, confirmed, 0, associated process: -1, running: 0, error: Connection reset by peer!
(3 times)
What I should to do else?
PS
I have created file “.ls_rails_config”. in users home
#RailsApp <name> <App Path> <Rails Evn> <Children Processes> <RunOnStart>
RailsApp testApp "/lsws/testrails" "development" 4 1
#RailsAppMap <name> <domain> <URI>
RailsAppMap testApp "testrails.com" "/"
RailsAppMap testApp "test.testrails.com" "/"
I'm trying to setup LiteSpeed (using apache configs ) with RoR
For this I use this doc from your wiki
support/wiki/doku.php?id=litespeed_wiki:rails_hosting
but I still can't run RoR application and I'm getting 503 error
in error logs I have this
connection to [/tmp/lshttpd/APVH_example.com:80:testApp.sock] on request #0, confirmed, 0, associated process: -1, running: 0, error: Connection reset by peer!
(3 times)
What I should to do else?
PS
I have created file “.ls_rails_config”. in users home
#RailsApp <name> <App Path> <Rails Evn> <Children Processes> <RunOnStart>
RailsApp testApp "/lsws/testrails" "development" 4 1
#RailsAppMap <name> <domain> <URI>
RailsAppMap testApp "testrails.com" "/"
RailsAppMap testApp "test.testrails.com" "/"
Last edited: