and it took me too long to figure out how to fix it:
Symbolic link not allowed or link target not accessible: /opt/gforge5/plugins/scmbzr
Where in my case /opt/gforge5/plugins/scmbzr is a symlink to somewhere else.
I checked and rechecked all my permissions, but nothing worked.
So eventually it turns out that for every directory in the path where you have symlinks, you need something like:
<directory>
Options FollowSymLinks
</directory>
(because I have a symlink in plugins called scmbzr)
Thanks a LOT to Ivan Van Laningham who mentioned this on some mailinglist:
http://www.mail-archive.com/mailman-users@python.org/msg44430.html
Ugh... I can't believe it was something that simple. Literally one line in one of my directives.
ReplyDeleteThanks a ton for your tip which got my mental gears cranking.
so that works for me for a file in a directory, but not for an entire directory
ReplyDeleteThanks for the tip......the followsymlink option was everywhere but the cgi-bin directory directive in the main httpd.conf file..
ReplyDeletethanks.
thanks a lot, it worked like charm..
ReplyDelete