Passenger Problems

15 views
Skip to first unread message

Tom Malone

unread,
Jul 9, 2008, 6:41:22 AM7/9/08
to peep...@googlegroups.com
I followed the screencast for using the mac os x preference pane, and it all worked but now I get a Forbidden message when I got to the site, and I get a permission denied when passenger tries to read my environment.rb file. Is there some permissions stuff i needed to have done.

Thanks in advance

Tom

topfunky

unread,
Jul 31, 2008, 8:30:55 PM7/31/08
to PeepCode
It sounds like you may need a Directory directive that gives Apache
access to files. See 26:26 in the screencast, or make sure you have
something like this in your configuration:

<Directory "/Users/me">
Order allow,deny
Allow from all
</Directory>

You'll also need to restart Apache from the Sharing control panel.

If that doesn't work, you could try restarting from the command line
as mentioned in the Troubleshooting section.

sudo apachctl -k restart

That may show an error that could be useful in figuring out the
problem.

Geoffrey Grosenbach
http://peepcode.com
Reply all
Reply to author
Forward
0 new messages