{"id":442,"date":"2016-03-24T10:27:27","date_gmt":"2016-03-24T09:27:27","guid":{"rendered":"http:\/\/www.ume.li\/blog\/?p=442"},"modified":"2016-03-24T10:35:51","modified_gmt":"2016-03-24T09:35:51","slug":"configure-the-connections-ibm-http-server-as-a-reverse-proxy","status":"publish","type":"post","link":"https:\/\/www.ume.li\/blog\/2016\/03\/24\/configure-the-connections-ibm-http-server-as-a-reverse-proxy\/","title":{"rendered":"Configure the Connections IBM HTTP Server as a reverse Proxy"},"content":{"rendered":"<p>Open the httpd.conf.<\/p>\n<p>Uncomment the following lines<\/p>\n<pre class=\"brush: plain; title: ; notranslate\" title=\"\">\r\nLoadModule proxy_module modules\/mod_proxy.so\r\nLoadModule proxy_http_module modules\/mod_proxy_http.so\r\n\r\n<\/pre>\n<p>Add a new Virtual Host entry.<\/p>\n<pre class=\"brush: plain; title: ; notranslate\" title=\"\">\r\n&lt;IfModule mod_ibm_ssl.c&gt;\r\n NameVirtualHost *:443\r\n Listen *:443\r\n #Virtual Host for the Connections Server\r\n &lt;VirtualHost *:443&gt;\r\n  ServerName connect5.belsoft.ch\r\n  SSLEnable\r\n  RewriteEngine On\r\n  RewriteRule ^\/$ https:\/\/connect5.belsoft.ch\/homepage &#x5B;R,L]\r\n &lt;\/VirtualHost&gt;\r\n\r\n #VirtualHost for the proxied Domino\r\n &lt;VirtualHost *:443&gt;\r\n  ProxyPreserveHost On\r\n  ProxyPass \/ http:\/\/ldap.lab\/\r\n  ProxyPassReverse \/ http:\/\/ldap.lab\/\r\n  ServerName tools.belsoft.ch\r\n&lt;\/VirtualHost&gt;&lt;\/pre&gt;\r\n&lt;pre&gt;&lt;\/IfModule&gt;&lt;\/pre&gt;\r\n&lt;pre&gt;<\/pre>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Open the httpd.conf. Uncomment the following lines LoadModule proxy_module modules\/mod_proxy.so LoadModule proxy_http_module modules\/mod_proxy_http.so Add a new Virtual Host entry. &lt;IfModule<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[23],"tags":[],"class_list":["post-442","post","type-post","status-publish","format-standard","hentry","category-connections"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.ume.li\/blog\/wp-json\/wp\/v2\/posts\/442","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ume.li\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.ume.li\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.ume.li\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ume.li\/blog\/wp-json\/wp\/v2\/comments?post=442"}],"version-history":[{"count":7,"href":"https:\/\/www.ume.li\/blog\/wp-json\/wp\/v2\/posts\/442\/revisions"}],"predecessor-version":[{"id":449,"href":"https:\/\/www.ume.li\/blog\/wp-json\/wp\/v2\/posts\/442\/revisions\/449"}],"wp:attachment":[{"href":"https:\/\/www.ume.li\/blog\/wp-json\/wp\/v2\/media?parent=442"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ume.li\/blog\/wp-json\/wp\/v2\/categories?post=442"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ume.li\/blog\/wp-json\/wp\/v2\/tags?post=442"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}