{"id":863,"date":"2008-09-25T17:03:13","date_gmt":"2008-09-25T21:03:13","guid":{"rendered":"http:\/\/onlineappsdba.com\/index.php\/2008\/09\/25\/configure-apache-oracle-http-server-with-stellent-content-server-ucm-part-ii\/"},"modified":"2008-09-25T17:09:41","modified_gmt":"2008-09-25T21:09:41","slug":"configure-apache-oracle-http-server-with-stellent-content-server-ucm-part-ii","status":"publish","type":"post","link":"https:\/\/onlineappsdba.com\/index.php\/2008\/09\/25\/configure-apache-oracle-http-server-with-stellent-content-server-ucm-part-ii\/","title":{"rendered":"Configure Apache (Oracle HTTP Server) with Stellent Content Server (UCM) &#8211; Part II"},"content":{"rendered":"<p>Yesterday\u00a0We saw\u00a0<strong>Oracle Content Server<\/strong> (Repository and Core Services for Universal Content Management) <a target=\"_blank\" href=\"https:\/\/onlineappsdba.com\/index.php\/2008\/09\/23\/oracle-ucm-content-server-installation-on-linux-step-by-step-doc-part-i\/\">installation<\/a>, We used Apache (<strong>Oracle HTTP Server<\/strong>) as Web Server and <strong>Oracle<\/strong> as Database.<br \/>\n\u00a0 We selected<strong>\u00a0configuration<\/strong> to Web Server and database with Content Server Installation so lets try to login\u00a0into <strong>Oracle<\/strong> <strong>Content Server<\/strong>.<\/p>\n<p>Use <strong>http :\/\/serverName:webPort\/server_alias<\/strong>\u00a0 where<br \/>\n&#8211;ServerName (WebServer Hostname) &#8211; <strong>innowave03.com<\/strong><br \/>\n&#8211;WebPort (Web Server Listen Port) &#8211; <strong>7780<\/strong><br \/>\n&#8211;ServerAlias (During CS installation)\u00a0&#8211; <strong>idc<\/strong><br \/>\nOn typing this URL I got <strong>page not found<\/strong>. I checked and found that CS (Content Server) related files were missing in <strong>httpd.conf<\/strong> (Web Server Configuration File).<\/p>\n<p>Looked at Content Server documentation carefully and found this line hidden some where deep in\u00a0installation document \ud83d\ude41<\/p>\n<p>&#8220;<strong>Since Apache cannot be configured automatically by the Content Server installer, you need to do it manually<\/strong>&#8221;<\/p>\n<p>So time to configure Web Server Manually<\/p>\n<p>.<br \/>\n<strong><font color=\"#ff0000\">Attempt 1. <\/font><u>Configure Web Server (Oracle HTTP Server) with UCM Content Server\u00a0<\/u><\/strong><br \/>\n<strong><br \/>\n1.<\/strong> Add following lines at end of <strong>httpd.conf<\/strong> (I was using Web Server from Oracle Application Server version 10.1.3.1 )<\/p>\n<p><font color=\"#000000\">LoadModule IdcApacheAuth [Webserver_Filters_Path]\/IdcApache2Auth.so<br \/>\nIdcUserDB [Master_Instance] &#8220;[User_Data_Dir_Path]\/userdb.txt&#8221;<br \/>\nAlias \/[Rel_URL_To_Master] &#8220;[Path_To_Master_Webl.]&#8221;<br \/>\n&lt;Location \/[Rel._URL_To_Master]&gt;<br \/>\nOrder allow,deny<br \/>\nAllow from all<br \/>\nDirectoryIndex portal.htm<br \/>\nIdcSecurity [Master_Instance]<br \/>\n&lt;\/Location&gt;<\/font><\/p>\n<p>In my case<\/p>\n<p><font color=\"#ff0000\">LoadModule IdcApacheAuth \/oracle\/apps\/ucm\/mid\/content\/103\/shared\/os\/linux\/lib\/Idc<br \/>\nApache2Auth.so<br \/>\n\u00a0\u00a0\u00a0<br \/>\nIdcUserDB idc &#8220;\/oracle\/apps\/ucm\/mid\/content\/103\/data\/users\/userdb.txt&#8221;<br \/>\n<\/font><font color=\"#ff0000\">Alias \/idc &#8220;\/oracle\/apps\/ucm\/mid\/content\/103\/weblayout&#8221;<br \/>\n&lt;Location \/idc&gt;<br \/>\nOrder allow,deny<br \/>\nAllow from all<br \/>\nDirectoryIndex portal.htm<br \/>\nIdcSecurity idc<br \/>\n&lt;\/Location&gt;<br \/>\n<\/font><br \/>\n<strong>2.<\/strong> Bounce Apache like<br \/>\n(I was using Web Server from Oracle Application Server version 10.1.3.1 )<\/p>\n<p><strong>opmnctl stopproc ias-component=HTTP_Server<\/strong><br \/>\n<strong>opmnctl startproc ias-component=HTTP_Server<\/strong><\/p>\n<p><strong>3.<\/strong> OPMN failed to start HTTP Server\u00a0 (<strong>$OH\/opmn\/logs\/HTTP_Server~1.log<\/strong>) with below error message<\/p>\n<p><font color=\"#ff0000\">Cannot load \/oracle\/apps\/ucm\/mid\/content\/103\/shared\/os\/linux\/lib\/IdcApache2Auth.so into server: \/oracle\/apps\/ucm\/mid\/content\/103\/shared\/os\/linux\/lib\/IdcApache2Auth.so: undefined symbol: apr_bucket_type_pipe<br \/>\n<\/font><br \/>\n<strong>This was because Content Server is certified on Apache 2.0 and higher where as HTTP Server shipped with\u00a0Oracle AS\u00a010.1.3.1\u00a0is\u00a0using Apache 1.3.1.<br \/>\n\u00a0\u00a0\u00a0\u00a0\u00a0 <\/strong><strong>Thanks to \u00a0<a target=\"_blank\" href=\"http:\/\/www.oracle.com\/technology\/products\/ias\/ohs\/htdocs\/ohs-1013-faq.pdf\">Guide here<\/a>\u00a0,\u00a0<strong>HTTP Server<\/strong> in <strong>Oracle Application Server<\/strong> 10.1.3 <strong>Companion CD<\/strong> is\u00a0build on\u00a0<strong>Apache 2.0<\/strong><\/strong><strong>.<\/strong><\/p>\n<p>.<br \/>\n(I don&#8217;t know why I was in favour of using Oracle HTTP Server)<\/p>\n<p>.<br \/>\n<strong><font color=\"#ff0000\">Attempt 2. <\/font><\/strong><u><strong>Install Oracle HTTP Server with Apache 2<br \/>\n<\/strong><\/u><br \/>\n1. I downloaded <strong>Oracle AS 10g R3<\/strong> <strong>Companion<\/strong> <strong>CD <\/strong><a target=\"_blank\" href=\"http:\/\/www.oracle.com\/technology\/software\/products\/ias\/htdocs\/101310.html\">from Here<\/a>\u00a0<\/p>\n<p>\u00a0<a href=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/ucm_web_1.jpg\"><img decoding=\"async\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/ucm_web_1.jpg\" \/><\/a><\/p>\n<p><strong><br \/>\nand\u00a0did HTTP Server install in\u00a0new ORACLE_HOME<br \/>\n<\/strong><\/p>\n<p>\u00a0<a href=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/web2_1.jpg\"><img decoding=\"async\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/web2_1.jpg\" \/><\/a><\/p>\n<p>Added following lines in httpd.conf (In this version <strong>httpd.conf <\/strong>is in<strong>$OH\/ohs\/conf<\/strong>)<\/p>\n<p><font color=\"#ff0000\">LoadModule IdcApacheAuth \/oracle\/apps\/ucm\/mid\/content\/103\/shared\/os\/linux\/lib\/IdcApache2Auth.so<\/font><\/p>\n<p><font color=\"#ff0000\">IdcUserDB idc &#8220;\/oracle\/apps\/ucm\/mid\/content\/103\/data\/users\/userdb.txt&#8221;<br \/>\nAlias \/idc &#8220;\/oracle\/apps\/ucm\/mid\/content\/103\/weblayout&#8221;<br \/>\n&lt;Location \/idc&gt;<br \/>\nOrder allow,deny<br \/>\nAllow from all<br \/>\nDirectoryIndex portal.htm<br \/>\nIdcSecurity idc<br \/>\n&lt;\/Location&gt;<br \/>\n<\/font><\/p>\n<p><font color=\"#ff0000\"><font color=\"#000000\">I was able to start HTTP Server (opmnctl startproc ias-component=HTTP_Server)\u00a0but on accessing login page <strong>http:\/\/innowave03.com:7780\/idc<\/strong> ,\u00a0 <strong>page not found<\/strong>. <\/font><\/font><\/p>\n<p><font color=\"#ff0000\"><font color=\"#000000\">\u00a0error_log in $OH\/ohs\/logs\u00a0 dumping\u00a0\u00a0 &#8220;<strong>segmentation fault<\/strong>&#8221;<br \/>\n<\/font><\/font><font color=\"#ff0000\"><font color=\"#000000\"><br \/>\n<\/font><\/font><font color=\"#ff0000\"><font color=\"#000000\"><font color=\"#ff0000\">[Wed Sep 24 21:44:00 2008] [notice] child pid 5245 exit signal Segmentation fault (11)<br \/>\n[Wed Sep 24 21:44:20 2008] [notice] child pid 5246 exit signal Segmentation fault (11)<br \/>\n[Wed Sep 24 21:44:40 2008] [notice] child pid 5247 exit signal Segmentation fault (11)<\/font><\/font><\/font><\/p>\n<p><font color=\"#ff0000\"><font color=\"#000000\"><br \/>\n\u00a0On <strong>commenting<\/strong> below two lines in <strong>httpd.conf<\/strong>, I could see login page but <strong>page not found <\/strong>on clicking Login Lock<\/font><\/font><font color=\"#ff0000\"><font color=\"#000000\"><font color=\"#ff0000\"><font color=\"#000000\"><font color=\"#ff0000\"><font color=\"#000000\"><font color=\"#ff0000\"><font color=\"#000000\"><font color=\"#ff0000\">IdcUserDB idc &#8220;\/oracle\/apps\/ucm\/mid\/content\/103\/data\/users\/userdb.txt&#8221;<\/font><br \/>\n<font color=\"#ff0000\">IdcSecurity idc<\/font><\/font><\/font><\/font><\/font><\/font><\/font><\/p>\n<p><\/font><\/font><font color=\"#ff0000\">.<\/font><\/p>\n<p><font color=\"#ff0000\"><font color=\"#000000\">\u00a0<\/font><\/font><font color=\"#ff0000\"><font color=\"#000000\"><font color=\"#ff0000\"><font color=\"#000000\"><a href=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/ucm_login_1.jpg\"><img decoding=\"async\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/ucm_login_1.jpg\" \/><\/a><\/font><\/font><\/font><\/font><font color=\"#ff0000\"><font color=\"#000000\"><font color=\"#ff0000\"><font color=\"#000000\">.<br \/>\n<\/font><\/font><font color=\"#ff0000\"><font color=\"#000000\"><font color=\"#ff0000\"><font color=\"#000000\">On searching\u00a0Metalink, I found this <strong>Bug # 7171250 INCORPORATING SUPPORTED FILTER FILES FOR INSTALLING CS WITH ORACLE HTTP SERVER<\/strong><\/font><\/font><font color=\"#ff0000\"><font color=\"#000000\"> <\/font><\/font><\/font><\/font><\/p>\n<p><\/font><\/font>.<\/p>\n<p><font color=\"#ff0000\"><font color=\"#000000\">It was time to go back to basic <a href=\"http:\/\/httpd.apache.org\/\">Apache here<\/a><\/font><\/font><font color=\"#ff0000\"><font color=\"#000000\"> <\/font><\/font><font color=\"#ff0000\"><font color=\"#000000\">.<\/font><\/font><\/p>\n<p>.<\/p>\n<p><font color=\"#ff0000\"><font color=\"#000000\"><strong><font color=\"#ff0000\">Attempt 3.<\/font> <u>Configure Content Server with\u00a0Standalone\u00a0Apache 2.0\u00a0<\/u> (<font color=\"#ff0000\">Successful<\/font>)<\/strong><\/font><\/font><font color=\"#ff0000\"><font color=\"#000000\"> <\/font><\/font><font color=\"#ff0000\"><font color=\"#000000\">Configured Apache with Linux\u00a0(<strong>\/etc\/httpd<\/strong>) to connect to Content Server. Default Apache (under linux) uses port 80, whereas I defined port 7780 during Content Server installation so changed <strong>Listen<\/strong> Directive in <strong>httpd.conf<\/strong>(\/etc\/httpd\/conf) from 80 to 7780<\/p>\n<p><\/font><\/font>Added\u00a0below lines in httpd.conf for Content Server<\/p>\n<p><font color=\"#ff0000\">LoadModule IdcApacheAuth \/oracle\/apps\/ucm\/mid\/content\/103\/shared\/os\/linux\/lib\/IdcApache2Auth.so<\/font><\/p>\n<p><font color=\"#ff0000\">IdcUserDB idc &#8220;\/oracle\/apps\/ucm\/mid\/content\/103\/data\/users\/userdb.txt&#8221;<br \/>\nAlias \/idc &#8220;\/oracle\/apps\/ucm\/mid\/content\/103\/weblayout&#8221;<br \/>\n&lt;Location \/idc&gt;<br \/>\nOrder allow,deny<br \/>\nAllow from all<br \/>\nDirectoryIndex portal.htm<br \/>\nIdcSecurity idc<br \/>\n&lt;\/Location&gt;<\/font><\/p>\n<p><font color=\"#000000\">Bounced Apache<br \/>\n<\/font><strong><font color=\"#000000\">\/usr\/sbin\/httpd -k stop<br \/>\n\/usr\/sbin\/httpd -k start<\/font><\/strong><\/p>\n<p><font color=\"#ff0000\"><br \/>\n.<\/font><font color=\"#ff0000\"><font color=\"#ff0000\"><strong><u>Access Content Server <\/u><\/strong><\/font><\/p>\n<p><font color=\"#000000\">Access Oracle Content Server using URL\u00a0 http:\/\/webserver_host:webserver_port\/server_alias<br \/>\n.<\/font><\/p>\n<p><\/font><font color=\"#ff0000\"><font color=\"#000000\">Try UserName\/Password as\u00a0\u00a0 <strong>sysadmin<\/strong>\/<strong>idc<\/strong><\/font><\/font><font color=\"#ff0000\"><a href=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/ucm_login_2.jpg\"><img decoding=\"async\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/ucm_login_2.jpg\" \/><\/a><\/p>\n<p><a href=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/ucm_login_2.jpg\"><\/a><a href=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/ucm_login_3.jpg\"><img decoding=\"async\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/ucm_login_3.jpg\" \/><\/a><\/p>\n<p><font color=\"#ff0000\"><strong>Start \/ Stop<\/strong> Oracle Content Server (UCM), <strong>Security<\/strong> in Content Server , Configuration of Web Module (Web Content Management, Records Management &#8230;) coming soon&#8230;.<\/font><\/p>\n<p><\/font><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Yesterday\u00a0We saw\u00a0Oracle Content Server (Repository and Core Services for Universal Content Management) installation, We used Apache (Oracle HTTP Server) as [&hellip;]<\/p>\n","protected":false},"author":115,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[203],"tags":[],"class_list":["post-863","post","type-post","status-publish","format-standard","hentry","category-ucm"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Configure Apache (Oracle HTTP Server) with Stellent Content Server (UCM) - Part II -<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/onlineappsdba.com\/index.php\/2008\/09\/25\/configure-apache-oracle-http-server-with-stellent-content-server-ucm-part-ii\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Configure Apache (Oracle HTTP Server) with Stellent Content Server (UCM) - Part II -\" \/>\n<meta property=\"og:description\" content=\"Yesterday\u00a0We saw\u00a0Oracle Content Server (Repository and Core Services for Universal Content Management) installation, We used Apache (Oracle HTTP Server) as [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineappsdba.com\/index.php\/2008\/09\/25\/configure-apache-oracle-http-server-with-stellent-content-server-ucm-part-ii\/\" \/>\n<meta property=\"article:published_time\" content=\"2008-09-25T21:03:13+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2008-09-25T21:09:41+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/ucm_web_1.jpg\" \/>\n<meta name=\"author\" content=\"Masroof Ahmad\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Masroof Ahmad\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2008\/09\/25\/configure-apache-oracle-http-server-with-stellent-content-server-ucm-part-ii\/\",\"url\":\"https:\/\/onlineappsdba.com\/index.php\/2008\/09\/25\/configure-apache-oracle-http-server-with-stellent-content-server-ucm-part-ii\/\",\"name\":\"Configure Apache (Oracle HTTP Server) with Stellent Content Server (UCM) - Part II -\",\"isPartOf\":{\"@id\":\"https:\/\/onlineappsdba.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2008\/09\/25\/configure-apache-oracle-http-server-with-stellent-content-server-ucm-part-ii\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2008\/09\/25\/configure-apache-oracle-http-server-with-stellent-content-server-ucm-part-ii\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/ucm_web_1.jpg\",\"datePublished\":\"2008-09-25T21:03:13+00:00\",\"dateModified\":\"2008-09-25T21:09:41+00:00\",\"author\":{\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2008\/09\/25\/configure-apache-oracle-http-server-with-stellent-content-server-ucm-part-ii\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineappsdba.com\/index.php\/2008\/09\/25\/configure-apache-oracle-http-server-with-stellent-content-server-ucm-part-ii\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2008\/09\/25\/configure-apache-oracle-http-server-with-stellent-content-server-ucm-part-ii\/#primaryimage\",\"url\":\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/ucm_web_1.jpg\",\"contentUrl\":\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/ucm_web_1.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2008\/09\/25\/configure-apache-oracle-http-server-with-stellent-content-server-ucm-part-ii\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineappsdba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Configure Apache (Oracle HTTP Server) with Stellent Content Server (UCM) &#8211; Part II\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/onlineappsdba.com\/#website\",\"url\":\"https:\/\/onlineappsdba.com\/\",\"name\":\"\",\"description\":\"Oracle Implementation &amp; Training Experts\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/onlineappsdba.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\",\"name\":\"Masroof Ahmad\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g\",\"caption\":\"Masroof Ahmad\"},\"url\":\"https:\/\/onlineappsdba.com\/index.php\/author\/masroof\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Configure Apache (Oracle HTTP Server) with Stellent Content Server (UCM) - Part II -","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/onlineappsdba.com\/index.php\/2008\/09\/25\/configure-apache-oracle-http-server-with-stellent-content-server-ucm-part-ii\/","og_locale":"en_US","og_type":"article","og_title":"Configure Apache (Oracle HTTP Server) with Stellent Content Server (UCM) - Part II -","og_description":"Yesterday\u00a0We saw\u00a0Oracle Content Server (Repository and Core Services for Universal Content Management) installation, We used Apache (Oracle HTTP Server) as [&hellip;]","og_url":"https:\/\/onlineappsdba.com\/index.php\/2008\/09\/25\/configure-apache-oracle-http-server-with-stellent-content-server-ucm-part-ii\/","article_published_time":"2008-09-25T21:03:13+00:00","article_modified_time":"2008-09-25T21:09:41+00:00","og_image":[{"url":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/ucm_web_1.jpg","type":"","width":"","height":""}],"author":"Masroof Ahmad","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Masroof Ahmad","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/onlineappsdba.com\/index.php\/2008\/09\/25\/configure-apache-oracle-http-server-with-stellent-content-server-ucm-part-ii\/","url":"https:\/\/onlineappsdba.com\/index.php\/2008\/09\/25\/configure-apache-oracle-http-server-with-stellent-content-server-ucm-part-ii\/","name":"Configure Apache (Oracle HTTP Server) with Stellent Content Server (UCM) - Part II -","isPartOf":{"@id":"https:\/\/onlineappsdba.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2008\/09\/25\/configure-apache-oracle-http-server-with-stellent-content-server-ucm-part-ii\/#primaryimage"},"image":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2008\/09\/25\/configure-apache-oracle-http-server-with-stellent-content-server-ucm-part-ii\/#primaryimage"},"thumbnailUrl":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/ucm_web_1.jpg","datePublished":"2008-09-25T21:03:13+00:00","dateModified":"2008-09-25T21:09:41+00:00","author":{"@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb"},"breadcrumb":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2008\/09\/25\/configure-apache-oracle-http-server-with-stellent-content-server-ucm-part-ii\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineappsdba.com\/index.php\/2008\/09\/25\/configure-apache-oracle-http-server-with-stellent-content-server-ucm-part-ii\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlineappsdba.com\/index.php\/2008\/09\/25\/configure-apache-oracle-http-server-with-stellent-content-server-ucm-part-ii\/#primaryimage","url":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/ucm_web_1.jpg","contentUrl":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/ucm_web_1.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/onlineappsdba.com\/index.php\/2008\/09\/25\/configure-apache-oracle-http-server-with-stellent-content-server-ucm-part-ii\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineappsdba.com\/"},{"@type":"ListItem","position":2,"name":"Configure Apache (Oracle HTTP Server) with Stellent Content Server (UCM) &#8211; Part II"}]},{"@type":"WebSite","@id":"https:\/\/onlineappsdba.com\/#website","url":"https:\/\/onlineappsdba.com\/","name":"","description":"Oracle Implementation &amp; Training Experts","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/onlineappsdba.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb","name":"Masroof Ahmad","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g","caption":"Masroof Ahmad"},"url":"https:\/\/onlineappsdba.com\/index.php\/author\/masroof\/"}]}},"_links":{"self":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/863","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/users\/115"}],"replies":[{"embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/comments?post=863"}],"version-history":[{"count":0,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/863\/revisions"}],"wp:attachment":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/media?parent=863"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/categories?post=863"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/tags?post=863"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}