| View previous topic :: View next topic |
| Author |
Message |
peepo
Joined: 15 Dec 2007 Posts: 88
|
Posted: Wed Nov 25, 2009 8:47 pm Post subject: Some things in my log file - what do they mean? |
|
|
Hello, I have been looking through my error log files & found some things I did not do myself. Is someone trying to access my server?
INFO fserve/fserve.c checking for file /7.html (./web/7.html)
WARN fserve/fserve.c req for file "./web/7.html" No such file or directory
INFO fserve/fserve.c checking for file /listen;18961042704103stream.nsv (./web/listen;11361045204103stream.nsv)
WARN fserve/fserve.c req for file "./web/listen;18961042704103stream.nsv" No such file or directory
What is this web/7.html file and who keeps requesting it?
Also what is this 18961042704103stream.nsv and who keeps requesting it?
Thanks |
|
| Back to top |
|
 |
peepo
Joined: 15 Dec 2007 Posts: 88
|
Posted: Wed Nov 25, 2009 8:50 pm Post subject: |
|
|
Also
INFO fserve/fserve.c checking for file /listen.smi (./web/listen.smi)
WARN fserve/fserve.c req for file "./web/listen.smi" No such file or directory
What is this listen.smi and who keeps requesting it?
Thanks |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Thu Nov 26, 2009 2:05 am Post subject: |
|
|
7.html is something some apps expect from a shoutcast server. The bizarre ....;1234567890stream.nsv is from flash trying to deal with shoutcast and their weird extension handling. As to what the number represents I don't know, it's not generated by us in any way
karl. |
|
| Back to top |
|
 |
peepo
Joined: 15 Dec 2007 Posts: 88
|
Posted: Sat Dec 05, 2009 3:04 am Post subject: |
|
|
Hello Karl thanks for the reply
Ok phew, I though someone was trying to access my server.
I found this weird code today also
WARN util/util.c Rejecting invalid path "//listen/streaminfo.xml"
Do you know who is requesting this one?
And also do you know what the smi one is?
Thanks |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Sat Dec 05, 2009 5:19 am Post subject: |
|
|
I'm not sure what is requesting the streaminfo.xml but that is probably rejected because of the // at the beginning. smi will be for the w3c smil format.
karl. |
|
| Back to top |
|
 |
peepo
Joined: 15 Dec 2007 Posts: 88
|
Posted: Mon Dec 07, 2009 8:57 pm Post subject: |
|
|
Thanks  |
|
| Back to top |
|
 |
|