#!/bin/sh

# Custom Mirror Sites for daplugin.build

# If any of the following mirrors is not provided, the default mirror will be used

# DAPlugin mirror
WEBPATH="http://files.daplugin.com"

# Uncomment the following line to use US mirror
# WEBPATH="http://www.daplugin.net/files"

# Apache Mirror
APACHE_MIRROR=http://www.apache.org/dist

# PostgreSQL Mirror
PG_MIRROR=ftp://ftp.us.postgresql.org/pub/mirrors/postgresql/binary

# Ruby Mirror
RUBY_MIRROR=ftp://ftp.ruby-lang.org/pub/ruby

# RubyForge Mirror
GEMS_MIRROR=http://rubyforge.org/frs/download.php/45905

# FastCGI and mod_fastcgi Mirror
FCGI_MIRROR=http://fastcgi.com/dist

# mod_fcgid Mirror
FCGID_MIRROR=http://prdownloads.sourceforge.net/mod-fcgid

