Fossology Installation client denied

Disclaimer: Dieser Thread wurde aus dem alten Forum importiert. Daher werden eventuell nicht alle Formatierungen richtig angezeigt. Der ursprüngliche Thread beginnt im zweiten Post dieses Threads.

Fossology Installation client denied
hi guys
after installation and visiting hocalhost/repo, i met such a problem found in error_log of httpd:

client denied by server configuration: /usr/local/share/fossology/www/ui

i had copied the sample configuration to /etc/httpd/conf/httpd.conf as:

ServerRoot "/etc/httpd"

# FOSSology example apache config

Alias /repo /usr/local/share/fossology/www/ui

<Directory "/usr/local/share/fossology/www/ui">
        AllowOverride None
        Options FollowSymLinks MultiViews

        <IfVersion < 2.3>
                order deny,allow
                allow from all
        </IfVersion>
        <IfVersion >= 2.3>
                Require all granted
        </IfVersion>

        # uncomment to turn on php error reporting
        #php_flag display_errors on
        #php_value error_reporting 2039
</Directory>

how to solve this problem?