I follow the steps to install passenger , I installed it in the same way, I copy the contents on the same location it asked to do, when i run passenger-install-nginx-module I copy paste the contants in apache.conf which includes Loadmodule PassengerRoot PassengerRuby I am having a problem how to setup this please help me where to put this and how to config if my application name is demo and user name is ali and root directory is home i am stuck here <VirtualHost *:80> ServerName mydomain.com ServerAlias www.mydomain.com DocumentRoot /home/ruby/demo/public <Directory /somewhere/public> AllowOverride all Options -MultiViews </VirtualHost> -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> Ali Imran wrote: <blockquote cite="mid:c6d0162f-68b1-470c-9734-5d3af055d42b-FWWsA8objUZ2OZP9CLB5jGB/v6IoIuQBVpNB7YpNyf8@public.gmane.org" type="cite"> <pre wrap="">I follow the steps to install passenger , I installed it in the same way, I copy the contents on the same location it asked to do, when i run passenger-install-nginx-module I copy paste the contants in apache.conf which includes Loadmodule PassengerRoot PassengerRuby I am having a problem how to setup this please help me where to put this and how to config if my application name is demo and user name is ali and root directory is home i am stuck here <VirtualHost *:80> ServerName mydomain.com ServerAlias <a class="moz-txt-link-abbreviated" href="http://www.mydomain.com">www.mydomain.com</a> DocumentRoot /home/ruby/demo/public <Directory /somewhere/public> AllowOverride all Options -MultiViews </pre> </blockquote> You need </Directory> around here<br> <blockquote cite="mid:c6d0162f-68b1-470c-9734-5d3af055d42b-FWWsA8objUZ2OZP9CLB5jGB/v6IoIuQBVpNB7YpNyf8@public.gmane.org" type="cite"> <pre wrap=""> </VirtualHost> </pre> </blockquote> <br> </body> </html> <p></p> -- <br /> You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.<br /> To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org<br /> To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org<br /> For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.<br />
Ali Imran wrote:> I follow the steps to install passenger , > > I installed it in the same way, > > I copy the contents on the same location it asked to do, > > when i run > passenger-install-nginx-module > > I copy paste the contants in apache.confWhy are you using the Nginx Passenger module with Apache? That probably won''t work. Best, -- Marnen Laibow-Koser http://www.marnen.org marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org -- Posted via http://www.ruby-forum.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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.