apache - Passenger doesn't seem to know the VirtualHost is a rails app -


i've configured apache 2.2 virtualhost ruby on rails (2.3.14) application.

however, when visit url website i'm presented directory listing.

i've checked passenger (5.0.9) loaded apache (it is) , i've got loglevel set 4 can see passenger doing. starts , indicates listening requests.

however, appear passenger not being invoked when website visited.

how passenger know needs handle virtualhost?

thanks

solution:

the rails application did not have config.ru file.

after pinching 1 off web rails 2.3 application appears instead of directory listing.

it appears passenger documentation this file used rack fire instances of application.


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - Bypass Geo Redirect for specific directories -

php - .htaccess mod_rewrite for dynamic url which has domain names -