SREhttp/2 Manual ||

Auditing and Counting in SREhttp/2

SREhttp/2 provides a number of means for auditing requests and displaying the number of hits.
The SRE2003 auditing mechanism Used to track SRE2003 activity, such as recieving a requests and sending a response in a terse format.
The Common-log file Support for standard (i.e.; Apache style) common log files.
Track requests by selector A database of the number of times, and most recent time, selectors have been requested.
Track requests using SENDFILE SENDFILE is an SRE-utility that sends documents (possibly several in a row), and records successful transfers.
Using the <!-- REPLACE HITS --> SSI The <!-- REPLACE HITS --> SSI displays the current number of hits for the document (that contains this HTML element). It has a few formating, and suppress-augmenting-on-repetitive-hits, features.
Using the COUNTER.REX addon COUNTER.REX is an addon, and an <!-- INTERPRET .. --> SSI, that displays hits. It has numerous options, and can display hits using both graphical and text formats.
Some demos
  • CNTDEMO1.SHT: Demo <!-- REPLACE HITS -->, COUNTER.REX, and other counters -->
  • CNTDEMO2.SHT: Demo <!-- INTERPRET FILE COUNTER.REX --> and TSTDIGIT.CMD
  • DIGSAMPL.SHT: Various graphical digites using <!-- INTERPRET FILE COUNTER.REX --> and TSTDIGIT.CMD