PDA

View Full Version : all of a sudden, webstats not working?


itembazaar
2-2-04, 11:09 PM
http://itembazaar.com/webstats/

It seem that my Aw Stats are not working, I am not sure why, has anybody else had this problem?

sleepyguy
2-3-04, 07:16 PM
i didnt change a thing... and it jjust stopped working. what the...

user: user
pass: web

looks like its a DNS error?

http://sleepyguy.com/webstats/anyotherentry yields a 404 so what gives?

tbonekkt
2-3-04, 07:23 PM
http://sleepyguy.com/webstats/ works just fine using the username/password you supplied.

sleepyguy
2-3-04, 07:24 PM
dammit... now it works... WHY OF WHY, did it not work. i swear.. it didnt. thanks for checking.

admin, can you delete this thread please?

tbonekkt
2-3-04, 07:25 PM
:)

Using the URL in your first post, I get a 404 too.

sleepyguy
2-3-04, 07:44 PM
http://www.sleepyguy.com/webstats wasnt working, no custom error page of the sort. just displayed a page not available and in the bottom it said something about a dns error.

i guess if i wasnt busy looking through what little of a site i have so far, i wouldnt have freaked out.

EDIT: Cannot find server or DNS Error. thats what it says, and now it doesnt work again.

Croc Hunter
2-3-04, 07:49 PM
It's fine now sleepyguy. Cancel login =

Error - 401
Unauthorized Access

Did you still want this deleted?.

sleepyguy
2-3-04, 07:52 PM
ok cancel yields a 401 but login still does not show the webstats like it shoud

it worked just a moment ago.

user/web

tbonekkt
2-3-04, 07:54 PM
It's working for me still!! :D

Croc Hunter
2-3-04, 07:57 PM
Are you on dial up sleepy? sounds like a flakey connection or depending on your u/username powweb may be backing up your awstats.

:edit:

Statistics of: sleepyguy.com
Last Update: 03 Feb 2004 - 08:42

sleepyguy
2-3-04, 08:02 PM
yeah on the flakey connection. were on t3's behind a crappy proxy at work but i reset IE settings and changed to another proxy that we have and still no go.

oh well, i think its the work computers. if its working for you guys, then it should work for me when i get home.

tbonekkt
2-3-04, 08:03 PM
Actually, I found something funky.

http://www.sleepyguy.com/webstats -- Doesn't work
http://www.sleepyguy.com/webstats/ -- Does work

Same as above without the 'www'.

Skunkboy
2-3-04, 08:04 PM
I don't know if I would blame it on dial-up... perhaps IE settings timing out the page or a firewall somewhere? I'm on dial-up and was able to load it (32k connection right now). At the same time, I guess I can also help to verify it isn't a "region" problem since I'm on the other side of the country.

sleepyguy
2-3-04, 08:06 PM
Originally posted by tbonekkt
Actually, I found something funky.

http://www.sleepyguy.com/webstats -- Doesn't work
http://www.sleepyguy.com/webstats/ -- Does work

Same as above without the 'www'.

YOU ARE THE MAN!!!!

what is up with that? shouldnt it work either way?

tbonekkt
2-3-04, 08:08 PM
Originally posted by sleepyguy
YOU ARE THE MAN!!!!

what is up with that? shouldnt it work either way? LOL - so you weren't going crazy!!

Is sleepyguy.com a second/pointed domain?

sleepyguy
2-3-04, 08:09 PM
negative...

sleepyguy.com is my only domain here on powweb.

sleepyguy
2-3-04, 08:13 PM
heres another AW stat not working thread

http://forum.powweb.com/showthread.php?s=&threadid=32520

http://itembazaar.com/webstats/ works but
http://itembazaar.com/webstats doesnt work

so i guess im not alone.

Mod: Threads Merged

Croc Hunter
2-3-04, 08:16 PM
hmmm.. my htaccess stats work with and without the /

First .htaccess line is

AuthUserFile /www/s/stats/.htpasswd

(of course s/stats is your u/username in OPS)

sleepyguy
2-3-04, 08:27 PM
ok my htpasswd and htaccess file is good.

still doesnt explain why webstats without the trailing / doesnt work.

EDIT: took out the password protection for troubleshooting.
still doesnt work without that /

tbonekkt
2-3-04, 08:29 PM
Originally posted by sleepyguy
still doesnt explain why webstats without the trailing / doesnt work. That is a very good question. Mine works with or without the /

Hmmm....

itembazaar
2-4-04, 02:41 AM
I figured out my problem, well sort of...

Really strange problem w/ .htaccess & aw webstats

I been having problems with aw webstats and i though it was down or something, when I deleted and uploaded my site without htaccess the webstats worked fine. When I uploaded htaccess webstats stoped working.

I have a custom error redirector for my site and this is the code for my htaccess, does anybody know what might be the problem?



quote:
--------------------------------------------------------------------------------
ErrorDocument 505 /pages/error.html
ErrorDocument 408 /pages/error.html
ErrorDocument 400 /pages/error.html
ErrorDocument 401 /pages/error.html
ErrorDocument 500 /pages/error.html
ErrorDocument 403 /pages/error.html
ErrorDocument 501 /pages/error.html
ErrorDocument 404 /pages/error.html
ErrorDocument 502 /pages/error.html
ErrorDocument 405 /pages/error.html
ErrorDocument 503 /pages/error.html
ErrorDocument 301 /pages/error.html
ErrorDocument 504 /pages/error.html
ErrorDocument 415 /pages/error.html
ErrorDocument 302 /pages/error.html

--------------------------------------------------------------------------------


Am I doing something stupid again?