https://issues.apache.org/bugzilla/show_bug.cgi?id=46852

           Summary: Not loading mod_autoindex makes httpd.conf unparsable.
           Product: Apache httpd-2
           Version: 2.2.11
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: mod_autoindex
        AssignedTo: [email protected]
        ReportedBy: [email protected]


If you comment out the "LoadModule autoindex_module modules/mod_autoindex.so"
line in httpd.conf then the "IndexOptions" directive farther down generates a
syntax error.

To fix it, the contents of docs/conf/extra/httpd-autoindex.conf.in should be
wrapped in a <IfModule mod_autoindex.c> directive.

It may also require a <IfModule mod_alias.c> directive around the "Alias
/icons/ "@exp_iconsdir@/"" commands.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to