Web Server Setup
VS-S-7 Control of the Web Request Log
HTTP requests logging
Preliminaries
- It is possible to log HTTP requests.
- The log file can be analyzed with the Conductor UI, such as the Analog utility, going to the "System Admin" tab, then to the "Monitor" tab and then to the "Log Viewer" sub-tab.
- HTTP logging is enabled by setting the HTTPLogFile parameter in the [HTTPServer] section of the database INI file.
- The HTTPLogFile must be set to the path of the HTTP server log. For example:
[HTTPServer] .... HTTPLogFile = ./http.log ....
Log file format
CLIENT_IP AUTH_TYPE AUTH_ID [DD/MMM/YYYY:HH:MM:SS +ZZZZ] "HTTP REQUEST" HTTP_RESPONSE CONTENT_LENGTH
Here is an example:
127.0.0.1 Basic test_user [02/May/2001:11:05:25 +0200] "GET / HTTP/1.0" 200 2186
OpenLink Home
Technical Support