网络编程 | 站长之家 | 网页制作 | 图形图象 | 操作系统 | 冲浪宝典 | 软件教学 | 网络办公 | 邮件系统 | 网络安全 | 认证考试 | 系统进程
Firefox | IE | Maxthon | 迅雷 | 电驴 | BitComet | FlashGet | QQ | QQ空间 | Vista | 输入法 | Ghost | Word | Excel | wps | Powerpoint
asp | .net | php | jsp | Sql | c# | Ajax | xml | Dreamweaver | FrontPages | Javascript | css | photoshop | fireworks | Flash | Cad | Discuz!
当前位置 > 网站建设学院 > 网络编程 > 数据库 > Oracle教程
Tag:注入,存储过程,分页,安全,优化,xmlhttp,fso,jmail,application,session,防盗链,stream,无组件,组件,md5,乱码,缓存,加密,验证码,算法,cookies,ubb,正则表达式,水印,索引,日志,压缩,base64,url重写,上传,控件,Web.config,JDBC,函数,内存,PDF,迁移,结构,破解,编译,配置,进程,分词,IIS,Apache,Tomcat,phpmyadmin,Gzip,触发器,socket
数据库:数据库教程,数据库技巧,Oracle教程,MySQL教程,Sybase教程,Access教程,DB2教程,数据库安全,数据库文摘
本月文章推荐
.Oracle数据库10g的安全性和身份管.
.在Redhat 9上安装 Oracle 817心得.
.Oracle9i连接ASP.NET方法及注意点.
.sun上oracle cluster.
.在 Oracle10g 上构建 PL/SQL Web.
.Oracle 分析函数的使用一.
.WIN平台下仅开一个端口让Oracle穿.
.详细讲解获得当前"SCN"的几种有效.
.Oracle迁移SQL Server的陷阱.
.支持Web的OLAP.
.How to evaluate the offer of a.
.[Oracle]发布数据库内容管理的新.
.网友oracle学习笔记.
.Oracle数据库网络的安装和配置(1).
.通过Oracle平台依赖性进行系统优.
.Oracle8 PL/SQL编程风格与系统性.
.在ORACLE中利用角色增强应用系统.
.Oracle中logmnr包的使用详解.
.Linux下用PHP4连接ORACLE8I的方法.
.Oracle开发人员应该具备的几个资.

vsftpd-1.1.3配制实例之二:INTERNET_SITE_NOINETD

发表日期:2008-2-9



  This example shows how to run vsFTPd in "standalone" mode - i.e. without
  needing to run an inetd of some kind (inetd, xinetd, tcpserver etc).
  vsftpd has supported standalone mode since v1.1.0.
  With the release of v1.1.3, the feature list of standalone mode has grown so
  that large internet sites no longer need to use an inetd.
  Previously, large internet sites were forced to use xinetd for the important
  feature of "limit number of concurrent connections from a single IP address".
  Unfortunately, there seem to be xinetd stability issues - various larger
  sites are reporting that xinetd's session counting can go wrong and incorrectly
  kick off users because it thinks the FTP site is full when it is not.
  vsftpd now natively handles maximum session counts and maximum session per IP
  counts. It can also do native Access control via tcp_wrappers integration and
  even per-connect-IP configurability.
  To use this example config:
  1) Copy the vsftpd.conf file in this Directory to /etc/vsftpd.conf.
  2) Start up vsftpd, e.g.
  vsftpd &
  3) That should be it!
  The example vsftpd.conf is based on the vsftpd.conf from the INTERNET_SITE
  example. Let's look at the differences (at the top):
  # Standalone mode
  listen=YES
  This tells vsftpd to run in standalone mode. Do NOT try and run vsftpd from
  an inetd with this option set - it won't work, you may well get 500 OOPS:
  could not bind listening socket.
  max_clients=200
  max_per_ip=4
  The maximum number of session is 200 (new clients will get refused with a
  busy message). The maximum number of sessions from a single IP is 4 (the
  5th connect will get refused with a suitable message).
  One further note on standalone mode, regarding virtual IPs. This is very
  easy - just run one copy of vsftpd per virtual IP (remembering to give each
  a separate config file on the command line).
  Distinguish which vsftpd is for which virtual IP with a setting like this
  in the vsftpd.conf:
  listen_address=192.168.1.2
  And launch vsftpd with a specific config file like this:
  vsftpd /etc/vsftpd.conf.site1 &
  vsftpd.conf
  # Standalone mode
  listen=YES
  max_clients=200
  max_per_ip=4
  # Access rights
  anonymous_enable=YES
  local_enable=NO
  write_enable=NO
  anon_upload_enable=NO
  anon_mkdir_write_enable=NO
  anon_other_write_enable=NO
  # Security
  anon_world_readable_only=YES
  connect_from_port_20=YES
  hide_ids=YES
  pasv_min_port=50000
  pasv_max_port=60000
  # Features
  xferlog_enable=YES
  ls_recurse_enable=NO
  ascii_download_enable=NO
  async_abor_enable=YES
  # Performance
  one_process_model=YES
  idle_session_timeout=120
  data_connection_timeout=300
  accept_timeout=60
  connect_timeout=60
  anon_max_rate=50000 right">(出处:清风软件下载学院)
上一篇:vsftpd-1.1.3配制实例之三:PER_IP_CONFIG 人气:562
下一篇:vsftpd-1.1.3配制实例之一:INTERNET_SITE 人气:625
浏览全部Oracle教程的内容 Dreamweaver插件下载 网页广告代码 祝你圣诞节快乐 2009年新年快乐