Mysterious Sorry.asp pages in my Apache logs

Discussion in 'Apache' started by z-unit, Aug 15, 2006.

  1. #1
    Hey guys,
    My apache log format is as follows:
    LogFormat "%h %l %u %t \"%r\" %>s %b \"%f\" \"%{Referer}i\" \"%{User-agent}i\"

    Every once in a while I get this weird query:
    66.102.6.136 - - [13/Aug/2006:17:34:12 -0700] "GET /Sorry.asp HTTP/1.0" 200 24432 "/var/www/customerdomains/fasttrack78.com/index.php" "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"

    See "GET /Sorry.asp HTTP/1.0". What is it? I mean I run php pages only. Where is this Sorry.asp coming from?

    Please help.
     
    z-unit, Aug 15, 2006 IP
  2. mkay80

    mkay80 Peon

    Messages:
    24
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Chances are that it could be a really outdated link. Maybe your domain was owned by someone else and they ran asp pages. There could be an old link buried somewhere on the net. This is just my thought!
     
    mkay80, Aug 15, 2006 IP
  3. z-unit

    z-unit Peon

    Messages:
    2
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    They first request a file from the website, get an OK reply. Then somehow they get to this Sorry.asp. I mean, their browser already knows where the website is located, there should be no mistaken links. I really doubt it is what you think.
    Thank you though.
     
    z-unit, Aug 15, 2006 IP
    dynashox likes this.
  4. ThomasNederman

    ThomasNederman Peon

    Messages:
    112
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Do you have a error handling document ? In case you use a error handler like i do, i always generate a 200 reply, whatever document you requests... (and even though i also only use PHP, i would get the same result for sorry.php).
     
    ThomasNederman, Aug 24, 2006 IP