Mirrors of FreeRADIUS
Germany
http://freeradius.portal-to-web.deA web version of the FTP site.
Greece
ftp://ftp.ntua.gr/pub/net/radius/freeradius.Hosted by the National Technical University of Athens.
http://ftp.cc.uoc.gr/mirrors/ftp.freeradius.org/.
Hosted by the University of Crete / Computer Center.
United Kingdom
ftp://ftp.uk.freeradius.org/pub/radius/Hosted by ftp.plig.org
United States
www.us.freeradius.org, and ftp://ftp.us.freeradius.org/pub/radius/Hosted by starnetusa.net
New mirrors can be set up via:
$ git clone git://git.freeradius.org/www.freeradius.org.git $ cd www.freeradius.org/.git/hooks $ chmod +x post-update $ vi post-update
Delete the line that says exec git-update-server-info, and replace it with the following text:
cd .. unset GIT_DIR git checkout -f refs/tags/public > /dev/null 2>&1
The mirror can be kept up to date via a cron job that runs once a day, and does:
cd /PATH/TO/FILES/www.freeradius.org && git pull origin master:master
Then see the file http.conf.example in the checked out directory for sample Apache configuration.
The world's most popular RADIUS Server.