今天项目需求要弄个vsftpd,根据以前的配置加了下, 在启动的时候居然出现错误,瞬间蛋碎一地了:
[root@mail vsftpd]# /etc/init.d/vsftpd restart Shutting down vsftpd: [FAILED] Starting vsftpd for vsftpd: 500 OOPS: missing value in config file for: [FAILED]
经查证发现是配置文件 /etc/vsftpd/vsftpd.conf 中其中一行的开头使用了 Tab ,删除其中Tab后,启动果断正常了。
原文地址:http://www.neant.ro/2012/04/secure-ftp-with-vsftpd/
本文出自 “寻找信仰” 博客,请务必保留此出处http://lfsoul.blog.51cto.com/4531530/1581531
vsftpd: 500 OOPS: missing value in config file 解决方法
原文地址:http://lfsoul.blog.51cto.com/4531530/1581531