Sha256: 7142945d3e54ffafb878a67e8ef993831baa8079dbc59af50e474d5fe0a4c95e

Contents?: true

Size: 607 Bytes

Versions: 4

Compression:

Stored size: 607 Bytes

Contents

# zena apache2 logrotate configuration for <%= config[:host] %>
# automatically generated file

<%= config[:sites_root] %>/<%= config[:host] %>/log/apache2.access.log {
  weekly
  missingok
  rotate 52
  compress
  delaycompress
  notifempty
  create 640 www-data www-data
  copytruncate
  sharedscripts
  prerotate
  /usr/lib/cgi-bin/awstats.pl -update -config=<%= config[:host] %>
  endscript
}

<%= config[:sites_root] %>/<%= config[:host] %>/log/apache2.error.log {
  weekly
  missingok
  rotate 52
  compress
  delaycompress
  notifempty
  create 640 www-data www-data
  copytruncate
  sharedscripts
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
zena-1.2.8 lib/zena/deploy/logrotate_host.rhtml
zena-1.2.7 lib/zena/deploy/logrotate_host.rhtml
zena-1.2.6 lib/zena/deploy/logrotate_host.rhtml
zena-1.2.5 lib/zena/deploy/logrotate_host.rhtml