博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
weblogic apache https安装配置配置
阅读量:7174 次
发布时间:2019-06-29

本文共 1415 字,大约阅读时间需要 4 分钟。

# tar zxf httpd-2.2.29.tar.gz

# cd httpd-2.2.29

# ./configure  --prefix=$APACHE_HOME --enable-so --enable-mods-shared=all --enable-rule=SHARED_CORE  --enable-ssl --enable-modules=rewrite --enable-rewrite=shared

# make

# make install

Copy ${WL_HOME}/wlserver_10.3/server/plugin/linux/x86_64/mod_wl_22.so from Weblogic  to   ${APACHE_HOME}/modules.(For 64-bit system)

Edit the httpd.conf in {APACHE_HOME}/conf , remove the “#” in front of the line “Include conf/extra/httpd-ssl.conf” to load the ssl module file and Include conf/extra/httpd-ssl.conf.  Edit the httpd-ssl.conf in {APACHE_HOME}/conf/extra , to Comment the “Virtual Host” in httpd-ssl.conf

SSLCertificateFile /usr/local/unissl/server.crt

SSLCertificateKeyFile /usr/local/uni/ssl/server.key

<IfModule mod_weblogic.c>

        WebLogicHost ${GS Weblogic Server Listen IP}

        WebLogicPort ${GS Weblogic Server Listen Port}

        MatchExpression /insurance

        WLTempDir ${APACHE_HOME}/_wl_proxy

        ConnectTimeoutSecs 120

        ConnectRetrySecs 6

</IfModule>

# mkdir  ${APACHE_HOME}/_wl_proxy

# chmod –R 777  ${APACHE_HOME}/_wl_proxy

# cd $APACHE_HOME/bin

# ./apachectl stop

# ./apachectl start

 

$cd ${JAVA_HOME}/bin/

$./keytool -import -keystore ${JAVA_HOME}/jre/lib/security/cacerts -file /ebao/apache/ssl/server.der -alias server_ssl

add -Dweblogic.security.SSL.ignoreHostnameVerification=true  at the end of JAVA_OPTIONS. in startweblogic.sh

 

转载于:https://www.cnblogs.com/Andy-Shi/p/10918122.html

你可能感兴趣的文章
Oracle_052_lesson_p2
查看>>
脱壳免杀技术大纲
查看>>
Spring Cache
查看>>
Linux下Mysql常用命令
查看>>
进阶-中小型网络构建-二层VLAN技术详解配实验步骤
查看>>
LVM逻辑卷管理
查看>>
java crm 进销存 websocket即时聊天发图片文字 好友群组 SSM源码
查看>>
通俗讲解边缘计算,抓住信息革命的浪潮
查看>>
关于适配这件小事的前世今生
查看>>
用TMG搭建×××服务器(四)---基于PPTP的站点到站点×××
查看>>
datatables表头与数据无法对齐的解决方案
查看>>
Cisco 路由器 secondary address实现RIPV1不连续子网
查看>>
每天一个linux命令(14):head 命令
查看>>
通过 Apache 配置 Rewrite 支持 .htaccess
查看>>
如何从硬盘安装WIN7原版镜像?
查看>>
ceph学习笔记之六 数据读写过程
查看>>
为UC做准备:准备Exchange 2010的先决条件
查看>>
Eclipse快捷键大全(转载)
查看>>
weblogic启动脚本
查看>>
cPanel推出测试免费试用
查看>>