How to Check Version of Apache in Oracle Apps?
November 1, 2017
APPS DBA, Installations/Configurations-Applications, Oracle APPS DBA
How to Check Version of Apache in Oracle Apps?
Step 1. Goto Oracle Application Home
$ cd $IAS_ORACLE_HOME/Apache/Apache/bin/
$ pwd
/apps/ebs/apps/tech_st/10.1.3/Apache/Apache/bin
Step 2. Write httpd -v to fetch the Version Details of Apache
$ httpd -v
Server version: Oracle-Application-Server-10g/10.1.3.0.0 Oracle-HTTP-Server
Server built: Dec 27 2006 02:31:21
Related Posts