View previous topic :: View next topic |
Author |
Message |
razorbladesmile -
Joined: 27 Apr 2005 Posts: 15 Location: USA
|
Posted: Fri Apr 29, 2005 8:56 am Post subject: Errors in access.log - Need advice! |
|
|
Well, I've managed to get my copy of abyss web server up and running well (with dynamic dns service supplied by dnsexit.com), i've got an ftp server up and running successfully (cereberus ftp server), and i've also got a mail server up and running without a hitch! Lucky me! :)
Now, here's the dumb part that I hate: I keep getting errors in the abyss web server stats page and when i go to access.log to check them out, they're a bunch of 404 and 234(?) errors!
I had this toolbar installed on my firefox browser called 'stumble upon'. You could press a button on it to view a random site in your desired category, and you could vote on the site. I recently uninstalled this toolbar, but for some reason all of the errors in my access.log file are like this:
70.23.227.84 - - [28/Apr/2005:05:40:14 -0400] "GET / HTTP/1.1" 200 1281 "" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3 StumbleUpon/1.9995"
70.23.227.84 - - [28/Apr/2005:05:40:14 -0400] "GET /favicon.ico HTTP/1.1" 404 234 "" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3 StumbleUpon/1.9995"
This happens EVERY SINGLE TIME I view any web page on my server! The ERROR HITS number increments by 1 or 2 errors! Please help me figure out what to do!
I've scanned for spyware/adware with both AdAware and Spybot and I got it all. Why is this happening? :( _________________ Razor |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Fri Apr 29, 2005 9:08 am Post subject: |
|
|
This is probably errors when you had the toolbar installed , today is 4/29/05 so
thats yesturday's news. You should shut down abyss and clear your log. LateR!
Note: The browser checks for a favicon.ico to display an icon by your website so
if you don't have this file , the web server will log favicon.ico as a 404 error. :-)
Sincerely , TRUSTpunk |
|
Back to top |
|
 |
razorbladesmile -
Joined: 27 Apr 2005 Posts: 15 Location: USA
|
Posted: Fri Apr 29, 2005 1:21 pm Post subject: |
|
|
I went over to the Stumble Upon website and read the FAQ. Could what I pasted below be the reason why I'm getting the errors in my access.log?
Q. Why is there stumbleupon in my useragent string?
A. The toolbar adds the StumbleUpon version to your useragent string so we can track and fix problems upgrading between different versions of StumbleUpon. You can turn off this feature by selecting Toolbar Options from your toolbar menu
I've already uninstalled this toolbar, so this shouldn't be happening! _________________ Razor |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Fri Apr 29, 2005 2:27 pm Post subject: |
|
|
Yes , thats exactly whats happening , install the toolbar again and this time turn
the feature off then uninstall the toolbar and than it should fix. Have A Nice Day! |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Fri Apr 29, 2005 4:05 pm Post subject: Re: Errors in access.log - Need advice! |
|
|
razorbladesmile,
There is nothing wrong with this log line:
Code: |
70.23.227.84 - - [28/Apr/2005:05:40:14 -0400] "GET /favicon.ico HTTP/1.1" 404 234 "" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3 StumbleUpon/1.9995"
|
FireFox asked the server for favicon.ico (the little site icon) and the server said there was no such file (404). 234 is not an error code, it is the size in bytes of the error page. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
razorbladesmile -
Joined: 27 Apr 2005 Posts: 15 Location: USA
|
Posted: Fri Apr 29, 2005 5:47 pm Post subject: Re: Errors in access.log - Need advice! |
|
|
aprelium wrote: | razorbladesmile,
There is nothing wrong with this log line:
Code: |
70.23.227.84 - - [28/Apr/2005:05:40:14 -0400] "GET /favicon.ico HTTP/1.1" 404 234 "" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3 StumbleUpon/1.9995"
|
FireFox asked the server for favicon.ico (the little site icon) and the server said there was no such file (404). 234 is not an error code, it is the size in bytes of the error page. |
Thank you for responding. I understand what you're saying, but why is it asking for that? StumbleUpon was uninstalled from my PC. That's what I'm concerned about. It's showing up as errors in my log and on my server statistics page. Is there anyway I can make the server stop asking for this? _________________ Razor |
|
Back to top |
|
 |
