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">