 |
 |
how can I monitor who accesses my website?
|
 |
|
 |
|
Junior Member
Join Date: Jan 2003
Status:
Offline
|
|
|
|
|
|
| |
|
|
|
 |
|
 |
|
Professional Poster
Join Date: Apr 2001
Location: Long Beach, CA
Status:
Offline
|
|
dude. don't waste our time with a link to another board like that. Ask the question or don't.
|

ACSA 10.4/10.3, ACTC 10.3, ACHDS 10.3
|
| |
|
|
|
 |
|
 |
|
Junior Member
Join Date: Jan 2003
Status:
Offline
|
|
|
|
|
|
| |
|
|
|
 |
|
 |
|
Posting Junkie
Join Date: Feb 2000
Location: Washington, DC
Status:
Offline
|
|
it's just bad form to try to get us to go to another board. Many of us are MacNN only, and we like it that way...
If you want to ask the question here, feel free...
|
|
|
| |
|
|
|
 |
|
 |
|
Dedicated MacNNer
Join Date: Nov 1999
Status:
Offline
|
|
dude--dont waste his time with a reply like that. answer the question or dont.
to monitor access to your website open these two files:
/var/log/httpd/access_log
/var/log/httpd/error_log
as a tip i make shorcuts to these docs in my favorites folder. i then open the Console app (in /Applications/Utilities) and then open these two files from the Favorites folder.
ppmax
|
|
|
| |
|
|
|
 |
|
 |
|
Junior Member
Join Date: Jan 2003
Status:
Offline
|
|
thanks a lot for telling me where the files were and how to open them, i dind't know that (I only have a winbox right now).
Now, are there any GUI apps that put this info into graphs and charts and stuff? I would love something like that because I am planning on starting a website and monitoring visitors/activity is very important.
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Dec 2001
Location: Atlanta, GA, USA
Status:
Offline
|
|
|
|
|
Mac Pro 2x 2.66 GHz Dual core, Apple TV 160GB, two Windows XP PCs
|
| |
|
|
|
 |
|
 |
|
Forum Regular
Join Date: Jan 2001
Location: Sacramento, CA, USA USA USA
Status:
Offline
|
|
There was a thread about a month back in the 'server' macnn forum. A guy there gave good directions on setting up webalizer
|
|
daveninja.com
|
| |
|
|
|
 |
|
 |
|
Banned
Join Date: Aug 2002
Status:
Offline
|
|
Originally posted by ppmax:
dude--dont waste his time with a reply like that. answer the question or dont.
to monitor access to your website open these two files:
/var/log/httpd/access_log
/var/log/httpd/error_log
as a tip i make shorcuts to these docs in my favorites folder. i then open the Console app (in /Applications/Utilities) and then open these two files from the Favorites folder.
ppmax
Good call ppmax...I love your reply 
|
|
|
| |
|
|
|
 |
|
 |
|
Registered User
Join Date: Sep 2000
Location: Cardiff, UK
Status:
Offline
|
|
Originally posted by ppmax:
dude--dont waste his time with a reply like that. answer the question or dont.
to monitor access to your website open these two files:
/var/log/httpd/access_log
/var/log/httpd/error_log
as a tip i make shorcuts to these docs in my favorites folder. i then open the Console app (in /Applications/Utilities) and then open these two files from the Favorites folder.
ppmax
Where are these files located? I've tried searching for them but no luck.
Thanks for any help.
DAlex
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Mar 2001
Status:
Offline
|
|
Originally posted by DAlex:
Where are these files located? I've tried searching for them but no luck.
Thanks for any help.
DAlex
Um, the files are located at:
/var/log/httpd/access_log
/var/log/httpd/error_log
|
|
|
| |
|
|
|
 |
|
 |
|
Registered User
Join Date: Sep 2000
Location: Cardiff, UK
Status:
Offline
|
|
Originally posted by piracy:
Um, the files are located at:
/var/log/httpd/access_log
/var/log/httpd/error_log
um, thank you, but um, as I said I've searched for them but cannot find them.
What I wanted to know, and probably should have made clear, is the whole path. Where is /var located for example (or where should it be).
Thanks
DAlex
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Jul 2002
Status:
Offline
|
|
I suggest you open your terminal. That'd be a start because you can't possibly not know where that folder is. Var is at the root of your hd. Might also want to take the chance and do "cd / ; ls" so you know where evrything is.
|
|
-"I don't believe in God. "
"That doesn't matter. He believes in you."
-"I'm not agnostic. Just nonpartisan. Theological Switzerland, that's me."
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: May 2002
Status:
Offline
|
|
Originally posted by DAlex:
um, thank you, but um, as I said I've searched for them but cannot find them.
What I wanted to know, and probably should have made clear, is the whole path. Where is /var located for example (or where should it be).
Thanks
DAlex
That is, indeed, the full path.
access_log is in httpd
httpd is in log
the log bone is connected to the var bone
and var is in /, the root of the filesystem - what you get if you open "Macintosh HD" or whatever your main hard drive is called. Do "Go to Folder.." in the Finder and enter "/var/log/httpd/" exactly like that.
|
|
[vash:~] banana% killall killall
Terminated
|
| |
|
|
|
 |
|
 |
|
Registered User
Join Date: Sep 2000
Location: Cardiff, UK
Status:
Offline
|
|
Originally posted by Gul Banana:
That is, indeed, the full path.
access_log is in httpd
httpd is in log
the log bone is connected to the var bone
and var is in /, the root of the filesystem - what you get if you open "Macintosh HD" or whatever your main hard drive is called. Do "Go to Folder.." in the Finder and enter "/var/log/httpd/" exactly like that.
Cheers! Thanks for that, as a newb to things like this that was great.
Thanks again
DAlex
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Mar 2001
Location: Minneapolis, MN
Status:
Offline
|
|
i like doing tail -f /var/log/httpd/access_log in the terminal... it keeps running and shows you hits as they come up in real time
|
|
|
| |
|
|
|
 |
 |
|
 |
|
|
|
|
|

|
|
 |
Forum Rules
|
 |
 |
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is Off
|
|
|
|
|
|
 |
 |
 |
 |
|
 |
|