~ubuntu-branches/ubuntu/wily/proftpd-dfsg/wily

« back to all changes in this revision

Viewing changes to doc/contrib/mod_deflate.html

  • Committer: Package Import Robot
  • Author(s): Artur Rona
  • Date: 2014-05-18 10:16:34 UTC
  • mfrom: (50.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20140518101634-omlrnzzqvu8189cl
Tags: 1.3.5~rc4-3ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - debian/patches/powerpc64le.diff:
    + Patch lib/libltdl/m4/libtool.m4 and configure for ppc64el.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!-- $Id: mod_deflate.html,v 1.1 2010/03/10 15:56:58 castaglia Exp $ -->
 
1
<!-- $Id: mod_deflate.html,v 1.3 2013/08/14 21:40:17 castaglia Exp $ -->
2
2
<!-- $Source: /cvsroot/proftp/proftpd/doc/contrib/mod_deflate.html,v $ -->
3
3
 
4
4
<html>
68
68
<strong>Compatibility:</strong> 1.3.0rc1 and later
69
69
 
70
70
<p>
71
 
The <code>DeflateLog</code> directive is used to a specify a log file for
 
71
The <code>DeflateLog</code> directive is used to specify a log file for
72
72
<code>mod_deflate</code> reporting and debugging. The <em>path</em> parameter
73
73
must be the full path to the file to use for logging.  Note that this path must
74
74
<b>not</b> be to a world-writable directory and, unless
90
90
usual steps for using third-party modules in proftpd:
91
91
<pre>
92
92
  ./configure --with-modules=mod_deflate
 
93
</pre>
 
94
To build <code>mod_deflate</code> as a DSO module:
 
95
<pre>
 
96
  ./configure --enable-dso --with-shared=mod_deflate
 
97
</pre>
 
98
Then follow the usual steps:
 
99
<pre>
93
100
  make
94
101
  make install
95
102
</pre>
96
103
 
97
104
<p>
 
105
For those with an existing ProFTPD installation, you can use the
 
106
<code>prxs</code> tool to add <code>mod_deflate</code>, as a DSO module, to
 
107
your existing server:
 
108
<pre>
 
109
  # prxs -c -i -d mod_deflate.c
 
110
</pre>
 
111
 
 
112
<p>
98
113
<hr>
99
114
<h2><a name="Usage">Usage</a></h2>
100
115
 
175
190
<hr><br>
176
191
 
177
192
Author: <i>$Author: castaglia $</i><br>
178
 
Last Updated: <i>$Date: 2010/03/10 15:56:58 $</i><br>
 
193
Last Updated: <i>$Date: 2013/08/14 21:40:17 $</i><br>
179
194
 
180
195
<br><hr>
181
196
 
182
197
<font size=2><b><i>
183
 
&copy; Copyright 2006-2010 TJ Saunders<br>
 
198
&copy; Copyright 2006-2013 TJ Saunders<br>
184
199
 All Rights Reserved<br>
185
200
</i></b></font>
186
201