Access Logs

"I can't find my access log!"

They are in /wwws/logs/. So, the access log for yourdomain.com is in /wwws/logs/yourdomain-access-log.

Here's how to view your access file:

1) Make sure you are connected to the internet
2) Click on the START MENU
3) Select Run
4) In the Open field enter "telnet" followed by your domain name, then click "OK"
5)When the telnet window pops up, enter your login name and password when prompted
6) When logged in, type "pico /wwws/logs/yourdomain-access-log".  For example, if your domain name is company.com you should type in "pico /wwws/logs/company-access-log"


"What is the format of my access log?"

     They are kept in the Common Log Format, like nearly all access logs from recent WWW servers are. Briefly, that format is:
host ident authuser date request status bytes

     We only keep active logs for the current month and the past two months. If you would like older logs, they can be found in /wwws/logs/month - where month is something like sept96. You will need to copy your compressed file into your directory and uncompress it with "gunzip".

  

Back To Top