Oracle HTTP Server (Apache) - Explain how to configure the Oracle HTTP Server.
posted by Babu Kunwar
Explain how to configure the Oracle HTTP Server.
It can be configured using Oracle_Home/Apache/Apache/conf/httpd.conf file.
<ias-component id=”Http_Server” status="enabled" id-matching="false">
<process-type id=”Http_Server” module-id=”OHS”><
BR><process-setid=”Http_Server”restart-on-death="true" numprocs=”1”>
<module-data>
<category id=”start-parameters”>
<data id=”config-file” value="/myconfs/httpd.conf"/>
<data id=”start-mode” value="ssl-disabled"/>
<data id=”command-line” value="-D MyDefine"/>
</category>
<category id=”ping-parameters”>
<data id=”ping-url” value="/"/>
</category>
<category id=”restart-parameters”>
<data id=”revesing-timeout” value="345"/>
<data id=”no-reverseping-failed-ping-limit” value="3"/>
<data id=”reverseping-failed-ping-limit” value="6"/>
</category>
</module-data>
<start timeout="300" retry="3"/>
<stop timeout="300"/>
<restart timeout="300"/>
<ping timeout="30" interval="30"/>
</process-set>
</process-type>
</ias-component>
More links
What are joins? Explain its characteristic features
Types of joins. Define, write syntax and an example for each type.............
|