[CentOS-mirror] directory index forbidden by rule, when i setup
the apache access site
mirror-maintainer at mirror.averse.net
mirror-maintainer at mirror.averse.net
Tue Feb 6 00:51:58 UTC 2007
> On Feb 4, 2007, at 4:05 AM, Kelphon wrote:
>
>> Dear all
>> I have setup a sync with mirror.centos.org at shanghai in china.
>> Then I setup the apache with the following configuration
>> <VirtualHost *:80>
>> ServerName mirror.kingstor.com
>> ServerAlias mirrors.kingstor.com
>> DocumentRoot "/var/ftp/mirror"
>> Options Indexes FollowSymLinks MultiViews
>> <Directory "/var/ftp/mirror/">
You just need to remove the trailing slash in the above line, ie:
<Directory "/var/ftp/mirror">
More information about the CentOS-mirror
mailing list