CentOS http://vault.centos.org/apachehttp://mirror.bit.edu.cn/apache/httpd/mysqlftp://mysql.cdpa.nsysu.edu.tw/Unix/Database/MySQL/Downloads/phphttps:/...
分类:
其他好文 时间:
2014-06-18 22:24:38
阅读次数:
214
近期在尝试自己写一个Httpserver,在粗略研究了nginx的代码之后,决定仿照nginx中的部分设计自己实现一个高并发的HTTPserver,在这里分享给大家。眼下使用的较多的Httpserver就是apache和nginx,apache的主要特点就是稳定,而nginx的主要特点是承载的并发量...
分类:
其他好文 时间:
2014-06-18 21:22:48
阅读次数:
240
------------------------互联网英语-----------------------chapter 9 Internet EnglishOr language reverts to typeIn 1972 the first email was sent.Soon the Int...
分类:
其他好文 时间:
2014-06-18 20:50:07
阅读次数:
155
.NET:巩固3.5特性MVC3框架 NHJ2EE:SSH,Srping MVC Maven myibatisDataBase:proc,trigger,index,SAP HANA,BIBook:Think Java, 中大十月会考Server:Linux-->apache-mysqlWin集群 ...
分类:
其他好文 时间:
2014-06-18 20:21:00
阅读次数:
219
import java.io.File;import java.io.IOException; import org.apache.hadoop.conf.Configuration;import org.apache.hadoop.fs.Path;import org.apache.hadoop....
分类:
其他好文 时间:
2014-06-18 20:12:01
阅读次数:
254
经常需要根据IP地址统计apache站点访问量,最基本的脚本.根据IP访问量降序排列:#!/bin/bash
#Script_name:access_count
acc_log=/usr/local/apache2/logs/access_log
/bin/awk‘{print$1}‘$acc_log|sort|uniq-c|sort-nr执行效果:[root@zabbix~]#shaccess_count
94989192.168.1..
分类:
移动开发 时间:
2014-06-16 18:18:50
阅读次数:
332
AsweallareawarethatApacheisaverypowerful,highlyflexibleandconfigurableWebserverforNixOS.Hereinthistutorial,wearegoingtodiscussonemorefeatureofApachewhichallowsustohostmorethanonewebsiteonasingleLinuxmachine.ImplementingvirtualhostingwithApachewebservercanhe..
分类:
其他好文 时间:
2014-06-16 17:41:56
阅读次数:
439
一、题目1、Linux挂载Winodws共享文件夹2、查看http的并发请求数及其TCP连接状态:3、用tcpdump嗅探80端口的访问看看谁最高4、统计/var/log/下文件个数5、查看当前系统每IP连接数6、shell下32位随机密码生成7、统计出apache的access.log中访问量最多的5个IP8、如何查看二进制文..
分类:
系统相关 时间:
2014-06-16 17:05:49
阅读次数:
329
服务器IP地址为:192.168.124.222目标:在浏览器中输入192.168.124.222/private,能够成功访问到所配置的主页面。在浏览器中输入“192.168.124.222/private”如下所示:我主页面如下:
分类:
其他好文 时间:
2014-06-16 16:52:27
阅读次数:
233
服务器IP地址为:192.168.10.100目标:在浏览器中输入192.168.10.100/~student,能够成功访问到所配置的主页面。Root中的配置:Student的配置:测试访问如下:
分类:
其他好文 时间:
2014-06-16 15:50:50
阅读次数:
212