<?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: authentication in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/apache-authentication/m-p/5180475#M26522</link>
    <description>Hi Willem,&lt;BR /&gt;&lt;BR /&gt;Do you have .htaccess filees in any of the directories? If so, what are their contents?</description>
    <pubDate>Wed, 10 Jun 2009 08:58:21 GMT</pubDate>
    <dc:creator>Camiel Vanderhoeven</dc:creator>
    <dc:date>2009-06-10T08:58:21Z</dc:date>
    <item>
      <title>Apache: authentication</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/apache-authentication/m-p/5180473#M26520</link>
      <description>OpenVMS 7.3-2, Apache 2.1-1; two systems, not clustered together.&lt;BR /&gt;&lt;BR /&gt;The webserver has been setup to serve virtual host, (port-based), and basically, the configuration las been setup as in attached file. This file is included at the end of httpd.conf&lt;BR /&gt;&lt;BR /&gt;http://node1:port/appl/index.html and http://node1:port/appl-cgi/script triggers authentication on first access, and authentication is passed to subsequent requests.&lt;BR /&gt;&lt;BR /&gt;http://node2:port/appl/index.html does NOT trigger authentication, and the following error is displayed:&lt;BR /&gt;&lt;BR /&gt;You don't have permission to access /appl/index.html on this server.&lt;BR /&gt;&lt;BR /&gt;Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.&lt;BR /&gt;&lt;BR /&gt;The same applies to access to the cgi-scripts.&lt;BR /&gt;&lt;BR /&gt;The base configuration contains the following differences:&lt;BR /&gt;&lt;BR /&gt;AllowOverride None vs. AuthConfig&lt;BR /&gt;UsecanonicalName On vs. Off&lt;BR /&gt;&lt;BR /&gt;APACHE$WWW has READ+WRITE access to all files it needs to access, either by a granted rights identifier (system 1) of explicitly (system 2) by an ACE on directories and files.&lt;BR /&gt;&lt;BR /&gt;Any hints what could cause the difference?</description>
      <pubDate>Wed, 10 Jun 2009 08:24:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/apache-authentication/m-p/5180473#M26520</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2009-06-10T08:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: Apache: authentication</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/apache-authentication/m-p/5180474#M26521</link>
      <description>Additional:&lt;BR /&gt;&lt;BR /&gt;On node2, Documentroot has been set to top directory:&lt;BR /&gt;&lt;BR /&gt;DocumentRoot /rootdir/appl&lt;BR /&gt;&lt;BR /&gt;which requires authentication.&lt;BR /&gt;Now the authentication is triggered, but the credentials are not passed in subsequent requests that follwo this path.&lt;BR /&gt;&lt;BR /&gt;Access and errorlog show the result (see attached file)</description>
      <pubDate>Wed, 10 Jun 2009 08:51:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/apache-authentication/m-p/5180474#M26521</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2009-06-10T08:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: Apache: authentication</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/apache-authentication/m-p/5180475#M26522</link>
      <description>Hi Willem,&lt;BR /&gt;&lt;BR /&gt;Do you have .htaccess filees in any of the directories? If so, what are their contents?</description>
      <pubDate>Wed, 10 Jun 2009 08:58:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/apache-authentication/m-p/5180475#M26522</guid>
      <dc:creator>Camiel Vanderhoeven</dc:creator>
      <dc:date>2009-06-10T08:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: Apache: authentication</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/apache-authentication/m-p/5180476#M26523</link>
      <description>No .htaccess files.</description>
      <pubDate>Wed, 10 Jun 2009 09:24:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/apache-authentication/m-p/5180476#M26523</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2009-06-10T09:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: Apache: authentication</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/apache-authentication/m-p/5180477#M26524</link>
      <description>I just found out that SSL has been enabled just before the include - and it contains SSLEngine On - before a virtual host using the information is defined.&lt;BR /&gt;Could that be of influence?</description>
      <pubDate>Wed, 10 Jun 2009 10:48:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/apache-authentication/m-p/5180477#M26524</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2009-06-10T10:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: Apache: authentication</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/apache-authentication/m-p/5180478#M26525</link>
      <description>Hi Willem,&lt;BR /&gt;&lt;BR /&gt;I can't see why any of the differences between the two configurations should casue this. Are you sure there are no other differences that went unnoticed?&lt;BR /&gt;&lt;BR /&gt;All versions are the same?&lt;BR /&gt;&lt;BR /&gt;The only thing I can think of is changing those settings that differ on node 2 to match those on node 1, and see if that does the trick. Once we know exactly what triggers the differing behaviour, we might be able to work out why.</description>
      <pubDate>Thu, 11 Jun 2009 04:55:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/apache-authentication/m-p/5180478#M26525</guid>
      <dc:creator>Camiel Vanderhoeven</dc:creator>
      <dc:date>2009-06-11T04:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: Apache: authentication</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/apache-authentication/m-p/5180479#M26526</link>
      <description>Solved.&lt;BR /&gt;Though the directroy itself allowed APACHE$WWW READ+WRITE access, parent directories allowed EXECUTE access only. It was found that adding READ access solved this issue.&lt;BR /&gt;&lt;BR /&gt;As a result, when using ACL protection, ALL directories in the path require ACE:&lt;BR /&gt;(ID=APACHE$WWW, ACCESS=READ+EXECUTE)</description>
      <pubDate>Thu, 11 Jun 2009 12:02:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/apache-authentication/m-p/5180479#M26526</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2009-06-11T12:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: Apache: authentication</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/apache-authentication/m-p/5180480#M26527</link>
      <description>Missing protection level...</description>
      <pubDate>Thu, 11 Jun 2009 12:03:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/apache-authentication/m-p/5180480#M26527</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2009-06-11T12:03:36Z</dc:date>
    </item>
  </channel>
</rss>

