summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xhttpd/cgi-bin/traceroute37
1 files changed, 35 insertions, 2 deletions
diff --git a/httpd/cgi-bin/traceroute b/httpd/cgi-bin/traceroute
index 190f084..9816c0b 100755
--- a/httpd/cgi-bin/traceroute
+++ b/httpd/cgi-bin/traceroute
@@ -7,7 +7,40 @@
# This source code is available under the license at:
# http://www.w3.org/Consortium/Legal/copyright-software
#
-# $Id: traceroute,v 1.2 1998-08-12 22:12:45 gerald Exp $
+# $Id: traceroute,v 1.3 2001-12-21 23:39:27 gerald Exp $
+#
+
+print <<"EOF";
+Content-Type: text/html
+
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+
+<head>
+ <title>service discontinued</title>
+</head>
+
+<body>
+
+<p>
+ Sorry, the traceroute service that used to be here has been turned off due to
+ abuse. There are a number of other <a
+ href="http://www.google.com/search?q=traceroute">traceroute gateways</a>
+ online, please use one of those instead. (if you are specifically interested
+ in the route from MIT, see <a
+ href="http://jis.mit.edu:8001/cgi-bin/traceroute">TraceRoute from MIT</a>.)
+</p>
+
+<hr>
+<address>
+<a href="http://www.w3.org/People/Gerald/">Gerald Oskoboiny</a><br>
+\$Date: 2001-12-21 23:39:27 $ \
+</address>
+
+</body>
+EOF
+
+exit; # turned off due to abuse; the real script follows:
$| = 1;
@@ -64,7 +97,7 @@ print <<"EOF";
<hr>
<address>
<a href="http://www.w3.org/People/Gerald/">Gerald Oskoboiny</a><br>
-\$Date: 1998-08-12 22:12:45 $ \
+\$Date: 2001-12-21 23:39:27 $ \
</address>
EOF