I''m trying to get Passenger working on a fresh install of OSX Snow Leopard and can''t get around this permission issue: [Thu May 12 16:06:34 2011] [error] [client 127.0.0.1] (13)Permission denied Here is my vhost configuration: <VirtualHost *:80> DocumentRoot "/Users/tom/sites/mysite/public" # RackEnv production ServerName mysite.local <Directory "/Users/tom/sites/mysite/public"> Options Indexes FollowSymLinks AllowOverride None Order allow,deny Allow from any </Directory> </VirtualHost> I have verified its hitting the right vhost, but it continues to report permission denied? I''ve also tried variations of file permissions on the site folder (777 even!) but no joy. Any help is much appreciated! Thanks, Tom -- 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.
Silly question - have you checked permissions on ALL dirs in the path, including /Users and your home? - Richard Sent from my iPhone On May 12, 2011, at 3:12 PM, TomRossi7 <tom-5bxIUPmzHicFraO2wh7vUA@public.gmane.org> wrote:> I''m trying to get Passenger working on a fresh install of OSX Snow > Leopard and can''t get around this permission issue: > > [Thu May 12 16:06:34 2011] [error] [client 127.0.0.1] (13)Permission > denied > > Here is my vhost configuration: > > <VirtualHost *:80> > DocumentRoot "/Users/tom/sites/mysite/public" > # RackEnv production > ServerName mysite.local > <Directory "/Users/tom/sites/mysite/public"> > Options Indexes FollowSymLinks > AllowOverride None > Order allow,deny > Allow from any > </Directory> > </VirtualHost> > > I have verified its hitting the right vhost, but it continues to > report permission denied? I''ve also tried variations of file > permissions on the site folder (777 even!) but no joy. Any help is > much appreciated! > > Thanks, > Tom > > -- > 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. >-- 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.
Hi Tom, I use on my MBP this nice passenger preference pane, which does all the configuration for me. works like a charm: https://github.com/Fingertips/passengerpane good luck On 12 Mai, 22:12, TomRossi7 <t...-5bxIUPmzHicFraO2wh7vUA@public.gmane.org> wrote:> I''m trying to get Passenger working on a fresh install of OSX Snow > Leopard and can''t get around this permission issue: > > [Thu May 12 16:06:34 2011] [error] [client 127.0.0.1] (13)Permission > denied > > Here is my vhost configuration: > > <VirtualHost *:80> > DocumentRoot "/Users/tom/sites/mysite/public" > # RackEnv production > ServerName mysite.local > <Directory "/Users/tom/sites/mysite/public"> > Options Indexes FollowSymLinks > AllowOverride None > Order allow,deny > Allow from any > </Directory> > </VirtualHost> > > I have verified its hitting the right vhost, but it continues to > report permission denied? I''ve also tried variations of file > permissions on the site folder (777 even!) but no joy. Any help is > much appreciated! > > Thanks, > Tom-- 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@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
I am using the default Apache install that comes with OSX and Passenger 3.0.6. Everything was working fine and then today I started getting the error: [Fri May 27 09:00:58 2011] [error] [client 127.0.0.1] Symbolic link not allowed or link target not accessible: /Users/tom/sites The directory is configured as: <Directory "/Users/tom/sites/c1/public"> Options Indexes FollowSymLinks MultiViews Order allow,deny Allow from all </Directory> I don''t believe it is a permissions error, I gave 777 permissions on the folder being logged just in case. Nothing has changed except for changing out gemsets. What could cause this message? Thanks, Tom -- 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.
Just a guess: "sites" is not capitalized in your path and it is in OSX. **Leigh>I am using the default Apache install that comes with OSX and Passenger >3.0.6. Everything was working fine and then today I started getting the >error: > >[Fri May 27 09:00:58 2011] [error] [client 127.0.0.1] Symbolic link not >allowed or link target not accessible: /Users/tom/sites > >The directory is configured as: > > <Directory "/Users/tom/sites/c1/public"> > Options Indexes FollowSymLinks MultiViews > Order allow,deny > Allow from all > </Directory> >-- 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.
Thanks, I did try changing that with no joy. Anything else you can think of? On Fri, May 27, 2011 at 12:49 PM, Leigh Daniels <leighdaniels42-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote:> Just a guess: "sites" is not capitalized in your path and it is in OSX. > > **Leigh > > >I am using the default Apache install that comes with OSX and Passenger > >3.0.6. Everything was working fine and then today I started getting the > >error: > > > >[Fri May 27 09:00:58 2011] [error] [client 127.0.0.1] Symbolic link not > >allowed or link target not accessible: /Users/tom/sites > > > >The directory is configured as: > > > > <Directory "/Users/tom/sites/c1/public"> > > Options Indexes FollowSymLinks MultiViews > > Order allow,deny > > Allow from all > > </Directory> > > > > > -- > 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. > >-- 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.
I figured out the problem. I was using a symbolic link for the sites folder that pointed to a location in my dropbox. For some reason Apache doesn''t like that anymore. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/c0gzNkw5Rlo1a1VK. 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.