摘要: netstat -paut[root@OA-JRY-SY-FDEP1 nginx-1.9.2]# netstat -pautActive Internet connections (servers and established)Proto Recv-Q Send-Q Local Address ... 阅读全文
posted @ 2015-08-18 16:20 PaulWeiHan 阅读(13796) 评论(0) 推荐(0) 编辑
摘要: nginx模块编程,如何从一个http请求中获取用户的ip和端口号。 阅读全文
posted @ 2015-08-18 16:13 PaulWeiHan 阅读(6080) 评论(0) 推荐(0) 编辑
摘要: #include uint32_t htonl(uint32_t hostlong); uint16_t htons(uint16_t hostshort); uint32_t ntohl(uint32_t netlong); uint16_t ntohs(uint16_t netshor... 阅读全文
posted @ 2015-08-18 15:40 PaulWeiHan 阅读(3197) 评论(0) 推荐(0) 编辑