This Blog is discontinued, its only read-only

Monday, April 10, 2017

Silent Installation and Configuration of Standalone Oracle HTTP Server

Currently I am working in a project for which will be needed the Oracle HTTP Server (OHS) in a Standalone Mode as a frontend Web Server for a Oracle SOA 12.2.1.2.0 environment. As I am not really a fan of clicking through several installers and configuration wizards, I have created some scripts for a complete silent installation of the Standalone Oracle HTTP Server 12.2.1.2.0 and on top a silent configuration of the standalone Domain for the Oracle...

Friday, April 7, 2017

Switching MPM Type for Oracle HTTP Server 12c

The Oracle HTTP Server (OHS) comes by default with the MPM (Multi-Processing Modules) Type event for Linux systems, but sometimes you need to change the MPM Type for example to prefork. The Oracle HTTP Server comes by default with 4 MPM Types: Worker: This is the default for non-Linux UNIX Platforms, e.g. Solaris, AIX ... Event: This is the default for Linux Platforms Prefork: This Type implements a non-threaded, pre-forking server, that handles request as an Apache HTTPD Server 1.3 WinNT: This is the default for Windows Platforms For more details...