local koji server - packages repository

Dan Horák dan at danny.cz
Thu Feb 25 13:49:00 UTC 2010


Doug Reiland píše v Čt 25. 02. 2010 v 08:37 -0500: 
> I changed the httpd/conf.d/kojiweb.conf to
> http://localhost/koji/packages and it didn't help
> 
> If I goto http://koji.fedoraproject.org, and click a package, for
> example 389-ds, I get to the package page without even logging into.
> 
> On my site,
> 
> https://localhost/koji/packages/packageinfo?packageID=6
> 
> Forbidden
> 
> You don't have permission to access /koji/packages/packageinfo on this server.
> Apache/2.2.14 (Fedora) Server at localhost Port 443

I have this section in my kojiweb.conf (I use /opt/koji instead of /mnt/koji)

Alias /packages/ "/opt/koji/packages/"

<Directory "/opt/koji/packages/">
    Options None
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>


Dan




More information about the buildsys mailing list