Tiger Technologies Technical Support

How do I view the "raw access log files" for my Web site?

This page is showing a generic answer. To see a more
specific answer, please type your domain name below:

If you're an advanced user and you would like to use your own Web statistics program, or you need to see the technical details of every connection made to your Web site for some other reason, you can access or view the "raw" access log files yourself. These are the somewhat cryptic files generated by the Apache Web server that show each "hit" to your site.

The log files are generated daily. The previous day's log files are usually available by 4 AM Pacific time.

Note that the files we provide are copies of the Apache "access.log" files. There's currently no way to see the server's separate "error.log" files, unfortunately.

Accessing the raw log files

One way to get access to these files is to download them using an FTP program. To do so, create an additional FTP account that has access to your "Web server logs directory", then connect to our server using that FTP account.

Alternately, if you're installing your own statistics program as a CGI script on our server, the raw log files can be found in the "logs" directory of your home directory.

It's also possible to download the logs using SFTP or "scp", if you're familiar with those tools and comfortable making ssh connections.

The log files are in gzip (.gz) format. Gzip is the standard Unix compression format; you can decompress it with programs like WinZip on Windows or Stuffit Expander on the Macintosh. Many Web statistics programs are able to work directly with gzip files, even if you don't decompress them.

Search


Related Topics

AWStats

Additional FTP Accounts

Using Custom Scripts

SFTP (Secure FTP)

Unix Shell (telnet and SSH) Access