Re: [Rails] Passenger problem

2011-06-26 Thread Teri Solow
On Jun 26, 2011, at 02:40 , amritpal pathak wrote: > can you just tell me how to completly remove the passenger from my system.? No, because that depends largely on how it got there. Presumably you're the one who installed it? -- Teri Solow http://tekniklr.com -- You received this message b

Re: [Rails] Passenger problem

2011-06-26 Thread amritpal pathak
On Sun, Jun 26, 2011 at 5:07 AM, Teri Solow wrote: > On Jun 26, 2011, at 01:27 , amritpal pathak wrote: > > # LoadModule passenger_module /usr/lib/ruby/gems/1.8/gems/passenger > # 3.0.7/ext/apache2/mod_passenger.so > # PassengerRoot /usr/lib/ruby/gems/1.8/gems/passenger-3.0.7 > # PassengerR

Re: [Rails] Passenger problem

2011-06-26 Thread Teri Solow
On Jun 26, 2011, at 01:27 , amritpal pathak wrote: # LoadModule passenger_module /usr/lib/ruby/gems/1.8/gems/passenger # 3.0.7/ext/apache2/mod_passenger.so # PassengerRoot /usr/lib/ruby/gems/1.8/gems/passenger-3.0.7 # PassengerRuby /usr/bin/ruby1.8 # # ServerName www.yourhost.com #

Re: [Rails] Passenger problem

2011-06-26 Thread amritpal pathak
On Sun, Jun 26, 2011 at 4:19 AM, Teri Solow wrote: > On Jun 26, 2011, at 00:51 , amritpal pathak wrote: > > how can i disable passenger permantly? >> > i want to access "localhost" as it was normally before > > > In your apache config, look for a line like, LoadModule passenger_mod

Re: [Rails] Passenger problem

2011-06-26 Thread Teri Solow
On Jun 26, 2011, at 00:51 , amritpal pathak wrote: > how can i disable passenger permantly? > i want to access "localhost" as it was normally before In your apache config, look for a line like, LoadModule passenger_module, and comment it out I don't know which config file your se

Re: [Rails] Passenger problem

2011-06-26 Thread amritpal pathak
On Sun, Jun 26, 2011 at 3:45 AM, amritpal pathak wrote: > > > On Sun, Jun 26, 2011 at 3:30 AM, Teri Solow wrote: > >> On Jun 25, 2011, at 23:35 , amritpal pathak wrote: >> >> i configured the ruby on rails app with passenger long time ago so when >> now i browse to "locahost" it shows the app's c

Re: [Rails] Passenger problem

2011-06-26 Thread amritpal pathak
On Sun, Jun 26, 2011 at 3:30 AM, Teri Solow wrote: > On Jun 25, 2011, at 23:35 , amritpal pathak wrote: > > i configured the ruby on rails app with passenger long time ago so when now > i browse to "locahost" it shows the app's content.But i want to access the > /var/www/drupal with "localhost/dr

Re: [Rails] Passenger problem

2011-06-26 Thread Teri Solow
On Jun 25, 2011, at 23:35 , amritpal pathak wrote: > i configured the ruby on rails app with passenger long time ago so when now i > browse to "locahost" it shows the app's content.But i want to access the > /var/www/drupal with "localhost/drupal".I am unable to access it.It gives the > error an

[Rails] Passenger problem

2011-06-25 Thread amritpal pathak
i configured the ruby on rails app with passenger long time ago so when now i browse to "locahost" it shows the app's content.But i want to access the /var/www/drupal with "localhost/drupal".I am unable to access it.It gives the error and error seems to be genuine due to passenger. No route match

[Rails] Passenger problem

2009-09-01 Thread Eric J Gruber
I've used the Slicehost Intrepid instructions (http:// articles.slicehost.com/ubuntu-intrepid) to install a new Ubuntu server with Ruby, Rails and passenger. Everything seems to be working OK, save for one thing: my application only service up the files that are in its public folder. The Passeng