Okay figured it out...

Strange solution:

Open /etc/apache2/httpd.conf

Replace:

<Directory />
    Options FollowSymLinks
    AllowOverride None
    Order deny,allow
    Deny from all
</Directory>

with:

<Directory />
    Options FollowSymLinks
    AllowOverride None
    #Order deny,allow
    #Deny from all
</Directory>

Not sure why this is causing the issue, but it solved it immediately.
Thanks goes to 
http://discussions.apple.com/thread.jspa?threadID=1195856&tstart=0
where I found the suggestion.

- Keith

On May 16, 5:59 pm, Keith <[EMAIL PROTECTED]> wrote:
> The chmod command had no effect and the chown command said that www-
> data is an invalid argument.
>
> Thank you for your continued help.  Once I get this figured out I'll
> add a blog post about getting 1.1 set up on OS X Leopard.
>
> - Keith
>
> On May 16, 9:32 am, "Nicolas Perriault" <[EMAIL PROTECTED]> wrote:
>
> > 2008/5/16 Keith <[EMAIL PROTECTED]>:
>
> > > That is already in there.
>
> > Yes, sorry I'm blind today.
>
> > So try:
>
> > # chown -R www-data /usr/share/pear/data/symfony/web/sf
> > # chmod -R ugo+r /usr/share/pear/data/symfony/web/sf
>
> > ++
>
> > --
> > Nicolas 
> > Perriaulthttp://prendreuncafe.com-http://symfonians.net-http://sensiolabs.com
> > Phone: +33 660 92 08 76
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" 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/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to