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 setup uses; it could be either apache2.conf or http.conf. Search in both of them for 'passenger'. -- Teri Solow http://tekniklr.com -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

