Apache服务器端的配置和启停

//Check server-status

http://return.log.europe.subsidia.org/server-status


//Check Apache Log

/var/log/httpd

access_log   error_log



Trouble-shooting

[root@cahrz1ows01 ~]# cd /etc/httpd/conf.d/sites

[root@cahrz1ows01 sites]# ls

hrrubix.preprod.org.conf  mod_filter.conf  myteam_be.conf

[root@cahrz1ows01 sites]# vim hrrubix.preprod.org.conf

SetHandler weblogic-handler

WebLogicHost cahrz1ows01.preprod.org

WebLogicPort 7020



查到端口号:7020, 从weblogic console上看是哪个weblogic instance(HR02)。

Instance options Listening port: 7020
Java start options -Dcom.decathlon.environment=PRE_PRODUCTION
Java start options -DLOG_ROOT_PATH=/opt/applogs/HR02
Java start options -DserverName=HR02

查看weblogic console的状态是否正确。

不正常则重启

Failure of server APACHE bridge:

No backend server available for connection: timed out after 10 seconds or idempotent set to OFF.


Root cause: the Apache wasn't correctly configured

vi /etc/httpd/conf.d/sites/twist-return.conf

It was pointing on lgtcz1ows02, I changed it to lgtcz1ows01

请使用浏览器的分享功能分享到微信等