is there an app for seeing who is where on server?

Booting, installing, newbie
Post Reply
Message
Author
User avatar
bongmaster
Posts: 50
Joined: Sun 18 Dec 2005, 15:49

is there an app for seeing who is where on server?

#1 Post by bongmaster »

i was wondering if there was an app for monitoring in detail who was accessing your webserver, and what they were lookin at (page, image, forum, ect..)

its wasy to see who is on a BBS by the admin panel.. but not your website because it hasnt got that function..

i just want something like TOP that monitors the web traffic from my server.
Last edited by bongmaster on Sun 27 Aug 2006, 00:49, edited 1 time in total.
*Under Renewal*

User avatar
fluxit
Posts: 326
Joined: Sat 24 Jun 2006, 04:14
Location: Ketchikan, AK USA

#2 Post by fluxit »

As most web server connections are temporary(for the duration of the data transfer of a web page or pages,) log analysis is the most common way to see most of what you are referring to. I like AWStats(http://awstats.sourceforge.net/.) I haven't tried it with Puppy yet though.

--Lee

GuestToo
Puppy Master
Posts: 4083
Joined: Wed 04 May 2005, 18:11

#3 Post by GuestToo »

if you are talking about Puppy's built in ghttp, you can set

SERVER_LOGLEVEL = "2"

in httpd.cfg, then run something like this to see what is logged to the acess.log file:

tail -f -s 10 /root/ghttpd/access.log

User avatar
sunburnt
Posts: 5090
Joined: Wed 08 Jun 2005, 23:11
Location: Arizona, U.S.A.

#4 Post by sunburnt »

Or are you refering to security scanning?
You didn't say what kind of "people" you're looking for.
I assumed you ment allowed clients also.

User avatar
bongmaster
Posts: 50
Joined: Sun 18 Dec 2005, 15:49

#5 Post by bongmaster »

i was mainly wanting to see what was being acessed..

i have found that xampp has webaizer.. usefull for load monitoring..

but im after something realtime and file specific..

Eg:..

ip file date time
0.0.0.0. index.php 28.07.06 23:45

as an example, a bit like how top works
*Under Renewal*

User avatar
sunburnt
Posts: 5090
Joined: Wed 08 Jun 2005, 23:11
Location: Arizona, U.S.A.

#6 Post by sunburnt »

So you should change your Subject to: Need server access file logging.

I've wanted file logging for a different purpose, to see what files Linux accesses frequently.
Then put those files in a ramdisk to speed the PC up.

I've never found quite what I'm looking for, if you do let me know & same for me.

Maybe one of the gurus here will point out how to setup a file access daemon that writes logs.
As you & I would like, it'd be nice if the logging could be confined to a dir. or filesystem.

User avatar
bongmaster
Posts: 50
Joined: Sun 18 Dec 2005, 15:49

#7 Post by bongmaster »

sunburnt wrote:So you should change your Subject to: Need server access file logging.

I've wanted file logging for a different purpose, to see what files Linux accesses frequently.
Then put those files in a ramdisk to speed the PC up.

I've never found quite what I'm looking for, if you do let me know & same for me.

Maybe one of the gurus here will point out how to setup a file access daemon that writes logs.
As you & I would like, it'd be nice if the logging could be confined to a dir. or filesystem.
actually someone else changed my subject to wat it is :? dont spose u could change it again to summin more apropriate to wat i really want ;) hehe

its the files rather than the who.. displayed in realtime in a terminal window :)
*Under Renewal*

User avatar
sunburnt
Posts: 5090
Joined: Wed 08 Jun 2005, 23:11
Location: Arizona, U.S.A.

#8 Post by sunburnt »

bongmaster; All you have to do is click the [edit] button in the upper right corner of the post you want to change.
In this case it would be the very first one at the top of the list of posts.
You can change only the ones that you make, I can't change yours.
Just rewrite the Subject line to what you want.

User avatar
bongmaster
Posts: 50
Joined: Sun 18 Dec 2005, 15:49

#9 Post by bongmaster »

true.. had a bad day and not 100 % ;)
*Under Renewal*

Post Reply