<?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: Apache HTTP.conf Set up in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/apache-http-conf-set-up/m-p/4452725#M61574</link>
    <description>Thanks for the articles - but it appears that I have set it up correctly (or at least the same as in the links). It just appears that it does not recognise the ProxyPass command.</description>
    <pubDate>Fri, 03 Jul 2009 14:51:09 GMT</pubDate>
    <dc:creator>Jason Shannon</dc:creator>
    <dc:date>2009-07-03T14:51:09Z</dc:date>
    <item>
      <title>Apache HTTP.conf Set up</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-http-conf-set-up/m-p/4452723#M61572</link>
      <description>I have just installed Apache 2.0.61 on my Red Hat 4.0 server.&lt;BR /&gt;&lt;BR /&gt;I have edited my httpd.conf in an attempt to allow a ProxyPass:&lt;BR /&gt;&lt;BR /&gt;&lt;IFMODULE mod_proxy.c=""&gt;&lt;BR /&gt;    ProxyRequests On&lt;BR /&gt;    &lt;PROXY&gt;&lt;BR /&gt;        Order deny,allow&lt;BR /&gt;        Allow from all&lt;BR /&gt;    &lt;/PROXY&gt;&lt;BR /&gt;&lt;/IFMODULE&gt;&lt;BR /&gt;ProxyPass /SA &lt;A href="http://ni-cr-dev-vm3.pharms-services.com:7782/SampleAnnotationOQ" target="_blank"&gt;http://ni-cr-dev-vm3.pharms-services.com:7782/SampleAnnotationOQ&lt;/A&gt;&lt;BR /&gt;ProxyPassReverse /SA &lt;A href="http://ni-cr-dev-vm3.pharms-services.com:7782/SampleAnnotationOQ" target="_blank"&gt;http://ni-cr-dev-vm3.pharms-services.com:7782/SampleAnnotationOQ&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;When I attempt to start apache I get the following:&lt;BR /&gt;&lt;BR /&gt;[root@ni-cr-svc-rp2 bin]# ./apachectl start&lt;BR /&gt;Syntax error on line 1043 of /usr/local/apache2/conf/httpd.conf:&lt;BR /&gt;Invalid command 'ProxyPass', perhaps mis-spelled or defined by a module not included in the server configuration&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Jul 2009 14:03:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-http-conf-set-up/m-p/4452723#M61572</guid>
      <dc:creator>Jason Shannon</dc:creator>
      <dc:date>2009-07-03T14:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: Apache HTTP.conf Set up</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-http-conf-set-up/m-p/4452724#M61573</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Interesting documents come to mind.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.kallasoft.com/using-apache-virtual-hosts-and-proxypass-together/" target="_blank"&gt;http://www.kallasoft.com/using-apache-virtual-hosts-and-proxypass-together/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://community.thoughtworks.com/posts/1954e8961c/comments" target="_blank"&gt;http://community.thoughtworks.com/posts/1954e8961c/comments&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 03 Jul 2009 14:39:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-http-conf-set-up/m-p/4452724#M61573</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-07-03T14:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Apache HTTP.conf Set up</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-http-conf-set-up/m-p/4452725#M61574</link>
      <description>Thanks for the articles - but it appears that I have set it up correctly (or at least the same as in the links). It just appears that it does not recognise the ProxyPass command.</description>
      <pubDate>Fri, 03 Jul 2009 14:51:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-http-conf-set-up/m-p/4452725#M61574</guid>
      <dc:creator>Jason Shannon</dc:creator>
      <dc:date>2009-07-03T14:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: Apache HTTP.conf Set up</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-http-conf-set-up/m-p/4452726#M61575</link>
      <description>You have ProxyRequests set to On and access control set to allow everything. This would make your server an "open proxy", which is a dangerous configuration if exposed to the public Internet.&lt;BR /&gt;&lt;BR /&gt;Because the proxy module has security implications, it is usually disabled by default in all modern Linux distributions. Misconfigured proxies can be harmful for both you and other people on the Internet.&lt;BR /&gt;&lt;BR /&gt;Please read:&lt;BR /&gt;&lt;A href="http://httpd.apache.org/docs/2.0/mod/mod_proxy.html#access" target="_blank"&gt;http://httpd.apache.org/docs/2.0/mod/mod_proxy.html#access&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Have you enabled the proxy module earlier in the configuration (i.e. uncommented  "LoadModule" line(s) referring to the proxy module)?&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Sat, 04 Jul 2009 06:54:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-http-conf-set-up/m-p/4452726#M61575</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-07-04T06:54:44Z</dc:date>
    </item>
  </channel>
</rss>

