From: TJ S. <cas...@us...> - 2010-01-05 16:58:30
|
Update of /cvsroot/pdd/www.proftpd.org/docs/howto In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv30206 Modified Files: Controls.html Log Message: Updating website copy of Controls howto. Index: Controls.html =================================================================== RCS file: /cvsroot/pdd/www.proftpd.org/docs/howto/Controls.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** Controls.html 17 Aug 2007 00:11:26 -0000 1.1 --- Controls.html 5 Jan 2010 16:58:19 -0000 1.2 *************** *** 29,33 **** <code>ftpdctl</code>, is distributed with ProFTPD; <code>ftpdctl</code> is a Controls client. The server side of the Controls functionality is the ! <a href="http://www.castaglia.org/proftpd/modules/mod_ctrls.html"><code>mod_ctrls</code></a> module, which is compiled into a <code>proftpd</code> daemon when the <em>--enable-ctrls</em> configure option is used. Note, however, that the Controls functionality only works for <code>proftpd</code> daemons --- 29,33 ---- <code>ftpdctl</code>, is distributed with ProFTPD; <code>ftpdctl</code> is a Controls client. The server side of the Controls functionality is the ! <a href="http://www.proftpd.org/docs/modules/mod_ctrls.html"><code>mod_ctrls</code></a> module, which is compiled into a <code>proftpd</code> daemon when the <em>--enable-ctrls</em> configure option is used. Note, however, that the Controls functionality only works for <code>proftpd</code> daemons *************** *** 246,250 **** The <code>mod_ctrls</code> module, by itself, is rather unexciting. Other modules, such as <code>mod_ctrls_admin</code>, provide more interesting ! and useful control actions: <ul> <li><code>debug</code> --- 246,250 ---- The <code>mod_ctrls</code> module, by itself, is rather unexciting. Other modules, such as <code>mod_ctrls_admin</code>, provide more interesting ! and useful control actions, including: <ul> <li><code>debug</code> *************** *** 256,263 **** <li><code>status</code> <li><code>stop</code> </ul> These actions provide basis administrative control over the running <code>proftpd</code> daemon; see the <code>mod_ctrls_admin</code> ! <a href="http://www.castaglia.org/proftpd/modules/mod_ctrls_admin.html">documentation</a> for more information. <p> --- 256,264 ---- <li><code>status</code> <li><code>stop</code> + <li><code>trace</code> </ul> These actions provide basis administrative control over the running <code>proftpd</code> daemon; see the <code>mod_ctrls_admin</code> ! <a href="http://www.proftpd.org/docs/contrib/mod_ctrls_admin.html">documentation</a> for more information. <p> |