[Rails] Re: Apache + Passenger on OSX
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...@themolehill.com> 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@googlegroups.com.
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.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home