]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Clean up mod_autoindex's storage of the IndexOptions settings.
authorKen Coar <coar@apache.org>
Mon, 31 Aug 1998 01:18:48 +0000 (01:18 +0000)
committerKen Coar <coar@apache.org>
Mon, 31 Aug 1998 01:18:48 +0000 (01:18 +0000)
commit1a6dd5e389dff4fcb06c16325ff5d89eac471e9c
tree6c8cde44ba1ad79190df194405cc1688aaa97a1e
parentf1f562e65f1f4e49f139576acba596c23b931069
Clean up mod_autoindex's storage of the IndexOptions settings.
They are per-directory, not per-filename, so keeping them in
an array is confusing and pointless.  They're now stored in an
int in the module config record.  Also (finally!) fix the
FancyIndexing directive so it gets merged into any IndexOptions
settings for the current directory, rather than replacing them.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81972 13f79535-47bb-0310-9956-ffa450edef68
docs/manual/mod/mod_autoindex.html