Skip to content

Commit

Permalink
Make notes about how Controls are affected by ServerType.
Browse files Browse the repository at this point in the history
  • Loading branch information
castaglia committed Mar 16, 2006
1 parent f818476 commit a4ae0ed
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
5 changes: 4 additions & 1 deletion README.controls
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ communicate directly with a running proftpd daemon, making it possible to do
on-the-fly configuration changes and other capabilities. This feature
includes a program called `ftpdctl', for communicating with the daemon from
the command line, and an API that third-party modules can use to extend the
Control commands available to `ftpdctl'.
Control commands available to `ftpdctl'. Note, however, that this
functionality is only available if proftpd is run in standalone mode
(i.e. "ServerType standalone"); proftpd daemons run via inetd/xinetd cannot
support this feature.

To enable support for Controls, use the --enable-ctrls configure option:

Expand Down
10 changes: 7 additions & 3 deletions doc/howto/Controls.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- $Id: Controls.html,v 1.2 2004-11-17 17:58:19 castaglia Exp $ -->
<!-- $Id: Controls.html,v 1.3 2006-03-16 18:06:15 castaglia Exp $ -->
<!-- $Source: /home/proftpd-core/backup/proftp-cvsroot/proftpd/doc/howto/Controls.html,v $ -->

<html>
Expand Down Expand Up @@ -29,7 +29,11 @@
<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.
the <em>--enable-ctrls</em> configure option is used. Note, however, that
the Controls functionality only works for <code>proftpd</code> daemons
whose <code>ServerType</code> is <code>standalone</code>; <code>proftpd</code>
daemons run via inetd/xinetd cannot support Controls and the
<code>ftpdctl</code> program.

<p>
<b>Configuring <code>mod_ctrls</code></b><br>
Expand Down Expand Up @@ -304,7 +308,7 @@

<p>
<hr>
Last Updated: <i>$Date: 2004-11-17 17:58:19 $</i><br>
Last Updated: <i>$Date: 2006-03-16 18:06:15 $</i><br>
<hr>

</body>
Expand Down

0 comments on commit a4ae0ed

Please sign in to comment.