#@#@#@!!!!!!

As technical consultant, I learn new stuff everyday. My goal here to collect those day-to-day findings and organized them for future reference.

#@#@#@!!!!!!

Wednesday, July 05, 2006

ORACLE APPS: how to Determining the Current Version of Oracle HTTP Server

Determining the Current Version of Oracle HTTP Server

To determine the version of the Oracle HTTP Server, either consult the Oracle Installer inventory or run the following commands:

On Unix, before iAS 1.0.2.2:
% cd /Apache/Apache/bin
% ./httpds -v
Server version: Apache/1.3.9 (Unix)
OR
Server version: Apache/1.3.12 (Unix)

On Unix, with iAS 1.0.2.2:
% cd /Apache/Apache/bin
% ./httpd -v
Server version: Oracle HTTP Server Powered by Apache/1.3.19 (Unix)