Digital Point Forums
iKobo

Go Back   Digital Point Forums > Design & Development > Site & Server Administration > Traffic Analysis
Google Analytics
Log In to view
your analytics

Reply
 
Thread Tools
  #1  
Old Jun 4th 2005, 11:30 am
NewComputer's Avatar
NewComputer NewComputer is offline
of the Nightfall
 
Join Date: May 2004
Location: Canada
Posts: 1,993
NewComputer will become famous soon enoughNewComputer will become famous soon enough
I need some help with server log files....

I have to setup a page where a client can view their log file activities. I have FTP access to their server, but thats it. The log files are there. They want me to set up a page where they can view current log files. My servers use CPanel and include AWstats etc...

I need to set something up for them? Can anyone help...
Reply With Quote
  #2  
Old Jun 4th 2005, 12:16 pm
Bernard's Avatar
Bernard Bernard is offline
of the Nightfall
 
Join Date: May 2004
Location: Friendswood, TX
Posts: 1,527
Bernard is a glorious beacon of lightBernard is a glorious beacon of lightBernard is a glorious beacon of lightBernard is a glorious beacon of lightBernard is a glorious beacon of lightBernard is a glorious beacon of light
If they are competent to d/l the log files, have them d/l the freeware/demo version of FunnelWeb. It's far superior to Awstats.
__________________
Gardening ~ Epilepsy ~
Reply With Quote
  #3  
Old Jun 4th 2005, 12:18 pm
Crazy_Rob's Avatar
Crazy_Rob Crazy_Rob is offline
Red Dragons!
 
Join Date: Jan 2005
Location: Brooklyn
Posts: 13,020
Crazy_Rob has a reputation beyond reputeCrazy_Rob has a reputation beyond reputeCrazy_Rob has a reputation beyond reputeCrazy_Rob has a reputation beyond reputeCrazy_Rob has a reputation beyond reputeCrazy_Rob has a reputation beyond reputeCrazy_Rob has a reputation beyond reputeCrazy_Rob has a reputation beyond reputeCrazy_Rob has a reputation beyond reputeCrazy_Rob has a reputation beyond reputeCrazy_Rob has a reputation beyond repute
They want to view the log files? Or do you want a stats package to process them?
Reply With Quote
  #4  
Old Jun 4th 2005, 12:18 pm
NewComputer's Avatar
NewComputer NewComputer is offline
of the Nightfall
 
Join Date: May 2004
Location: Canada
Posts: 1,993
NewComputer will become famous soon enoughNewComputer will become famous soon enough
The problem is, they are using apache and the log files are setup as one massive access log. Having them download that everyday will consume a massive amount of bandwidth.
Reply With Quote
  #5  
Old Jun 4th 2005, 12:19 pm
NewComputer's Avatar
NewComputer NewComputer is offline
of the Nightfall
 
Join Date: May 2004
Location: Canada
Posts: 1,993
NewComputer will become famous soon enoughNewComputer will become famous soon enough
Quote:
Originally Posted by Crazy_Rob
They want to view the log files? Or do you want a stats package to process them?
They want the 'pretty layout' with referrers, search terms etc...
Reply With Quote
  #6  
Old Jun 4th 2005, 12:33 pm
Bernard's Avatar
Bernard Bernard is offline
of the Nightfall
 
Join Date: May 2004
Location: Friendswood, TX
Posts: 1,527
Bernard is a glorious beacon of lightBernard is a glorious beacon of lightBernard is a glorious beacon of lightBernard is a glorious beacon of lightBernard is a glorious beacon of lightBernard is a glorious beacon of light
If money isn't a problem, I'd recommend looking at Urchin.
__________________
Gardening ~ Epilepsy ~
Reply With Quote
  #7  
Old Jun 4th 2005, 12:48 pm
Crazy_Rob's Avatar
Crazy_Rob Crazy_Rob is offline
Red Dragons!
 
Join Date: Jan 2005
Location: Brooklyn
Posts: 13,020
Crazy_Rob has a reputation beyond reputeCrazy_Rob has a reputation beyond reputeCrazy_Rob has a reputation beyond reputeCrazy_Rob has a reputation beyond reputeCrazy_Rob has a reputation beyond reputeCrazy_Rob has a reputation beyond reputeCrazy_Rob has a reputation beyond reputeCrazy_Rob has a reputation beyond reputeCrazy_Rob has a reputation beyond reputeCrazy_Rob has a reputation beyond reputeCrazy_Rob has a reputation beyond repute
I use Urchin 3, 5 and UTM.

It's a great product.
Reply With Quote
  #8  
Old Jun 4th 2005, 1:31 pm
J.D. J.D. is offline
of the Nightfall
 
Join Date: Nov 2004
Posts: 1,198
J.D. has a spectacular aura aboutJ.D. has a spectacular aura about
Quote:
Originally Posted by NewComputer
The problem is, they are using apache and the log files are setup as one massive access log. Having them download that everyday will consume a massive amount of bandwidth.
You can try getting just the tail of the log file. Keep in mind that this command isn't supported by all FTP servers. Run the ftp utility from the command prompt (the one on Windows doesn't support this syntax, however, MS FTP server does) and execute these commands:

# ftp ftp.my-server.com
...
cd <log file directory>
restart <number -- offset from the start of the file>
get access_log

This should get you the portion of the access_log file starting from the number following the restart command.

Edit: you can also use the reget command - it gets the rest of the file if it already exists in your local folder:

# ftp ftp.my-server.com
...
cd <log file directory>
reget access_log

J.D.

Last edited by J.D.; Jun 4th 2005 at 1:38 pm.
Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Are there any log files on a virtual server? crazyhorse Traffic Analysis 12 Oct 27th 2007 11:17 am
Help Transitioning Optigold to a New Server nuwanet Optigold ISP 8 Jan 18th 2007 2:08 pm
how to insert header/footer server side for existing html files jjdubb Programming 30 Jan 28th 2006 10:54 pm
Working with large server log files Bernard All Other Tools 3 Mar 15th 2005 12:30 am
passthru.php, shtml files, etc. Owlcroft Co-op Advertising Network 3 Dec 20th 2004 3:39 pm


All times are GMT -8. The time now is 5:23 pm.