apache symboliclink

Ryan Schmidt ryandesign at macports.org
Sat Sep 19 23:35:47 PDT 2009


On Sep 20, 2009, at 01:12, S. M. Ibrahim (Lavlu) wrote:

> i am using macports for apache+mysql+php for last 1 year + . i use
> symbolic link to project folder , those are hosted on my user folder.
> it's going fine. but from last few days (maybe after sudo port upgrade
> outdated) all the projects hosted with symbolick link is showing
> forbidden. i checked httpd.conf and looks fine.

I'm not sure why an upgrade would have affected this. But for each of  
the places that the symlinks point to, do you have a Directory block  
allowing access to them? e.g.

<Directory /place/your/symlink/points/to>
    Order allow,deny
    Allow from all
</Directory>



More information about the macports-users mailing list