动态网站制作指南 [  QQ表情  ]
[ 投票调查 ]
[ 企业邮箱 ]
[ 网站空间 ]
网络编程 | 站长之家 | 网页制作 | 图形图象 | 操作系统 | 冲浪宝典 | 软件教学 | 网络办公 | 邮件系统 | 网络安全 | 认证考试 | 系统进程
ASP源码 | .Net源码 | PHP源码 | JSP源码 | JAVA源码 | CGI源码 | VB源码 | C++源码 | Delphi源码 | PB源码 | VF源码 | 汇编 | 服务器
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教程 ]的信息

本月文章推荐
.ORACLE在HP-UX下的系列问题处理(.
.Oracle 10G 最佳20位新特性:改善.
.对Foreign Key的进一步认识。.
.Linux问与答(2):KDE问题.
.给vi 初学者 (2).
.在Linux中方便地使用不同X-Windo.
.在DB2中如何實現Oracle的相關功能.
.如何使用DBMS_REPAIR检测和修补数.
.Oracle 10g中利用哈希函数提高查.
.oracle中用创建表时Storage中参数.
.Oracle数据库管理系统发布11i安全.
.Oracle开发人员 JAVA存储过程.
.Oracle 10G - 增强的CONNECT BY子.
.关于Oracle数据库的性能优化心得.
.简单介绍用RMAN进行Oracle自动备.
.Oracle 数据库碎片整理.
.我的权限控制(JBX + struts + hi.
.Oracle10g在Solaris10上的安装配.
.在数据字典中直接修改表列的名称.
.如何通过实例配置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 人气:449
下一篇:vsftpd-1.1.3配制实例之一:INTERNET_SITE 人气:497
浏览全部Oracle教程的内容 Dreamweaver插件下载 常用网页广告代码全集
  最新网站源码 最新软件下载
2008-10-7 Web Wiz Forums(论坛系统) v9.53
2008-10-7 Web Wiz Forums(论坛系统) v9.53
2008-10-7 Web Wiz Forums(论坛系统) v9.53
2008-10-7 HDWiki v4.0.1 bulid 081007 UTF
2008-10-7 迅易评选投票管理系统 v10.0
2008-10-7 HDWiki v4.0.1 bulid 081007 GBK
2008-10-7 Bitrac单用户博客 v1.14 bulid 0
2008-10-7 OpenX(广告管理系统) v2.6.2 多国
2008-10-7 乐铺网店系统免费普及版 v3.41
2008-9-29 酷狗音乐(原KuGoo)2008 v5.310 正
2008-9-29 QQTab 1.1
2008-9-29 网络传送带 Net Transport 2.64a
2008-9-29 谷歌金山词霸v1.8
2008-9-29 TweakVI 1.0 Build 1090
2008-9-29 ACDSee Pro 2.5 Build 333 汉化绿
2008-9-29 Winamp v5.541(2189) 周明波简体
2008-9-27 CCleaner 2.12.651
2008-9-27 Mozilla Thunderbird 2.0.0.17 英
  发表评论
姓 名: 验证码:
内 容:
站长工具:网站收录查询 | Google PR查询 | ALEXA排名查询 | CSS在线编辑器 | 广告代码 | js/vbs加密 | md5加密 | 进制转换 | UTF-8 转换工具 | Html转换js | Html转换asp | Html转换php | Html转换perl
实用工具:汉字翻译拼音 | 拼音字典 | 符号对照表 | 个税计算 | 实时汇率查询换算 | 经典小工具 | 汉字简繁转换 | 普通单位换算 | 公制单位换算 | 生辰老黄历 | 国内电话区号 | 国家代码与域名缩写 | 文字加密解密 | 健康查询 | 万年历 | 汉字横竖排版 | 手机号码查询 | 计算器 | ip搜索
业务联系 | 广告刊登 | 频道合作 | 投稿荐稿 | 联系方式 | 加入收藏 | RSS订阅
Copyright © 2000-2008 www.knowsky.com All rights reserved | 网络实名:动态网站制作指南 | 沪ICP备05001343号
ホームページ制作 不動産検索システム 求人情報
防水工事·改修工事 フットサル大会 探偵
SEO対策 中国語教室 ホームページ作成