Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

odd requests on port 80

  • 22-02-2007 10:35AM
    #1
    Registered Users, Registered Users 2 Posts: 6,265 ✭✭✭


    Hi,
    i've just jumpstarted a solaris machine - and i'm seeing these odd entries in a log

    2007-02-21 23:56:40 127.0.0.1:37441 "GET /server-status?auto" 503 "Unknown host."
    2007-02-21 23:57:10 127.0.0.1:37442 "GET /server-status?auto" 503 "Unknown host."
    2007-02-21 23:57:15 127.0.0.1:37443 "GET /PerfTestApp/PerfServlet" 503 "Unknown host."
    2007-02-21 23:57:20 127.0.0.1:37444 "GET /PerfApp/PerfServlet?username=&password=" 503 "Unknown host."
    2007-02-21 23:57:40 127.0.0.1:37445 "GET /server-status?auto" 503 "Unknown host."
    2007-02-21 23:58:10 127.0.0.1:37446 "GET /server-status?auto" 503 "Unknown host."
    2007-02-21 23:58:15 127.0.0.1:37447 "GET /PerfTestApp/PerfServlet" 503 "Unknown host."
    2007-02-21 23:58:20 127.0.0.1:37448 "GET /PerfApp/PerfServlet?username=&password=" 503 "Unknown host."
    2007-02-21 23:58:41 127.0.0.1:37449 "GET /server-status?auto" 503 "Unknown host."
    2007-02-21 23:59:11 127.0.0.1:37450 "GET /server-status?auto" 503 "Unknown host."
    2007-02-21 23:59:15 127.0.0.1:37451 "GET /PerfTestApp/PerfServlet" 503 "Unknown host."
    2007-02-21 23:59:20 127.0.0.1:37452 "GET /PerfApp/PerfServlet?username=&password=" 503 "Unknown host."
    2007-02-21 23:59:41 127.0.0.1:37453 "GET /server-status?auto" 503 "Unknown host."

    the log is listening on port 80.
    i can't find any clue whats causing the requests. the most obvious google answer is ibm websphere - but thats not installed on the machine.

    any clues/thoughts appreciated.

    david


Comments

  • Registered Users, Registered Users 2 Posts: 2,002 ✭✭✭bringitdown


    Well all the requests are originating from 127.0.0.1 which is the machine itself, anything strange or curious running?

    Perhaps some system monitoring application is responsible as the server-status requests are to mod_status of Apache - which reports the status of the Apache server surprisingly!!

    No idea what Perf* requests are. You can probably track it down using netstat or snoop.


  • Registered Users, Registered Users 2 Posts: 6,265 ✭✭✭MiCr0


    yea, but as its localhost - snoop doesn't show anything


  • Registered Users, Registered Users 2 Posts: 37,485 ✭✭✭✭Khannie


    I'm pretty sure you can make snoop show localhost ports. I think I've done it before on Solaris (though can't remember how, edit: I'm thinking you need to snoop lo0 instead of ce0). I've done it within the last week with ethereal on a linux box.


  • Registered Users, Registered Users 2 Posts: 2,002 ✭✭✭bringitdown


    Linux doesn't have the problem AFAIR ... Solaris and HP/UX don't implement loopback the same way so when pcap tries to open /dev/lo0 it just doesn't work.

    dtrace script that might help:

    http://forum.java.sun.com/thread.jspa?threadID=5075493&tstart=105


  • Registered Users, Registered Users 2 Posts: 6,265 ✭✭✭MiCr0


    problem solved
    it was due to a piece of monitoring software that was checking to see if websphere was running correctly.
    it wasn't installed - and so the webserver on port 80 was logging the request


  • Advertisement
Advertisement