一个LINUX服务器上安装的是VSFTP,号称 VSFTP 概述 FTP,file transfer protocol,这是档案传输的通讯协议,也是一般最常用来传送档案的方式。读者在使用RedHat9 的时候,可能会感受到ftp server 有一些改变:第一,就是ftp server 只剩下vsftp,原有的wuftp 等都没放入﹔第二,就是vsftp 从XINETD 中独立出来,并将设定档从/etc/vsftpd.conf 之中移到/etc/vsftpd/vsftpd.conf。 为什么做这样的改变?可以想见的是vsftp 已有独立运作的能力,不需要XINETD 来做更进一步的管控,并且类似sendmail、httpd、ssh、samba 等,将设定文件的放入/etc 下独立的目录。 Vsftp(Very Secure FTP)是一种在Unix/Linux中非常安全且快速稳定的FTP服务器, 结果果然非常安全,我想用FTP访问并编辑一些文件,结果完全没有办法,只好找资料把所有的权限放开。 # You may specify an explicit list of local users to chroot() to their home pam_service_name=vsftpd #设置为YES则下面的控制有效 chroot_local_user=YES userlist_enable=YES userlist_deny=NO /SBIN/SERVICE VSFTPD RESTART 一个集成的软件包:集成 CENTOS、MYSQL、APACHE、CentOS 3.5、PHP,结果访问PHPMYADMIN出现: Warning: mb_internal_encoding(): Unknown encoding "gb2312" in /var/www/html/maint/phpMyAdmin263/libraries/string.lib.php on line 41 Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/maint/phpMyAdmin263/libraries/string.lib.php:41) in /var/www/html/maint/phpMyAdmin263/libraries/auth/config.auth.lib.php on line 81 Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/maint/phpMyAdmin263/libraries/string.lib.php:41) in /var/www/html/maint/phpMyAdmin263/libraries/select_theme.lib.php on line 86 if ($GLOBALS['PMA_allow_mbstr']) { header -- Send a raw HTTP header
The optional replace parameter indicates whether the header should replace a previous similar header, or add a second header of the same type. By default it will replace, but if you pass in FALSE as the second argument you can force multiple headers of the same type. For example: 字体:大 中 小 |
![]() | 永久地址 http://www.shengfang.org/blog/p/vsftproot.php |
![]() | 引用地址 http://www.shengfang.org/blog/tb.php?tb_id=1125627666 |
2005年9月2日10:21星期五 [Dev开发]





