head	1.1;
access;
symbols
	RELEASE_8_3_0:1.1;
locks; strict;
comment	@# @;


1.1
date	2012.03.13.17.02.32;	author mi;	state Exp;
branches;
next	;


desc
@@


1.1
log
@mod_ftp is a FTP Protocol module to serve httpd content over the
FTP protocol (whereever the HTTP protocol could also be used). It
provides both RETR/REST retrieval and STOR/APPE upload, using the
same user/permissions model as httpd (so it shares the same security
considerations as mod_dav plus mod_dav_fs).

WWW: http://httpd.apache.org/mod_ftp/

Feature safe:	yes
@
text
@--- configure.apxs	2009-09-17 14:09:20.000000000 -0400
+++ configure.apxs	2011-06-21 23:58:53.000000000 -0400
@@@@ -117,18 +117,2 @@@@
                            > modules/ftp/ftp_config.h
 fi
-
-echo ""
-echo "Finished, run 'make' to compile mod_ftp"
-echo ""
-echo "Run 'make FTPPORT=8021 install' to install mod_ftp"
-echo "(The default FTPPORT is $FTPPORT if not specified)"
-echo ""
-echo "The manual pages ftp/index.html and mod/mod_ftp.html"
-echo "will be installed to help get you started."
-echo
-echo "The conf/extra/ftpd.conf will be installed as an example"
-echo "for you to work from.  In your configuration file,"
-echo "  `$APXS -q exp_sysconfdir`/`$APXS -q progname`.conf"
-echo "uncomment the line '#Include conf/extra/ftpd.conf'"
-echo "to activate this example mod_ftp configuration."
-
@
