mysql - Rails config error 500 -


i'm deploying rails app on debian server. worked , can't figure out why i've been missing since change app directory.

i'm getting 500 internal server error , logs :

[mon aug 21 16:06:35.755626 2017] [core:error] [pid 60088] [client nn.nn.nn.nn:nnn] end of script output before headers:   ==> /var/log/apache2/xxxx.xxxx.com.access.log <== nn.nn.nn.nn - - [21/aug/2017:16:06:35 +0200] "get / http/1.1" 500 845 "-" "mozilla/5.0 (macintosh; intel mac os x 10_12_6) applewebkit/537.36 (khtml, gecko) chrome/60.0.3112.101 safari/537.36" nn.nn.nn.nn - - [21/aug/2017:16:06:35 +0200] "get /favicon.ico http/1.1" 200 1752 "http://xxxx.xxxx.com/" "mozilla/5.0 (macintosh; intel mac os x 10_12_6) applewebkit/537.36 (khtml, gecko) chrome/60.0.3112.101 safari/537.36" 

i checked secret.yml file , mysql credentials.

config : - ruby 2.3.0 - rails 5.0.0.1

other websites (not rails) on same server work well.

the user has write access on tmp/* in app directory.

do have idea missing ?

thanks,


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -