eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTTPApacheFormatAccessLogger':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: HTTPApacheFormatAccessLogger


Inheritance:

   Object
   |
   +--HTTPAccessLogger
      |
      +--HTTPFileAccessLogger
         |
         +--HTTPApacheFormatAccessLogger

Package:
stx:goodies/webServer
Category:
Net-Communication-HTTP-Server
Version:
rev: 1.18 date: 2021/01/20 16:04:27
user: cg
file: HTTPApacheFormatAccessLogger.st directory: goodies/webServer
module: stx stc-classLibrary: webServer

Description:


Generates Apache compatible logs

Apache Format directives:

    %...a:          Remote IP-address
    %...A:          Local IP-address
    %...B:          Bytes sent, excluding HTTP headers.
    %...b:          Bytes sent, excluding HTTP headers. In CLF format
            i.e. a '-' rather than a 0 when no bytes are sent.
    %...c:          Connection status when response was completed.
                    'X' = connection aborted before the response completed.
                    '+' = connection may be kept alive after the response is sent.
                    '-' = connection will be closed after the response is sent.
    %...{FOOBAR}e:  The contents of the environment variable FOOBAR
    %...f:          Filename
    %...h:          Remote host
    %...H           The request protocol
    %...{Foobar}i:  The contents of Foobar: header line(s) in the request
                    sent to the server.
    %...l:          Remote logname (from identd, if supplied)
    %...m           The request method
    %...{Foobar}n:  The contents of note Foobar from another module.
    %...{Foobar}o:  The contents of Foobar: header line(s) in the reply.
    %...p:          The canonical Port of the server serving the request
    %...P:          The process ID of the child that serviced the request.
    %...q           The query string (prepended with a ? if a query string exists,
                    otherwise an empty string)
    %...r:          First line of request
    %...s:          Status.  For requests that got internally redirected, this is
                    the status of the *original* request --- %...>s for the last.
    %...t:          Time, in common log format time format (standard english format)
    %...{format}t:  The time, in the form given by format, which should
                    be in strftime(3) format. (potentially localized)
    %...T:          The time taken to serve the request, in seconds.
    %...u:          Remote user (from auth; may be bogus if return status (%s) is 401)
    %...U:          The URL path requested, not including any query string.
    %...v:          The canonical ServerName of the server serving the request.
    %...V:          The server name according to the UseCanonicalName setting.

copyright

COPYRIGHT (c) 2003 by eXept Software AG All Rights Reserved This software is furnished under a license and may be used only in accordance with the terms of that license and with the inclusion of the above copyright notice. This software may not be provided or otherwise made available to, or used by, any other person. No title to or ownership of the software is hereby transferred.

Class protocol:

defaults
o  clfFormatString
Common Log Format (CLF)

o  defaultFormatString
default is the NCSA Common Log Format

o  ncsaFormatString
NCSA extended/combined log format

o  settingsApplication


Instance protocol:

accessing
o  formatString

o  formatString: aString
Modified (format): / 29-11-2017 / 11:18:58 / cg

actions
o  logAccessFrom: aRequest to: aStreamOrFilename
aStreamOrFilename notNil logging to aStreamOrFilename otherwise
log to instVar logFile

html presentation
o  changeFromRequest: aRequest
Superclass says that I am responsible to implement this method

o  inputFieldsForRequest: aRequest
Superclass says that I am responsible to implement this method

parsing
o  log: aRequest on: outputStream

o  performBackSlashFor: formatStream outStream: outStream request: aRequest

o  performPercentDirectiveFor: formatStream outStream: outStream request: aRequest
The contents of the environment variable FOOBAR



ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 08:39:51 GMT