<?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 Diretory Listing Generation in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/apache-diretory-listing-generation/m-p/3840749#M34945</link>
    <description>I'll assume that "Why" meant "What".&lt;BR /&gt;&lt;BR /&gt;It might depend on the (undisclosed) Apache&lt;BR /&gt;version, and I know nothing, but what happens&lt;BR /&gt;if you _add_ the ScriptAlias directive&lt;BR /&gt;instead of replacing the original Alias with&lt;BR /&gt;it?</description>
    <pubDate>Wed, 09 Aug 2006 22:37:51 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2006-08-09T22:37:51Z</dc:date>
    <item>
      <title>Apache Diretory Listing Generation</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/apache-diretory-listing-generation/m-p/3840748#M34944</link>
      <description>The following from the httpd.conf file works:&lt;BR /&gt;&lt;BR /&gt;Alias /xxx/ "/SYS$SYSDEVICE/MYDIR/COM/"&lt;BR /&gt;&lt;BR /&gt;&lt;DIRECTORY&gt;&lt;BR /&gt;    Options Indexes MultiViews ExecCGI&lt;BR /&gt;    AllowOverride None&lt;BR /&gt;    Order allow,deny&lt;BR /&gt;    Allow from all&lt;BR /&gt;&lt;/DIRECTORY&gt;&lt;BR /&gt;&lt;BR /&gt;ie if I use a URL of hostname/xxx/ then&lt;BR /&gt;Apache will display a directory list of&lt;BR /&gt;[MYDIR.COM].&lt;BR /&gt;&lt;BR /&gt;If I change Alias to ScriptAlias, though I&lt;BR /&gt;can execute a script by explicitly entering&lt;BR /&gt;its name in the URL, when I try to get a dir&lt;BR /&gt;listing via the URL of "hostname/xxx/" I get the  message "You don't have permission to access /xxx/ on this server."&lt;BR /&gt;&lt;BR /&gt;Why do I need to change to get a dir listing?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 09 Aug 2006 18:26:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/apache-diretory-listing-generation/m-p/3840748#M34944</guid>
      <dc:creator>Jack Trachtman</dc:creator>
      <dc:date>2006-08-09T18:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Diretory Listing Generation</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/apache-diretory-listing-generation/m-p/3840749#M34945</link>
      <description>I'll assume that "Why" meant "What".&lt;BR /&gt;&lt;BR /&gt;It might depend on the (undisclosed) Apache&lt;BR /&gt;version, and I know nothing, but what happens&lt;BR /&gt;if you _add_ the ScriptAlias directive&lt;BR /&gt;instead of replacing the original Alias with&lt;BR /&gt;it?</description>
      <pubDate>Wed, 09 Aug 2006 22:37:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/apache-diretory-listing-generation/m-p/3840749#M34945</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2006-08-09T22:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Diretory Listing Generation</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/apache-diretory-listing-generation/m-p/3840750#M34946</link>
      <description>"By design"??&lt;BR /&gt;&lt;BR /&gt;"Scriptalias" tells Apache that at that location, files are to eb executed. be it .COM or .EXE. So scanning the directory is not possible.&lt;BR /&gt;&lt;BR /&gt;"Alis" is just what it says. Consider it ths Apache (Unix) equivalent to VMS's logical names.&lt;BR /&gt; &lt;BR /&gt;What you could try is to specify both Alais and Scriptalias. But I would suggest to keep scripts in a separate directory, for security reasons. Non-executable files can be set to Readonly, where executables (.COM, .EXE or whatever is specified) must be R+E for Apache$WWW.&lt;BR /&gt;&lt;BR /&gt;Keep in mind that Apache will only show the highest vesrion, except if explicily specify a lower version. (I had teh same probem and got around that by creating a directory listing in HTML format conating hyperlinks to each file.</description>
      <pubDate>Thu, 10 Aug 2006 06:36:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/apache-diretory-listing-generation/m-p/3840750#M34946</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2006-08-10T06:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Diretory Listing Generation</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/apache-diretory-listing-generation/m-p/3840751#M34947</link>
      <description>Apache v2.1&lt;BR /&gt;&lt;BR /&gt;Before throwing out my question, I tried:&lt;BR /&gt;&lt;BR /&gt;- changing all files &amp;amp; their dir's protection to include W:RWED&lt;BR /&gt;&lt;BR /&gt;- using both Alias and ScriptAlias for alias "/xxx/"&lt;BR /&gt;&lt;BR /&gt;- and now, I just tried changing file &amp;amp; dir ownership to match the Apache process&lt;BR /&gt;&lt;BR /&gt;With proper security, this would be a nice feature for me as a sys admin.&lt;BR /&gt;&lt;BR /&gt;Since you think that this is an odd idea, maybe Apache just doesn't support dir listings of ScriptAlias-ed directories.</description>
      <pubDate>Thu, 10 Aug 2006 11:14:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/apache-diretory-listing-generation/m-p/3840751#M34947</guid>
      <dc:creator>Jack Trachtman</dc:creator>
      <dc:date>2006-08-10T11:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Diretory Listing Generation</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/apache-diretory-listing-generation/m-p/3840752#M34948</link>
      <description>&lt;!--!*#--&gt;Attached an example of creating such a listing. I use this for scanning all my logfiles (aftre these are backed up onto a web-accessable location so I can read them wherever I am) - and it will allow access to nmultiple versions, in both  SWS and WASD. It will also get rid of any empty files, if you wish.&lt;BR /&gt;It _might_ help you scanning SCripot directories as well. &lt;BR /&gt;&lt;BR /&gt;Use at you wown risk. No warrenties.&lt;BR /&gt;&lt;BR /&gt;WG&lt;BR /&gt;</description>
      <pubDate>Sun, 08 Oct 2006 15:39:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/apache-diretory-listing-generation/m-p/3840752#M34948</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2006-10-08T15:39:21Z</dc:date>
    </item>
  </channel>
</rss>