razorbladesmile -
Joined: 27 Apr 2005 Posts: 15 Location: USA
|
Posted: Fri Apr 29, 2005 6:44 pm Post subject: |
|
|
You know what I just did? I created a damn favicon here, uploaded it to the root of my site, and added this code to the HTML:
<link rel="shortcut icon" href="favicon.ico" />
Now, I have a damn favicon next to my URL in the address bar and no more errors. If you can't beat 'em, join 'em. ;)
In the future, I'd like to know how to make it stop asking me for this. It never used to before when I was using the previous version of the server.
P.S. I got StumbleUpon to stop showing up in my log by reinstalling the StumbleUpon toolbar, unchecking the option that enables the code to be added to my useragent, then uninstalling the toolbar again. No more Stumble Upon in my access.log. It's unorthodox, but it worked. ;) If anyone else tries to use that toolbar, uncheck that box in the Toolbar Options first before using/uninstalling the program. _________________ Razor |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Sat Apr 30, 2005 1:56 pm Post subject: Re: Errors in access.log - Need advice! |
|
|
razorbladesmile wrote: |
Thank you for responding. I understand what you're saying, but why is it asking for that? StumbleUpon was uninstalled from my PC. That's what I'm concerned about. It's showing up as errors in my log and on my server statistics page. Is there anyway I can make the server stop asking for this? |
This is how FireFox (and modern browsers) works. The server has nothing to do with this behavior. If you don't want to see these lines in your log, simply add /favicon.ico in the "Logging > Do not log requests for" table. The request will be processed by the server (and error 404 will be returned) by it won't be logged. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
razorbladesmile -
Joined: 27 Apr 2005 Posts: 15 Location: USA
|
Posted: Sat Apr 30, 2005 6:00 pm Post subject: Re: Errors in access.log - Need advice! |
|
|
aprelium wrote: | razorbladesmile wrote: |
Thank you for responding. I understand what you're saying, but why is it asking for that? StumbleUpon was uninstalled from my PC. That's what I'm concerned about. It's showing up as errors in my log and on my server statistics page. Is there anyway I can make the server stop asking for this? |
This is how FireFox (and modern browsers) works. The server has nothing to do with this behavior. If you don't want to see these lines in your log, simply add /favicon.ico in the "Logging > Do not log requests for" table. The request will be processed by the server (and error 404 will be returned) by it won't be logged. |
Ok, I'll do this in the future, but this didn't happen when I was using before when I was using IE, so I didn't know what to think.
Anyway, thanks for the advice. That helps a lot! :) _________________ Razor |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Sun May 01, 2005 1:11 pm Post subject: Re: Errors in access.log - Need advice! |
|
|
razorbladesmile wrote: |
Ok, I'll do this in the future, but this didn't happen when I was using before when I was using IE, so I didn't know what to think. |
Because IE will request /favicon.ico only when the visitor bookmarks the page. FireFox requests it for every visit. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
razorbladesmile -
Joined: 27 Apr 2005 Posts: 15 Location: USA
|
Posted: Sun May 01, 2005 9:07 pm Post subject: Re: Errors in access.log - Need advice! |
|
|
aprelium wrote: | razorbladesmile wrote: |
Ok, I'll do this in the future, but this didn't happen when I was using before when I was using IE, so I didn't know what to think. |
Because IE will request /favicon.ico only when the visitor bookmarks the page. FireFox requests it for every visit. |
I love it when I have a problem and the answer gets figured out! It's sometimes better than just having everything work right out of the box. I really feel like I've learned something that way.
Thanks for all your help, guys! :) _________________ Razor |
|
Back to top |
|
 |
|