
集群
conkeyn
a
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
apache禁止使用IP访问的实现方法
NameVirtualHost *:80<VirtualHost 59.60.30.212:80> ==>必需指定这个IP地址 ServerAdmin [email protected] ServerName 59.60.30.212 <Location /> Order Deny,Allow Deny fro...原创 2009-03-15 16:04:12 · 139 阅读 · 0 评论 -
Apache 2.2.9 + Tomcat 6.0.14 整合
Apache 2.2.9 + Tomcat 6.0.14 整合一、 准备:1、 JDK 下载地址:http://java.sun.com/javase/downloads/index.jsp...原创 2008-09-10 18:06:09 · 229 阅读 · 0 评论 -
通过UrlRewriter实现网站链接静态化的方法
<!-- [if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning/> <w:DrawingGri原创 2009-04-28 17:21:47 · 147 阅读 · 0 评论 -
使用Apache的URL Rewrite配置多用户虚拟服务器 二级域名
http://strangebank.bokee.com/viewdiary.16292545.html 前两天为了让Sylvan的用户能够更方便的记忆自己的个人空间的地址,研究了一下Apache的URL Rewrite功能,实现了每个用户可以把自己的用户名作为二级域名的虚拟主机的设定。其实,之前也用过URL Rewrite模块,只不过只是用来转换URL中传入的参数的。这次用它来做...原创 2009-05-10 07:04:53 · 176 阅读 · 0 评论 -
分割apache日志 rotatelogs cronolog
方法一:配置httpd.conf,找到CustomLog logs/access.log common,用#注解掉这行,在下面加入:ErrorLog "|bin/rotatelogs.exe logs/error_%Y-%m-%d.log 86400 480"CustomLog "|bin/rotatelogs.exe logs/access_%Y-%m-%d.log 86...原创 2009-11-10 11:45:22 · 161 阅读 · 0 评论 -
linux 下 源代码 安装 apache
1、安装openssltar -zxf openssl-1.0.0c.tar.gzcd openssl-1.0.0c/./config threads shared zlib-dynamic --prefix=/usr/local --openssldir=/usr/local/sslmake cleanmake && make install c...原创 2012-09-29 08:05:22 · 172 阅读 · 0 评论 -
配置javamelody
参考后面地址修改整理。http://my.oschina.net/noahxiao/blog/75463添加依赖到pom.xml文件中 <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <ver...原创 2014-09-12 14:03:45 · 199 阅读 · 0 评论