Author: jfthomps
Date: Thu Mar 14 16:39:55 2013
New Revision: 1456517

URL: http://svn.apache.org/r1456517
Log:
doing some debugging (8)

Modified:
    vcl/site/trunk/content/downloads/test1.cgi

Modified: vcl/site/trunk/content/downloads/test1.cgi
URL: 
http://svn.apache.org/viewvc/vcl/site/trunk/content/downloads/test1.cgi?rev=1456517&r1=1456516&r2=1456517&view=diff
==============================================================================
--- vcl/site/trunk/content/downloads/test1.cgi (original)
+++ vcl/site/trunk/content/downloads/test1.cgi Thu Mar 14 16:39:55 2013
@@ -2,5 +2,11 @@
 # 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/test2.cgi $*
+
+echo Content-type: text/plain
+echo ""
+
+echo "testing"
+
+#cd /www/vcl.apache.org/content/downloads
+#/www/vcl.apache.org/content/downloads/test2.cgi $*


Reply via email to