OHS

Oracle HTTP Server

Version

As the owner of the OHS Oracle Home, in the ohs/bin subdirectory of that Oracle Home...

./httpd -version

Server version: Oracle-Application-Server-10g/10.1.3.1.0 Oracle-HTTP-ServerServer built:   Jun 12 2007 01:11:05
On AIX, if you get these errors...exec(): 0509-036 Cannot load program /u01/app/ohs/product/10.1.0/ohs/bin/httpd because of the following errors:        0509-150   Dependent module libaprutil-0.so could not be loaded.        0509-022 Cannot load module libaprutil-0.so.        0509-026 System error: A file or directory in the path name does not exist.Check your LIBPATH setting. On my server it looks like this.../u01/app/ohs/product/10.1.0/lib::/u01/app/ohs/product/10.1.0/ohs/lib

Check

As the owner of the OHS Oracle Home...

opmnctl status

Start

To start everything under OPMN control...

opmnctl startall

To start just the Oracle HTTP Server...

opmnctl startproc ias-component=HTTP_Server

Restart

opmnctl restartproc ias-component=HTTP_Server

Stop

To stop everything under OPMN control...

opmnctl stopall

To start just the Oracle HTTP Server...

opmnctl stopproc ias-component=HTTP_Server

Bibliography