Changes between Version 2 and Version 3 of web_server_logs


Ignore:
Timestamp:
Mar 19, 2008, 7:05:28 PM (16 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • web_server_logs

    v2 v3  
    66}}}
    77
    8 In that directory, the file named `web.log` is the most recent log, `web.log.1` is from the previous full week, and `web.log.2.gz`, `web.log.3.gz`, etc. are compressed logs from previous weeks.
     8In that directory, the file named `web.log` is the most recent log, `web.log.1` is from the previous full week, and `web.log.2.gz`, `web.log.3.gz`, etc. are compressed logs from previous weeks. In addition, you will see error.log, which has the same naming convention. The web.log files are "access" logs - meaning they have a line for every item on your web site that was requested. The error log shows errors that were encountered.
     9
     10If you don't see any files called error.log, you will need to add the following line to your Web Config in the [https://members.mayfirst.org/cp Members Control Panel]. Replace MEMBER-NAME with your member name and DOMAIN-NAME with your domain name:
     11
     12{{{
     13ErrorLog /home/members/MEMBER-NAME/sites/DOMAIN-NAME/logs/error.log
     14}}}
    915
    1016== Other possibilities ==