Explain how to configure the Oracle HTTP Server

          

Explain how to configure the Oracle HTTP Server.


Oracle HTTP Server (Apache) - Explain how to configure the Oracle HTTP Server. posted by Babu Kunwar
<<Previous   Next>>

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>



Write your comment - Share Knowledge and Experience


<<Previous   Next >> 
More links
Working with multiple tables joins

What are joins? Explain its characteristic features
Types of joins. Define, write syntax and an example for each type.............

Interview questions
Latest MCQs
» General awareness - Banking » ASP.NET » PL/SQL » Mechanical Engineering
» IAS Prelims GS » Java » Programming Language » Electrical Engineering
» English » C++ » Software Engineering » Electronic Engineering
» Quantitative Aptitude » Oracle » English » Finance
Home | About us | Sitemap | Contact us | We are hiring