瀏覽代碼

drop %O from default LogFormat

because it requires mod_logio to be enabled
tags/v0.37.4
Bernhard M. Wiedemann 7 年之前
父節點
當前提交
81a25d9467
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      apache/vhosts/standard.tmpl

+ 1
- 1
apache/vhosts/standard.tmpl 查看文件

@@ -17,7 +17,7 @@

'LogLevel': site.get('LogLevel', 'warn'),
'ErrorLog': site.get('ErrorLog', '{0}/{1}-error.log'.format(map.logdir, sitename)),
'LogFormat': site.get('LogFormat', '"%h %l %u %t \\\"%r\\\" %>s %O"'),
'LogFormat': site.get('LogFormat', '"%h %l %u %t \\\"%r\\\" %>s"'),
'CustomLog': site.get('CustomLog', '{0}/{1}-access.log'.format(map.logdir, sitename)),

'DocumentRoot': site.get('DocumentRoot', '{0}/{1}'.format(map.wwwdir, sitename)),

Loading…
取消
儲存