You need to grant access to /data/www/reviewboard/htdocs
<Directory "/data/www/reviewboard/htdocs">
Order allow,deny
Allow from *
AllowOverride All
</Directory>
t3k76
2010-06-22 15:45:15
You need to grant access to /data/www/reviewboard/htdocs
<Directory "/data/www/reviewboard/htdocs">
Order allow,deny
Allow from *
AllowOverride All
</Directory>
Found the answer from the author of Review Board. The trick is to add
Options FollowSymlinks
in the <Location>
tag that points to the media
directory, because that directory contains symbolic links.
More detail is in this post:
http://groups.google.com/group/reviewboard/browse_thread/thread/6fac4d0041237f15/