You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2007/12/21 22:39:41 UTC

svn commit: r606329 - /httpd/mod_ftp/trunk/docs/conf/extra/ftpd.conf

Author: wrowe
Date: Fri Dec 21 13:39:41 2007
New Revision: 606329

URL: http://svn.apache.org/viewvc?rev=606329&view=rev
Log:
Correct a misquoted logfile name, and move the log formats outside of
this one specific vhost, since they may be recycled for many hosts.

Modified:
    httpd/mod_ftp/trunk/docs/conf/extra/ftpd.conf

Modified: httpd/mod_ftp/trunk/docs/conf/extra/ftpd.conf
URL: http://svn.apache.org/viewvc/httpd/mod_ftp/trunk/docs/conf/extra/ftpd.conf?rev=606329&r1=606328&r2=606329&view=diff
==============================================================================
--- httpd/mod_ftp/trunk/docs/conf/extra/ftpd.conf (original)
+++ httpd/mod_ftp/trunk/docs/conf/extra/ftpd.conf Fri Dec 21 13:39:41 2007
@@ -8,6 +8,8 @@
 # Define the formats for the command log and transfer log
 #########################################################################
 #
+<IfModule mod_log_config.c>
+#
 # The command log has the format "user [x.x.x.x] command"
 # For example: "anonymous [127.0.0.1] CWD /incoming"
 #
@@ -37,6 +39,8 @@
 # 11 service name ('ftp', other)
 # 12 authentication method (bitmask) (0=none 1=rfc931 auth)
 # 13 authenticated user id (if available, '*' otherwise)
+#
+</IfModule>
 
 #########################################################################
 # Basic setup