Bharat soni
Bharat soni

Reputation: 2786

deployment of application on server

After installing all the necessary configuration, i have facing that problem in the log of Apache server.

passenger-spawn-server', does not exist. Please check whether the 'PassengerRoot' option is specified correctly.

Application configuration:

ruby 1.9.3
rails 3.2.15
MySQL 2
Apache
Passenger 

Upvotes: 1

Views: 41

Answers (2)

Ravendra Kumar
Ravendra Kumar

Reputation: 1082

Follow this link

 sudo apt-get install apache2

    http://nathanhoad.net/how-to-ruby-on-rails-ubuntu-apache-with-passenger

and i am sure it will help you

Upvotes: 1

Rajdeep Singh
Rajdeep Singh

Reputation: 17834

Try reinstalling the native apache module

apt-get install libapache2-mod-passenger

source Issue with Passenger - Apache

Upvotes: 0

Related Questions