httpconf.txt
上传用户:blenddy
上传日期:2007-01-07
资源大小:6495k
文件大小:1k
源码类别:

数据库系统

开发平台:

Unix_Linux

  1. # This is mostly the same as the default, except for no square brakets around
  2. # the time or the extra timezone info, also added the download time, 3rd from
  3. # the end, number of seconds.
  4. LogFormat "insert into access values ( '%h', '%l', '%u', '%{%d/%b/%Y:%H:%M:%S}t', '%r', %T, %s, %b );"
  5. # The above format ALMOST eleminates the need to use sed, except that I noticed
  6. # that when a frameset page is called, then the bytes transfered is '-', which
  7. # will choke the insert, so replaced it with '-1'.
  8. TransferLog '| su -c "sed "s/, - );$/, -1 );/" | /usr/local/pgsql/bin/psql www_log" nobody'