Hi guys.<br>

<br>

I am creating a yum repo using apache and have copied all the rpm files into a dir and everything seems to go fine.<br>

<br>

However when try to access the file <a href="http://localhost/yum/Fedora/Core/4/base/perl-5.8.6-15.i386.rpm" target="_blank">http://localhost/yum/Fedora/Core/4/...8.6-15.i386.rpm</a><br>

i always get an access denied error.<br>

<br>

all the other files in the directory access filne, and i have given all
permissions to that particular file in an attempt to get apache working.<br>

<br>

Is there anything i have missed or is this a known apache bug and will just have to live with it?<br>

<br>

The apache log has entries <br>

[Sun Feb 12 14:10:04 2006] [error] [client <a href="http://127.0.0.1">127.0.0.1</a>] (13)Permission
denied: access to /yum/Fedora/Core/4/base/perl-5.8.6-15.i386.rpm denied<br>

<br>

the file permissions are set at<br>

-rwsrwxrwt  1 geekbox root 11766129 Feb 12 12:51 perl-5.8.6-15.i386.rpm<br>

<br>

Regards<br>

Dan