Login  Register

Re: Secure Headers Normalized TLS

Posted by ErmanArslansOracleBlog on Jan 14, 2022; 1:47pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Secure-Headers-Normalized-TLS-tp10557p10569.html

You are in the wrong directory and the required approach is a little different...

->

Connect applmgr and set env. to RUN FS
$ cd $FMW_HOME
$ . ./SetWebtier.env
$ echo $ORACLE_HOME -> this should now be setup for $FMW_HOME/webtier
$ export LD_LIBRARY_PATH=$ORACLE_HOME/lib:$ORACLE_HOME/ohs/lib:$FMW_HOME/oracle_common/lib
$ cd $ORACLE_HOME/ohs/bin
$ ./httpd -version
Server version: Oracle-HTTP-Server/2.2.22 (Unix)
Server built: Mar 23 2020 08:46:57
Server label: APACHE_11.1.1.9.0_LINUX.X64_RELEASE

Ref: How To Find Oracle HTTP Server Version From The Command Line In EBS 12.2.x (Doc ID 2716783.1)