Getting lots of funny 404s in access-log, like "fphover"

J

jack ganssle

We're using Frontpage on a Linux server which has FP extensions
installed. Every month the access-log has thousands of 404 errors of
the following types:

GET /fphoverBeanInfo.class HTTP/1.1
GET /fphover/class.class HTTP/1.1
GET /fphover$COMClassObject.class HTTP/1.1
GET /favicon.ico HTTP/1.1
GET /default.class HTTP/1.0

We do use hover buttons, which sounds related to the first 3 types.

The pages seem to serve up OK, but I'm baffled by these. Anyone know
what they are, if they're important, and what the fix might be?

Thanks much,
Jack
 
T

Thomas A. Rowe

Just a guest, but maybe the first 3 is because users don't have a Java
Virtual Machine installed.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
K

Kevin Spencer

Not having a JVM would not cause a 404 error, as the server would have no
way of knowing whether the client had the JVM installed, but would only
respond to a request for the applet. I would suspect that the 404 errors
indicate that the Java classes and other items are not in the locations
referenced. A quick way to tell would be to look at the URLs in the log and
see where the actual objects are.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
S

Steve Easton

Kevin,
I get the same errors in my server logs.
I think it's people "fishing" for class files
and such.

I just ignore them.

--
Steve Easton
MS MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
 
K

Kevin Spencer

Well, like I said, it's not difficult to find.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top