
中间件
文章平均质量分 62
jason_hacker_z
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Apache ServerName 启动问题
运行apache2.2 windows版本 启动脚本,结果抛出下面的异常: D:\Program Files\Apache2.2\bin>httpd.exe -DToTest httpd.exe: Could not reliably determine the server's fully qualified domain name , using 192.168.1.100 ...原创 2010-01-13 22:29:24 · 243 阅读 · 0 评论 -
apache 配置学习笔记(一)
一. 配置跳转 说明: 只有在启动时带上IfDefine后面配置的值作为启动脚本参数,配置才会生效 配置: <IfDefine ToGoogle> Redirect / http://www.google.com/ </IfDefine> 运行和结果: Apache2.2\bin>httpd.exe -DToGo...原创 2010-01-13 22:40:02 · 112 阅读 · 0 评论 -
apache & jboss 简单整合
简单整合apache 和 jboss 步骤如下(暂不考虑集群之类): 参考: http://man.chinaunix.net/newsoft/jboss.htm http://www.itlearner.com/code/apache2.2/vhosts/index.html 首先配置apache,在conf 目录下,建立mod_jk.co...原创 2010-01-23 18:56:43 · 273 阅读 · 0 评论 -
linux下Apache的安装
1.到http://httpd.apache.org/download.cgi 下载httpd-2.2.15.tar.bz2 3.安装apache到/usr下面,先上传httpd-2.2.15.tar.bz2到usr目录下 #cd /usr #tar -jxvf httpd-2.2.15.tar.bz2 //解压为httpd-2.2.15 4.在/usr/local目录下建...原创 2010-09-29 14:54:46 · 139 阅读 · 0 评论 -
apache 文件目录配置
1.如果不启用vhosts 只需修改httpd.conf 默认Directory节如下,注意红色部分,表示目录/usr/local/apache/htdocs允许所有主机访问 # # Possible values for the Options directive are "None", "All", # or any combination...原创 2010-10-19 22:04:07 · 183 阅读 · 0 评论 -
apache 配置 【转】
WWW服务 1、www(World wide web,全球信息网),是构建在Internet基础之上的,以WEB服务作为表现形式的一种逻辑网络。 2、WEB服务的实现程序:MS IIS、Apache、SunONE、NCSA httpd 安装Apache 1、安装包结构 httpd-2.2.3-6.el5.i386.rpm 主程序 http...原创 2010-10-21 11:06:49 · 124 阅读 · 0 评论