~cyphermox/ubuntu/lucid/nginx/merge_0.7.64-2_lp513099

« back to all changes in this revision

Viewing changes to src/http/modules/ngx_http_log_module.c

  • Committer: Bazaar Package Importer
  • Author(s): Fabio Tranchitella
  • Date: 2008-02-10 17:57:57 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20080210175757-n8uesiel5a7j2wma
Tags: 0.5.35-2
debian/init.d: do not break if start-stop-daemon exits with an error.
(Closes: #464453)

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
 
115
115
    { ngx_string("access_log"),
116
116
      NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_HTTP_LIF_CONF
117
 
                        |NGX_CONF_TAKE123,
 
117
                        |NGX_HTTP_LMT_CONF|NGX_CONF_TAKE123,
118
118
      ngx_http_log_set_log,
119
119
      NGX_HTTP_LOC_CONF_OFFSET,
120
120
      0,