Chinaunix首页 | 论坛 | 博客
  • 博客访问: 817954
  • 博文数量: 162
  • 博客积分: 5308
  • 博客等级: 大校
  • 技术积分: 2152
  • 用 户 组: 普通用户
  • 注册时间: 2007-11-15 19:09
个人简介

DevOps让系统管理更轻松。

文章分类

全部博文(162)

文章存档

2014年(28)

2012年(10)

2011年(6)

2009年(60)

2008年(58)

我的朋友

分类: LINUX

2014-02-05 10:36:29

ServerName "XK FTP server"
ServerIdent on "FTP Server ready."
ServerAdmin root@localhost
ServerType standalone
DefaultServer on
AccessGrantMsg "User %u logged in."
DeferWelcome off

DefaultRoot ~ !adm
RootLogin                       off
AuthPAMConfig proftpd
AuthOrder mod_auth_pam.c* mod_auth_unix.c

MaxClients                    30
MaxClientsPerHost             1

IdentLookups off
UseReverseDNS off

DefaultAddress                  10.3.30.43
Port        9999
Umask 022
ListOptions "-a"
MaxInstances 20

User nobody
Group nobody
UseSendfile no

#日志
ScoreboardFile /var/run/proftpd.score
SystemLog /home/ftpsource/logs/proftp.log




umask 000

DenyUser query

 


LogFormat default "%h %l %u %t \"%r\" %s %b"
LogFormat auth "%v [%P] %h %t \"%r\" %s"

此配置文件为生产环境配置,其中对目录权限进行了设置。
阅读(865) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~