Linux IHS(IBM Http Server)查看

柏正平
2023-12-01

基本命令

查看进程:ps -ef |grep httpd
配置文件:/opt/IBM/HTTPServer/conf/httpd.conf
检查配置语法:/opt/IBM/HTTPServer/bin/apachectl -t
日志文件:/opt/IBM/HTTPServer/logs/access_log
停止:/opt/IBM/HTTPServer/bin/apachectl -f /opt/IBM/HTTPServer/conf/httpd.conf -k stop
启动:/opt/IBM/HTTPServer/bin/apachectl -f /opt/IBM/HTTPServer/conf/httpd.conf -k start

IHS负载均衡配置

LoadModule proxy_module IHS主目录/modules/mod_proxy.so
LoadModule proxy_http_module IHS主目录/modules/mod_proxy_http.so
LoadModule proxy_balancer_module IHS主目录/modules/WebSphereCE/mod_proxy_balancer.

 类似资料: