Slashdot Mirror


User: sia

sia's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. www.johnkerry.com = www.georgewbush.com ;-) (IPs) on Bush Website Blocked Outside N. America · · Score: 1

    Now that both www.georgewbush.com & www.johnkerry.com are Akamai'zed they often share same IP address* (Akamai's) - but HTTP GET results from this IP would differ, depending on domain ;-) (like failing from outside US).

    Wed Oct 27 19:30:56 GMT 2004
    tokyo$ host www.georgewbush.com
    www.georgewbush.com is an alias for www.georgewbush.com.edgesuite.net.
    www.georgewbus h.com.edgesuite.net is an alias for a434.g.akamai.net.
    a434.g.akamai.net has address 202.239.172.87
    a434.g.akamai.net has address 202.239.172.88

    tokyo$ host www.johnkerry.com
    www.johnkerry.com is an alias for www.johnkerry.com.edgesuite.net.
    www.johnkerry.co m.edgesuite.net is an alias for a338.g.akamai.net.
    a338.g.akamai.net has address 202.239.172.87
    a338.g.akamai.net has address 202.239.172.96

    tokyo$ telnet 202.239.172.87 80
    Trying 202.239.172.87...
    Connected to 202.239.172.87.
    Escape character is '^]'.
    GET / HTTP/1.1
    Host: www.georgewbush.com

    HTTP/1.1 403 Forbidden
    Server: AkamaiGHost
    Mime-Version: 1.0
    Content-Type: text/html
    Content-Length: 206
    Expires: Wed, 27 Oct 2004 19:46:34 GMT
    Date: Wed, 27 Oct 2004 19:31:34 GMT
    Connection: keep-alive

    <HTML><HEAD>
    <TITLE>Access Denied</TITLE>
    </HEAD><BODY>
    <H1>Access Denied</H1>

    You don't have permission to access
    +"http&#58;&#47;&#47;www&#46;georgewbush&# 46;com&# 47;" on this server.<P>
    </BODY>
    </HTML>
    GET / HTTP/1.1
    Host: www.johnkerry.com

    HTTP/1.1 200 OK
    Server: Apache/1.3.27 (Unix) (Red-Hat/Linux) PHP/4.1.2
    X-Powered-By: PHP/4.1.2
    Content-Type: text/html
    Date: Wed, 27 Oct 2004 19:31:40 GMT
    Content-Length: 1544
    Connection: keep-alive

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

    <html>
    <head>
    <script> ...