<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic System Management Homepage with reverse proxy in Server Management - Systems Insight Manager</title>
    <link>https://community.hpe.com/t5/server-management-systems/system-management-homepage-with-reverse-proxy/m-p/4294467#M34980</link>
    <description>Hello&lt;BR /&gt;&lt;BR /&gt;I try to configure smh acces through an apache reverse proxy.&lt;BR /&gt;&lt;BR /&gt;This is a working configuration in httpd.conf (apache 2.2.3):&lt;BR /&gt;&lt;BR /&gt;ProxyRequests Off&lt;BR /&gt;Proxypass / &lt;A href="https://smhhost.domain.ch:2381/" target="_blank"&gt;https://smhhost.domain.ch:2381/&lt;/A&gt;&lt;BR /&gt;ProxyPassReverse / &lt;A href="https://smhhost.domain.ch:2381/" target="_blank"&gt;https://smhhost.domain.ch:2381/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Access URL &lt;A href="https://rproxy.domain.ch/" target="_blank"&gt;https://rproxy.domain.ch/&lt;/A&gt; works.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Now I want extend the setup that it works as following:&lt;BR /&gt;&lt;BR /&gt;-&lt;A href="https://rproxy.domain.ch/smhhost1" target="_blank"&gt;https://rproxy.domain.ch/smhhost1&lt;/A&gt; should be a reverse proxy for &lt;A href="https://smhhost1.domain.ch:2381" target="_blank"&gt;https://smhhost1.domain.ch:2381&lt;/A&gt;&lt;BR /&gt;-&lt;A href="https://rproxy.domain.ch/smhhost2" target="_blank"&gt;https://rproxy.domain.ch/smhhost2&lt;/A&gt; should be a reverse proxy for &lt;A href="https://smhhost2.domain.ch:2381" target="_blank"&gt;https://smhhost2.domain.ch:2381&lt;/A&gt;&lt;BR /&gt;-...&lt;BR /&gt;&lt;BR /&gt;I tried this setup in httpd.conf:&lt;BR /&gt;&lt;BR /&gt;ProxyRequests Off&lt;BR /&gt;ProxyPass /smhhost1/ &lt;A href="https://smhhost1.domain.ch:2381/" target="_blank"&gt;https://smhhost1.domain.ch:2381/&lt;/A&gt;&lt;BR /&gt;ProxyPassReverse /smhhost1 &lt;A href="https://smhhost.domain.ch:2381/" target="_blank"&gt;https://smhhost.domain.ch:2381/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;ProxyPass /smhhost2/ &lt;A href="https://smhhost2.domain.ch:2381/" target="_blank"&gt;https://smhhost2.domain.ch:2381/&lt;/A&gt;&lt;BR /&gt;ProxyPassReverse /smhhost2 &lt;A href="https://smhhost2.domain.ch:2381/" target="_blank"&gt;https://smhhost2.domain.ch:2381/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Access URL &lt;A href="https://rproxy.domain.ch/smhhost1" target="_blank"&gt;https://rproxy.domain.ch/smhhost1&lt;/A&gt; gives an error 404 (same for .../smhhost2). In httpd error log, I see the cause for this behaviour. httpd tries to access file /var/www/html/cpqlogin.html which does not exist (httpd should access this file via reverse proxy...).&lt;BR /&gt;&lt;BR /&gt;How can I configure apache that this kind of configuration works?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Patrick</description>
    <pubDate>Mon, 27 Oct 2008 11:19:27 GMT</pubDate>
    <dc:creator>Patrick Mueller_2</dc:creator>
    <dc:date>2008-10-27T11:19:27Z</dc:date>
    <item>
      <title>System Management Homepage with reverse proxy</title>
      <link>https://community.hpe.com/t5/server-management-systems/system-management-homepage-with-reverse-proxy/m-p/4294467#M34980</link>
      <description>Hello&lt;BR /&gt;&lt;BR /&gt;I try to configure smh acces through an apache reverse proxy.&lt;BR /&gt;&lt;BR /&gt;This is a working configuration in httpd.conf (apache 2.2.3):&lt;BR /&gt;&lt;BR /&gt;ProxyRequests Off&lt;BR /&gt;Proxypass / &lt;A href="https://smhhost.domain.ch:2381/" target="_blank"&gt;https://smhhost.domain.ch:2381/&lt;/A&gt;&lt;BR /&gt;ProxyPassReverse / &lt;A href="https://smhhost.domain.ch:2381/" target="_blank"&gt;https://smhhost.domain.ch:2381/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Access URL &lt;A href="https://rproxy.domain.ch/" target="_blank"&gt;https://rproxy.domain.ch/&lt;/A&gt; works.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Now I want extend the setup that it works as following:&lt;BR /&gt;&lt;BR /&gt;-&lt;A href="https://rproxy.domain.ch/smhhost1" target="_blank"&gt;https://rproxy.domain.ch/smhhost1&lt;/A&gt; should be a reverse proxy for &lt;A href="https://smhhost1.domain.ch:2381" target="_blank"&gt;https://smhhost1.domain.ch:2381&lt;/A&gt;&lt;BR /&gt;-&lt;A href="https://rproxy.domain.ch/smhhost2" target="_blank"&gt;https://rproxy.domain.ch/smhhost2&lt;/A&gt; should be a reverse proxy for &lt;A href="https://smhhost2.domain.ch:2381" target="_blank"&gt;https://smhhost2.domain.ch:2381&lt;/A&gt;&lt;BR /&gt;-...&lt;BR /&gt;&lt;BR /&gt;I tried this setup in httpd.conf:&lt;BR /&gt;&lt;BR /&gt;ProxyRequests Off&lt;BR /&gt;ProxyPass /smhhost1/ &lt;A href="https://smhhost1.domain.ch:2381/" target="_blank"&gt;https://smhhost1.domain.ch:2381/&lt;/A&gt;&lt;BR /&gt;ProxyPassReverse /smhhost1 &lt;A href="https://smhhost.domain.ch:2381/" target="_blank"&gt;https://smhhost.domain.ch:2381/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;ProxyPass /smhhost2/ &lt;A href="https://smhhost2.domain.ch:2381/" target="_blank"&gt;https://smhhost2.domain.ch:2381/&lt;/A&gt;&lt;BR /&gt;ProxyPassReverse /smhhost2 &lt;A href="https://smhhost2.domain.ch:2381/" target="_blank"&gt;https://smhhost2.domain.ch:2381/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Access URL &lt;A href="https://rproxy.domain.ch/smhhost1" target="_blank"&gt;https://rproxy.domain.ch/smhhost1&lt;/A&gt; gives an error 404 (same for .../smhhost2). In httpd error log, I see the cause for this behaviour. httpd tries to access file /var/www/html/cpqlogin.html which does not exist (httpd should access this file via reverse proxy...).&lt;BR /&gt;&lt;BR /&gt;How can I configure apache that this kind of configuration works?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Patrick</description>
      <pubDate>Mon, 27 Oct 2008 11:19:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/system-management-homepage-with-reverse-proxy/m-p/4294467#M34980</guid>
      <dc:creator>Patrick Mueller_2</dc:creator>
      <dc:date>2008-10-27T11:19:27Z</dc:date>
    </item>
  </channel>
</rss>

