Guenter,

  see the logic in (top level) Makefile.apxs which invokes the
build/addloadexample.awk script (I recall you can rely on an awk
being present.)

  Rather than loading the module inside extra/ftpd.conf, I coupled
it in 'in the style of' the other extra/*.conf sections, and the new
awk script finds the first blank after the LoadModule sequence to fill
in the blank, and appends the #Include extra/ftpd.conf statement to
the very end of the httpd.conf.

  Any concerns with my new approach?

  FYI - the example cwd module is really cheesy, really we don't need
or want to build or install that by default.

Bill

[EMAIL PROTECTED] wrote:
Author: fuankg
Date: Mon Dec 17 18:20:33 2007
New Revision: 605066

URL: http://svn.apache.org/viewvc?rev=605066&view=rev
Log:
added placeholder for module load.

--- httpd/mod_ftp/trunk/docs/conf/extra/ftpd.conf (original)
+++ httpd/mod_ftp/trunk/docs/conf/extra/ftpd.conf Mon Dec 17 18:20:33 2007
@@ -2,6 +2,8 @@
 # Sample configuration file for the FTP protocol module.
 #########################################################################
+#@@LoadModule@@
+
 #########################################################################
 # Basic setup
 #########################################################################





Reply via email to