Sunday, August 14, 2011

Increase timeout settings for Apache in EBS R12

You may need to increase the timeout setting for the Apache server if you have long running webservices. Our test server was extremly slow so we needed to update this number. The below instructions will cahnge the timeout value from 300 seconds to 900.

  1. Open $ORA_CONFIG_HOME/10.1.3/Apache/Apache/conf/httpd.conf

  2. Look for the value Timeout

  3. Change Timeout 300 to Timeout 900

  4. Restart opmn
    $ADMIN_SCRIPTS_HOME/adopmnctl.sh stopall
    $ADMIN_SCRIPTS_HOME/adopmnctl.sh startall

No comments:

Post a Comment

javascript:void(0)