Author: jfthomps
Date: Thu Mar 14 16:30:00 2013
New Revision: 1456508
URL: http://svn.apache.org/r1456508
Log:
doing some debugging (1)
Modified:
vcl/site/trunk/content/downloads/download.cgi
Modified: vcl/site/trunk/content/downloads/download.cgi
URL:
http://svn.apache.org/viewvc/vcl/site/trunk/content/downloads/download.cgi?rev=1456508&r1=1456507&r2=1456508&view=diff
==============================================================================
--- vcl/site/trunk/content/downloads/download.cgi (original)
+++ vcl/site/trunk/content/downloads/download.cgi Thu Mar 14 16:30:00 2013
@@ -2,5 +2,10 @@
# 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/vcl.apache.org/content/downloads
-/www/vcl.apache.org/content/downloads/mirrors.cgi $*
+
+echo Content-type: text/plain
+
+env
+
+#cd /www/vcl.apache.org/content/downloads
+#/www/vcl.apache.org/content/downloads/mirrors.cgi $*