背景:
阅读新闻
pure-ftp+pureadmin配置及应用
[日期:2012-12-23] 来源:Linux社区 作者:nshao [字体:]
本地yum源配置与lamp的搭建不再详述,安装以下rpm包
[root@localhost Server]# yum -y install httpd php mysql mysql-servermysql-devel php-mysql
[root@localhost ~]# service mysqld start
[root@localhost ~]# chkconfig mysqld on
[root@localhost ~]# mysqladmin -u root -p password '123456'
[root@localhost ~]# service httpd start
[root@localhost ~]# chkconfig httpd on
上传以下文件
安装pure-ftp
[root@localhost pureftp]# tar -zxvf pure-ftpd-1.0.36.tar.gz -C /usr/local/rsc
[root@localhost pureftp]# cd /usr/local/src/pure-ftpd-1.0.36/
[root@localhost pure-ftpd-1.0.36]#./configure \
--prefix=/usr/local/pureftpd \
--with-mysql \
--with-shadow \
--with-pam \
--with-welcomemsg \
--with-uploadscript \
--with-cookie \
--with-virtualchroot \
--with-virtualhosts \
--with-diraliases \
--with-quotas \
--with-puredb \
--with-sysquotas \
--with-ratios \
--with-ftpwho \
--with-throttling \
--with-language=simplified-chinese
--with-pam=/usr/local
[root@localhost pure-ftpd-1.0.36]# make
[root@localhost pure-ftpd-1.0.36]# make install
配置启动文件
[root@localhost pure-ftpd-1.0.36]# cd contrib.
[root@localhost contrib]# cp -p RedHat.init /etc/init.d/pureftpd
[root@localhost contrib]# chmod a+x /etc/init.d/pureftpd
配置可执行文件
[root@localhost pure-ftpd-1.0.36]# cd configuration-file/
[root@localhost configuration-file]# cp -p pure-config.pl /usr/local/pureftpd/sbin/
[root@localhost configuration-file]# chmod a+x /usr/local/pureftpd/sbin/pure-config.pl
设置主配置文件
[root@localhost configuration-file]# mkdir /usr/local/pureftpd/etc/
[root@localhost configuration-file]# cp -p pure-ftpd.conf /usr/local/pureftpd/etc/
设置启动脚本
[root@localhost ~]# cd /etc/init.d
[root@localhost init.d]# vim pureftpd
[root@localhost init.d]# chkconfig --add pureftpd
[root@localhost init.d]# service pureftpd start
[root@localhost init.d]# chkconfig pureftpd on
本文评论 查看全部评论 (0)
尊重网上道德,遵守中华人民共和国的各项有关法律法规 承担一切因您的行为而直接或间接导致的民事或刑事法律责任 本站管理人员有权保留或删除其管辖留言中的任意内容 本站有权在网站内转载或引用您的评论 参与本评论即表明您已经阅读并接受上述条款
评论声明
最新资讯