~ubuntu-branches/ubuntu/quantal/awstats/quantal

« back to all changes in this revision

Viewing changes to docs/awstats_config.html

  • Committer: Package Import Robot
  • Author(s): Sergey B Kirpichev
  • Date: 2012-03-05 15:38:42 UTC
  • Revision ID: package-import@ubuntu.com-20120305153842-4dlqlmmn6v4l3fh9
Tags: 7.0~dfsg-6
* Document pipe's usage in LogFile directive (Closes: #435028)
* Reformat debian/copyright according to accepted DEP5 spec
* Bump up Standards-Version to 3.9.3 (no changes)

Show diffs side-by-side

added added

removed removed

Lines of Context:
274
274
<br># Example: "/var/log/access_log.%YYYY-0%MM-0%DD-0.log"
275
275
<br># Example: "C:/WINNT/system32/LogFiles/W3SVC1/ex%YY-24%MM-24%DD-24.log"
276
276
<br># You can also use a pipe if log file come from a pipe.
277
 
<br># Example: "gzip -d &lt;/var/log/apache/access.log.gz |"
 
277
<br># Example: "gzip -cd /var/log/apache/access.log.gz |"
278
278
<br># If there is several log files from load balancing servers :
279
279
<br># Example: "/pathtotools/logresolvemerge.pl *.log |"
280
280
<br>#
1826
1826
        document.writeln("Last revision: "+date);
1827
1827
</script>
1828
1828
 
1829
 
</body></html>
 
 
b'\\ No newline at end of file'
 
1829
</body></html>