HTTP Log Files |
Top |
The SOAP/AM Server logs all HTTP activity in log files. The log files are stored in the VFS folder "/logs/http". A separate log file is created for each day's activity. The name of each file is exyyyymmdd.log where yyyy, mm and dd represent the year, month and day that file was created and the date that all the activity in the log occurred. You can enable or disable HTTP logging on the Server General Settings page.
The log file format conforms to the World Wide Web Consortium's W3C Extended Log File Format Working Draft. This format is commonly supported by log file analysis tools. Refer to http://www.w3.org/pub/WWW/TR/WD-logfile-960323.html for details. Here's a sample log:
#Software: NuWave Technologies SOAP/AM(tm) Server - Version 1.0 #Version: 1.0 #Date: 2003-04-01 00:00:00 #Fields: date time c-ip cs-username s-ip s-port cs-method cs-uri-stem cs-uri-query sc-status sc-bytes cs(User-Agent) x(nsk-process-Name) x(nsk-group-user) 2003-04-01 01:01:01 192.168.168.66 - 192.168.168.100 8080 PROPFIND / - 401 3700 Microsoft+Data+Access+Internet+Publishing+Provider+DAV \NWTI.$SOAP 1,1 2003-04-01 01:01:01 192.168.168.66 Administrator 192.168.168.100 8080 PROPFIND / - 207 717 Microsoft+Data+Access+Internet+Publishing+Provider+DAV \NWTI.$SOAP 1,1 2003-04-01 01:01:01 192.168.168.66 Administrator 192.168.168.100 8080 PROPFIND / - 207 5194 Microsoft+Data+Access+Internet+Publishing+Provider+DAV \NWTI.$SOAP 1,1 2003-04-01 01:01:03 192.168.168.66 - 192.168.168.100 8080 PROPFIND /logs - 401 3704 Microsoft+Data+Access+Internet+Publishing+Provider+DAV \NWTI.$SOAP 1,1 2003-04-01 01:01:03 192.168.168.66 Administrator 192.168.168.100 8080 PROPFIND /logs - 207 725 Microsoft+Data+Access+Internet+Publishing+Provider+DAV \NWTI.$SOAP 1,1 2003-04-01 01:01:03 192.168.168.66 Administrator 192.168.168.100 8080 PROPFIND /logs - 207 1885 Microsoft+Data+Access+Internet+Publishing+Provider+DAV \NWTI.$SOAP 1,1 2003-04-01 01:01:08 192.168.168.66 - 192.168.168.100 8080 PROPFIND /logs/http - 401 3709 Microsoft+Data+Access+Internet+Publishing+Provider+DAV \NWTI.$SOAP 1,1 2003-04-01 01:01:08 192.168.168.66 Administrator 192.168.168.100 8080 PROPFIND /logs/http - 207 1869 Microsoft+Data+Access+Internet+Publishing+Provider+DAV \NWTI.$SOAP 1,1 2003-04-01 01:01:10 192.168.168.66 - 192.168.168.100 8080 GET /services/samples/echoString/echoString.html - 200 3012 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.0) \NWTI.$SOAP 1,1 2003-04-01 01:01:11 192.168.168.66 - 192.168.168.100 8080 POST /services/samples/echoString/echoString - 200 368 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.0) \NWTI.$SOAP 1,1 2003-04-01 01:01:22 192.168.168.66 - 192.168.168.100 8080 GET /logs/http/ex20030401.log - 401 3724 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.0) \NWTI.$SOAP 1,1 2003-04-01 01:01:22 192.168.168.66 - 192.168.168.100 8080 GET /logs/http/ex20030401.log - 401 3724 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.0) \NWTI.$SOAP 1,1
|