<?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: module configuration in HP-UX Apache in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/module-configuration-in-hp-ux-apache/m-p/3382405#M566622</link>
    <description>Well, in httpd.conf, the only reference to autoindex is:&lt;BR /&gt;"LoadModule autoindex_module modules/mod_autoindex.so"&lt;BR /&gt;&lt;BR /&gt;Sorry to be such a pain here. :)&lt;BR /&gt;</description>
    <pubDate>Mon, 20 Sep 2004 14:56:09 GMT</pubDate>
    <dc:creator>Jason Moorhead_2</dc:creator>
    <dc:date>2004-09-20T14:56:09Z</dc:date>
    <item>
      <title>module configuration in HP-UX Apache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/module-configuration-in-hp-ux-apache/m-p/3382397#M566614</link>
      <description>I need to make a change to the configuration of module mod_autoindex on my hp-ux 11.11 apache webserver.  I know the change I need to make, but how in the world do you go about editing an apache module?  I can't seem to find an easy answer for this anywhere.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Jason</description>
      <pubDate>Mon, 20 Sep 2004 09:52:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/module-configuration-in-hp-ux-apache/m-p/3382397#M566614</guid>
      <dc:creator>Jason Moorhead_2</dc:creator>
      <dc:date>2004-09-20T09:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: module configuration in HP-UX Apache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/module-configuration-in-hp-ux-apache/m-p/3382398#M566615</link>
      <description>The mod* files are binaries, so you'd need access to the source C code for the particular module you want to modify. You can get the official apache version here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://httpd.apache.org/docs-2.1/mod/mod_autoindex.html" target="_blank"&gt;http://httpd.apache.org/docs-2.1/mod/mod_autoindex.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;mark</description>
      <pubDate>Mon, 20 Sep 2004 10:36:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/module-configuration-in-hp-ux-apache/m-p/3382398#M566615</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2004-09-20T10:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: module configuration in HP-UX Apache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/module-configuration-in-hp-ux-apache/m-p/3382399#M566616</link>
      <description>Where is the c code at?  I don't see it on the server itself, and I don't see a mention of how to get it on the page you sent me.&lt;BR /&gt;&lt;BR /&gt;Thanks again&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Sep 2004 13:02:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/module-configuration-in-hp-ux-apache/m-p/3382399#M566616</guid>
      <dc:creator>Jason Moorhead_2</dc:creator>
      <dc:date>2004-09-20T13:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: module configuration in HP-UX Apache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/module-configuration-in-hp-ux-apache/m-p/3382400#M566617</link>
      <description>Here's one version, but I don't know how compatible it is with your build:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://apache.hpi.uni-potsdam.de/document/sources/httpd-2.0.45-html/__modules_generators_mod_autoindex_c.html" target="_blank"&gt;http://apache.hpi.uni-potsdam.de/document/sources/httpd-2.0.45-html/__modules_generators_mod_autoindex_c.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;What you may have to do is get the complete source code for the build you are using and then extract the module from that.  Where'd you get what you are running from?&lt;BR /&gt;&lt;BR /&gt;mark</description>
      <pubDate>Mon, 20 Sep 2004 13:56:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/module-configuration-in-hp-ux-apache/m-p/3382400#M566617</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2004-09-20T13:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: module configuration in HP-UX Apache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/module-configuration-in-hp-ux-apache/m-p/3382401#M566618</link>
      <description>Unfortunatly for this scenario, I got it from the HP Web Services depot on software.hp.com.  &lt;BR /&gt;&lt;BR /&gt;Honestly, I don't even know what version of Apache this is running.  The swlist doesn't show the apache version.</description>
      <pubDate>Mon, 20 Sep 2004 14:16:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/module-configuration-in-hp-ux-apache/m-p/3382401#M566618</guid>
      <dc:creator>Jason Moorhead_2</dc:creator>
      <dc:date>2004-09-20T14:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: module configuration in HP-UX Apache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/module-configuration-in-hp-ux-apache/m-p/3382402#M566619</link>
      <description>Look in /opt/apache/logs/error.log, it should give you the version with the last start-up message.  There may also be release documentation in /opt/apache/htdocs/doc/apache.release.notes&lt;BR /&gt;&lt;BR /&gt;Once you've ID'd the version, getting the correct module will be much easier, and then the apache.org folks should be able to point you in the right direction.&lt;BR /&gt;&lt;BR /&gt;mark</description>
      <pubDate>Mon, 20 Sep 2004 14:35:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/module-configuration-in-hp-ux-apache/m-p/3382402#M566619</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2004-09-20T14:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: module configuration in HP-UX Apache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/module-configuration-in-hp-ux-apache/m-p/3382403#M566620</link>
      <description>Thanks Mark,  we're running 2.0.48</description>
      <pubDate>Mon, 20 Sep 2004 14:43:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/module-configuration-in-hp-ux-apache/m-p/3382403#M566620</guid>
      <dc:creator>Jason Moorhead_2</dc:creator>
      <dc:date>2004-09-20T14:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: module configuration in HP-UX Apache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/module-configuration-in-hp-ux-apache/m-p/3382404#M566621</link>
      <description>ok, I'm brain-dead today or something. I just realized what you are wanting to do.  The autoindex settup is in the httpd.conf file, which ought to be in /opt/apache/conf.  It's about half way down the file.  Look for " &lt;IFMODULE mod_autoindex.c=""&gt;"&lt;BR /&gt;&lt;BR /&gt;mark&lt;/IFMODULE&gt;</description>
      <pubDate>Mon, 20 Sep 2004 14:47:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/module-configuration-in-hp-ux-apache/m-p/3382404#M566621</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2004-09-20T14:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: module configuration in HP-UX Apache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/module-configuration-in-hp-ux-apache/m-p/3382405#M566622</link>
      <description>Well, in httpd.conf, the only reference to autoindex is:&lt;BR /&gt;"LoadModule autoindex_module modules/mod_autoindex.so"&lt;BR /&gt;&lt;BR /&gt;Sorry to be such a pain here. :)&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Sep 2004 14:56:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/module-configuration-in-hp-ux-apache/m-p/3382405#M566622</guid>
      <dc:creator>Jason Moorhead_2</dc:creator>
      <dc:date>2004-09-20T14:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: module configuration in HP-UX Apache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/module-configuration-in-hp-ux-apache/m-p/3382406#M566623</link>
      <description>I tried sending this as an attachement, but it wouldn't upload.  This is from my version 1.3.26 conf file:&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# Directives controlling the display of server-generated directory listings.&lt;BR /&gt;#&lt;BR /&gt;&lt;IFMODULE mod_autoindex.c=""&gt;&lt;BR /&gt;&lt;BR /&gt;    #&lt;BR /&gt;    # FancyIndexing is whether you want fancy directory indexing or standard&lt;BR /&gt;    #&lt;BR /&gt;    IndexOptions FancyIndexing&lt;BR /&gt;&lt;BR /&gt;    #&lt;BR /&gt;    # AddIcon* directives tell the server which icon to show for different&lt;BR /&gt;    # files or filename extensions.  These are only displayed for&lt;BR /&gt;    # FancyIndexed directories.&lt;BR /&gt;    #&lt;BR /&gt;    AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip&lt;BR /&gt;&lt;BR /&gt;    AddIconByType (TXT,/icons/text.gif) text/*&lt;BR /&gt;    AddIconByType (IMG,/icons/image2.gif) image/*&lt;BR /&gt;    AddIconByType (SND,/icons/sound2.gif) audio/*&lt;BR /&gt;    AddIconByType (VID,/icons/movie.gif) video/*&lt;BR /&gt;&lt;BR /&gt;    AddIcon /icons/binary.gif .bin .exe&lt;BR /&gt;    AddIcon /icons/binhex.gif .hqx&lt;BR /&gt;    AddIcon /icons/tar.gif .tar&lt;BR /&gt;    AddIcon /icons/world2.gif .wrl .wrl.gz .vrml .vrm .iv&lt;BR /&gt;    AddIcon /icons/compressed.gif .Z .z .tgz .gz .zip&lt;BR /&gt;    AddIcon /icons/a.gif .ps .ai .eps&lt;BR /&gt;    AddIcon /icons/layout.gif .html .shtml .htm .pdf&lt;BR /&gt;    AddIcon /icons/text.gif .txt&lt;BR /&gt;    AddIcon /icons/c.gif .c&lt;BR /&gt;    AddIcon /icons/p.gif .pl .py&lt;BR /&gt;    AddIcon /icons/f.gif .for&lt;BR /&gt;    AddIcon /icons/dvi.gif .dvi&lt;BR /&gt;    AddIcon /icons/uuencoded.gif .uu&lt;BR /&gt;    AddIcon /icons/script.gif .conf .sh .shar .csh .ksh .tcl&lt;BR /&gt;    AddIcon /icons/tex.gif .tex&lt;BR /&gt;    AddIcon /icons/bomb.gif core&lt;BR /&gt;&lt;BR /&gt;    AddIcon /icons/back.gif ..&lt;BR /&gt;    AddIcon /icons/hand.right.gif README&lt;BR /&gt;    AddIcon /icons/folder.gif ^^DIRECTORY^^&lt;BR /&gt;    AddIcon /icons/blank.gif ^^BLANKICON^^&lt;BR /&gt;&lt;BR /&gt;    #&lt;BR /&gt;    # DefaultIcon is which icon to show for files which do not have an icon&lt;BR /&gt;    # explicitly set.&lt;BR /&gt;    #&lt;BR /&gt;    DefaultIcon /icons/unknown.gif&lt;BR /&gt;&lt;BR /&gt;    #&lt;BR /&gt;    # AddDescription allows you to place a short description after a file in&lt;BR /&gt;    # server-generated indexes.  These are only displayed for FancyIndexed&lt;BR /&gt;    # directories.&lt;BR /&gt;    # Format: AddDescription "description" filename&lt;BR /&gt;    #&lt;BR /&gt;    #AddDescription "GZIP compressed document" .gz&lt;BR /&gt;    #AddDescription "tar archive" .tar&lt;BR /&gt;    #AddDescription "GZIP compressed tar archive" .tgz&lt;BR /&gt;&lt;BR /&gt;    #&lt;BR /&gt;    # ReadmeName is the name of the README file the server will look for by&lt;BR /&gt;    # default, and append to directory listings.&lt;BR /&gt;    #&lt;BR /&gt;    # HeaderName is the name of a file which should be prepended to&lt;BR /&gt;    # directory indexes.&lt;BR /&gt;    #&lt;BR /&gt;    # If MultiViews are amongst the Options in effect, the server will&lt;BR /&gt;    # first look for name.html and include it if found.  If name.html&lt;BR /&gt;    # doesn't exist, the server will then look for name.txt and include&lt;BR /&gt;    # it as plaintext if found.&lt;BR /&gt;    #&lt;BR /&gt;    ReadmeName README&lt;BR /&gt;    HeaderName HEADER&lt;BR /&gt;&lt;BR /&gt;    #&lt;BR /&gt;    # IndexIgnore is a set of filenames which directory indexing should ignore&lt;BR /&gt;    # and not include in the listing.  Shell-style wildcarding is permitted.&lt;BR /&gt;    #&lt;BR /&gt;    IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t&lt;BR /&gt;&lt;BR /&gt;&lt;/IFMODULE&gt;&lt;BR /&gt;# End of indexing directives.&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Sep 2004 15:02:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/module-configuration-in-hp-ux-apache/m-p/3382406#M566623</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2004-09-20T15:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: module configuration in HP-UX Apache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/module-configuration-in-hp-ux-apache/m-p/3382407#M566624</link>
      <description>That was it!  I found the line called IndexOptions and made it look like:&lt;BR /&gt;&lt;BR /&gt;"IndexOptions FancyIndexing VersionSort NameWidth=* SuppressDescription"&lt;BR /&gt;&lt;BR /&gt;I added the NameWidth option so we could see the full filename of the directory listing and then added the Suppress option to get rid of the description field (which is rarely used and clears up like 20 chars of room).&lt;BR /&gt;&lt;BR /&gt;Thanks again, Mark!!!&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Sep 2004 15:32:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/module-configuration-in-hp-ux-apache/m-p/3382407#M566624</guid>
      <dc:creator>Jason Moorhead_2</dc:creator>
      <dc:date>2004-09-20T15:32:32Z</dc:date>
    </item>
  </channel>
</rss>

