五、结论
通过提出IHS二次安装时如何实现免安装的设计思路和开发短小精悍的shell脚本,并在生产环境的扩容和迁移、测试环境的搭建中等大量场合中可简单运用,且行之有效。
http://bbs.s*****.cn/xampp/phpinfo.php
http://bbs.s*****.cn/xampp/ >>>Hello World! 218.94.159.116
http://bbs.xxx.cn/phpmyadmin
Apache/2.2.9 (Unix) DAV/2 mod_ssl/2.2.9 OpenSSL/0.9.8h PHP/5.2.6 mod_apreq2-20051231/2.6.0 mod_perl/2.0.4 Perl/v5.10.0 Server at bbs.s*****.cn Port 80
http://218.94.68.126/webapp/wcs/stores/servlet/TopCategoriesDisplayView?storeId=10052&catalogId=10051
https://www.s*****.cn/webapp/wcs/stores/servlet/TopCategoriesDisplayView?storeId=10052&catalogId=10051 Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
IBM_HTTP_Server/6.0.2.29 Apache/2.0.47 (Unix) Server at www.s*****.cn Port 80
Version:0.9
StartHTML:-1
EndHTML:-1
StartFragment:0000000111
EndFragment:0000000588
<!----> IBM HTTP Server 6.0 将安装在以下位置:d:\Program Files\IBM HTTP Server
以下功能部件:
HTTP Server base
安全性
总大小:97.1 MB
要配置的web服务器:ibm http server v6
web服务器定义:webserver1
概要表名:AppSrv01
D:\Program Files\IBM HTTP Server\conf\httpd.conf
web port:80
web服务器定义名:webserver1
web服务器插件:plugin-cfg.xml
插件配置文件:
D:\Program Files\IBM\WebSphere\AppServer\profiles\AppSrv01\config\cells\20081105-1034Node01Cell\nodes\webserver1_node\servers\webserver1\plugin-cfg.xml
Version:0.9
StartHTML:-1
EndHTML:-1
StartFragment:0000000111
EndFragment:0000000549
<!----> WebSphere Application Server 的 Web 服务器插件 将安装在以下位置:
d:\Program Files\IBM\WebSphere\Plugins
总大小:72.6 MB
运行port:80
管理port:8008
user:lindows pwd:"spacespace"
IBM HTTP Server
https://www14.software.ibm.com/webapp/iwm/web/reg/download.do?source=http&S_PKG=linux61&S_TACT=104CBW71&lang=en_US&cp=UTF-8&dlmethod=http
IBM HTTP Server 故障诊断
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r1/index.jsp?topic=/com.ibm.websphere.ihs.doc/info/welcome_ihs.html
在 AIX 平台上:/usr/IBM/HTTPServer/logs/error_log
在 HP 平台上:/opt/IBM/HTTPServer/logs/error_log
在 Linux 平台上:/opt/IBM/HTTPServer/logs/error_log
在 Solaris 平台上:/opt/IBM/HTTPServer/logs/error_log
在 Windows 操作系统上:/<server_root> /logs/error.log
在 IBM HTTP Server 上部署 PHP 应用程序
http://www.ibm.com/developerworks/cn/opensource/os-phphttp/
developerWorks 中国
本文内容包括:
简介
IBM HTTP Server 是什么?
多线程,Apache 1.3 和 Apache 2.0
Secure Sockets Layer and GSKit
没有源代码
例子:PHPNuke
结束语
参考资料
作者简介
对本文的评价
相关链接:
Open source 技术文档库
Web development 技术文档库
IBM HTTP Server服务器安装完全图解
http://www.chinabyte.com/biz/141/2309641.shtml
http://www.iteye.com/topic/100071
IBM WebSphere应用服务器也是IBM WebSphere软件平台的一个组成部分,IBM WebSphere软件平台是一组广泛的集成电子商务解决方案的集合,WebSphere应用服务器也包含有IBM HTTP 服务器。
基 于 Apache 的 IBM HTTP Server 是基于 Apache Group开发的 Apache Web 服务器的 Web 服务器。IBM HTTP Server 包括一些在 Apache Group 开发的 Apache Web服务器没有的功能。IBM Http Server扩展了 Apache 的功能,使其能够使用 IBM 快速响应高速缓存加速器。
高 速缓存加速器是一个内核的小型 HTTP GET 引擎和 HTTP 内容高速缓存,它使得用于服务的静态 Web 页面明显地快于不带有高速缓存加速器的 Apache Web 服务器;缺省情况下,启用高速缓存加速器,可以使用配置文件伪指令来完全禁用高速缓存加速器。
IBM WebSphere Application Server 提供了基于 Apache 的 HTTP 服务的 SSL 安全性支持,供安全电子商务事务使用;SSL 支持提供的加密级(对信息的加密可达 128 位)目前已为财富 500 强企业使用,包括主要的金融机构,用于在 Web 上传输金融事务和其它敏感数据。 IBM HTTP Server安装过程
首 先我们要到IBM网站上去下载IBM HTTP Server(Web 服务器)软件,下载的为ihs.6000.windows.ias.zip打包文件,它是IBM HTTP Server 6.0的windows版本(图1);解包后需要安装的话,双击文件夹中的Install.exe文件,就开始了安装InstallShield向导,
linux apache端口更改错误 (13)Permission denied: make_sock: could not bind to address[
http://wyzws.iteye.com/blog/1554955
http://blog.csdn.net/maoxiang/article/details/5720464
CentOS 下启动Httpd 失败,报(13)Permission denied: make_sock: could not bind to address [::]:8000
因为 小于1024 的端口只能是ROOT占用,但8000已经大于这个数值。
Google 一下,发现原来是 SELinux 安全机制的作用。
查看一下预定义
#semanage port -l
http_cache_port_t tcp 3128, 8080, 8118, 11211, 10001-10010
http_cache_port_t udp 3130, 11211
http_port_t tcp 80, 443, 488, 8008, 8009, 8443
soundd_port_t tcp 8000, 9433, 16001
原来8000 已经被预定义占用了,所有不能使用8000端口。
# semanage port -a -t http_port_t -p tcp 81
为Http 服务增加一个端口 81 ,同时将httpd 的端口改成 81 ,启动成功。
问题:linux apache端口更改错误
Bash代码
[iyunv@localhost ~]# apachectl -k start
(13)Permission denied: make_sock: could not bind to address [::]:1988
(13)Permission denied: make_sock: could not bind to address 0.0.0.0:1988