浙林龙哥

   :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2007年3月24日

摘要: Bash 实例-探讨Gentoo ebuild系统 日期:2006-10-25 作者:Daniel Robbins 来自:IBM DW中国 --> Daniel Robbins 在其最后一篇 Bash实例文章中详细讲述了 Gentoo Linux ebuild 系统,这个展示 bash能力的极佳范例。循序渐进地,他为您展示如何实现 ebuild系统,并触及很多方便的 bash技术和设计策略。在本... 阅读全文
posted @ 2007-03-24 23:03 浙林龙哥 阅读(991) 评论(0) 推荐(0)

摘要: 因为apache-2.2改变了一些接口,使下载的源码不能直接编译,必须进行适当的修改:1. 找不到APR的路径修改文件:src/mod_cppserv/Makefile.adon手动加上:mod_csserv_CPPFLAGS+= -I/usr/include/apr-12. apr_socket_create少了一个参数(原来只有4个参数)修改文件:mod_cserv.cpp加上apr_sock... 阅读全文
posted @ 2007-03-24 22:07 浙林龙哥 阅读(806) 评论(4) 推荐(0)

摘要: [ http://issues.apache.org/jira/browse/MODPYTHON-78?page=comments#action_12364729 ] Jim Gallacher commented on MODPYTHON-78:----------------------------------------Running mod_python 3.2.6 and earlier... 阅读全文
posted @ 2007-03-24 21:49 浙林龙哥 阅读(565) 评论(2) 推荐(0)

摘要: http://src.opensolaris.org/source/ Linux Kernel Reference 2.0.x series 2.0.40 2.2.x series 2.2.26 GNU Software Reference libgmp 4.1.4 OpenSSH Reference ... 阅读全文
posted @ 2007-03-24 20:19 浙林龙哥 阅读(918) 评论(0) 推荐(0)

摘要: Apache Module 开发后记  由 qyb 在 周二, 2007-02-13 12:14 提交 续上一篇文章 开发出 apache 2.0 的模块以后,又面对着要将其移植到 apache 其他版本的需求,经过这段时间一点点的修补,现在我的模块已经可以同时在 1.3/2.0/2.2 下编译。甚至在 2.0/Win32 环境下也编译出了 dll,供在个人PC上做开发的同事使用。 我感觉... 阅读全文
posted @ 2007-03-24 19:32 浙林龙哥 阅读(2599) 评论(0) 推荐(0)

摘要: C++ Servlet Server 100.00% 99.55% 823 2005-04-22 2007-03-17 1,942 CPPSERV is an application server/servlet container providing Servlet-like API and C++ Server Pages in C++. It consists of ... 阅读全文
posted @ 2007-03-24 13:32 浙林龙哥 阅读(445) 评论(1) 推荐(0)

摘要: lighttpd,thttpd,shttpd - 轻量级WebServer介绍 Filed under: lighttpd, Web Server, thttpd — allen @ 8:27 pm 转自 Zhiqiang::He 博客. 国内绝大部分的web server不是IIS就是Apache,而论市场占有率,我认为Apache是大赢家了,至少是占据了半壁江山。 但除了I... 阅读全文
posted @ 2007-03-24 12:54 浙林龙哥 阅读(1351) 评论(0) 推荐(0)