I found myself in the impossibility to deploy my application to a sub URI and learned that people have this common problem and complain on IRC, lists and forums.
I finally managed to get my application to work, based on the solution posted on this thread: http://groups.google.com/group/phusion-passenger/browse_thread/thread/9ec28ebf3409bbaa
That's why I added the section Deploying to a sub URI.
writing
sudo passenger-install-apache2-module
you miss a space after the command 'passenger'. Right syntax is obviously:
sudo passenger install-apache2-module
@Carlo
You are not correct. The command actually is “passenger-install-apache2-module” with a dash.
Discussion
I found myself in the impossibility to deploy my application to a sub URI and learned that people have this common problem and complain on IRC, lists and forums.
I finally managed to get my application to work, based on the solution posted on this thread: http://groups.google.com/group/phusion-passenger/browse_thread/thread/9ec28ebf3409bbaa
That's why I added the section Deploying to a sub URI.
writing
sudo passenger-install-apache2-module
you miss a space after the command 'passenger'. Right syntax is obviously:
sudo passenger install-apache2-module
@Carlo
You are not correct. The command actually is “passenger-install-apache2-module” with a dash.