jerenkrantz 2002/10/27 22:42:45 Added: docs download.cgi xdocs download.cgi Log: Add download.cgi file that does the magic to invoke the site mirrors.cgi script Revision Changes Path 1.1 httpd-site/docs/download.cgi Index: download.cgi =================================================================== #!/bin/sh # Wrapper script around mirrors.cgi script # (we must change to that directory in order for python to pick up the # python includes correctly) cd /www/www.apache.org/dyn/mirrors /www/www.apache.org/dyn/mirrors/mirrors.cgi $* 1.1 httpd-site/xdocs/download.cgi Index: download.cgi =================================================================== #!/bin/sh # Wrapper script around mirrors.cgi script # (we must change to that directory in order for python to pick up the # python includes correctly) cd /www/www.apache.org/dyn/mirrors /www/www.apache.org/dyn/mirrors/mirrors.cgi $*