<?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 Re: HP-UX Apache web server in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-apache-web-server/m-p/3127966#M571783</link>
    <description>Here is some General information about setting up a Apache Proxy Server.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hp.com/products1/unix/webservers/apache/faqs/index.html" target="_blank"&gt;http://www.hp.com/products1/unix/webservers/apache/faqs/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;See FAQ # 12.&lt;BR /&gt;&lt;BR /&gt;This link is also provided for more details on setting up a proxy server.&lt;BR /&gt;&lt;BR /&gt;httpd.apache.org/docs/mod/mod_proxy.html &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope that helps,&lt;BR /&gt;&lt;BR /&gt;Todd&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 25 Nov 2003 07:45:57 GMT</pubDate>
    <dc:creator>Todd Whitcher</dc:creator>
    <dc:date>2003-11-25T07:45:57Z</dc:date>
    <item>
      <title>HP-UX Apache web server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-apache-web-server/m-p/3127965#M571782</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'd like to use the HP-UX Apache server as an&lt;BR /&gt;http/https proxy, meaning that I want to proxy&lt;BR /&gt;requests from http client (not talking https)&lt;BR /&gt;to https servers, in a forward proxy mode.&lt;BR /&gt;This means that the proxy has to translate&lt;BR /&gt;http requests from clients to secured https&lt;BR /&gt;requests to secured web servers.&lt;BR /&gt;&lt;BR /&gt;Is this possible ? &lt;BR /&gt;If yes, I'd like to know how to configure (directives) the apache server to do this ?&lt;BR /&gt;I'm currently using HP-UX Apache-based Web Server A.1.0.10.01&lt;BR /&gt;&lt;BR /&gt;Thanks in advance</description>
      <pubDate>Tue, 25 Nov 2003 05:11:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-apache-web-server/m-p/3127965#M571782</guid>
      <dc:creator>Denis TERRASSE_1</dc:creator>
      <dc:date>2003-11-25T05:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX Apache web server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-apache-web-server/m-p/3127966#M571783</link>
      <description>Here is some General information about setting up a Apache Proxy Server.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hp.com/products1/unix/webservers/apache/faqs/index.html" target="_blank"&gt;http://www.hp.com/products1/unix/webservers/apache/faqs/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;See FAQ # 12.&lt;BR /&gt;&lt;BR /&gt;This link is also provided for more details on setting up a proxy server.&lt;BR /&gt;&lt;BR /&gt;httpd.apache.org/docs/mod/mod_proxy.html &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope that helps,&lt;BR /&gt;&lt;BR /&gt;Todd&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Nov 2003 07:45:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-apache-web-server/m-p/3127966#M571783</guid>
      <dc:creator>Todd Whitcher</dc:creator>
      <dc:date>2003-11-25T07:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX Apache web server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-apache-web-server/m-p/3127967#M571784</link>
      <description>Looking at the Apache module mod_proxy it appears that the allowConnect directive may do what you want. &lt;BR /&gt;&lt;BR /&gt;AllowCONNECT directive&lt;BR /&gt;Syntax: AllowCONNECT port [port] ...&lt;BR /&gt;Default: AllowCONNECT 443 563&lt;BR /&gt;Context: server config, virtual host&lt;BR /&gt;Override: Not applicable&lt;BR /&gt;Status: Base&lt;BR /&gt;Module: mod_proxy&lt;BR /&gt;Compatibility: AllowCONNECT is only available in Apache 1.3.2 and later. &lt;BR /&gt;The AllowCONNECT directive specifies a list of port numbers to which the proxy CONNECT method may connect. Today's browsers use this method when a https connection is requested and proxy tunneling over http is in effect.&lt;BR /&gt;By default, only the default https port (443) and the default snews port (563) are enabled. Use the AllowCONNECT directive to override this default and allow connections to the listed ports only.&lt;BR /&gt;&lt;BR /&gt;Todd</description>
      <pubDate>Tue, 25 Nov 2003 07:49:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-apache-web-server/m-p/3127967#M571784</guid>
      <dc:creator>Todd Whitcher</dc:creator>
      <dc:date>2003-11-25T07:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX Apache web server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-apache-web-server/m-p/3127968#M571785</link>
      <description>One more post, you would need to upgrade to get this functionality.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hp.com/products1/unix/webservers/apache/downloads/index.html" target="_blank"&gt;http://www.hp.com/products1/unix/webservers/apache/downloads/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Nov 2003 07:51:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-apache-web-server/m-p/3127968#M571785</guid>
      <dc:creator>Todd Whitcher</dc:creator>
      <dc:date>2003-11-25T07:51:27Z</dc:date>
    </item>
  </channel>
</rss>

