Description
apache-mod_autoindex - Generates directory indexes automatically
Property |
Value |
Distribution |
ROSA 2014.1 |
Repository |
ROSA Main Updates x86_64 |
Package name |
apache-mod_autoindex |
Package version |
2.4.37 |
Package release |
1-rosa2014.1 |
Package architecture |
x86_64 |
Package type |
rpm |
Installed size |
38.12 KB |
Download size |
19.60 KB |
Official Mirror |
mirror.rosalab.ru |
The index of a directory can come from one of two sources:
* A file written by the user, typically called index.html. The DirectoryIndex
directive sets the name of this file. This is controlled by mod_dir.
* Otherwise, a listing generated by the server. The other directives control
the format of this listing. The AddIcon, AddIconByEncoding and AddIconByType
are used to set a list of icons to display for various file types; for each
file listed, the first icon listed that matches the file is displayed. These
are controlled by mod_autoindex.
The two functions are separated so that you can completely remove (or replace)
automatic index generation should you want to.
Automatic index generation is enabled with using Options +Indexes. See the
Options directive for more details.
If the FancyIndexing option is given with the IndexOptions directive,
the column headers are links that control the order of the display. If
you select a header link, the listing will be regenerated, sorted by the
values in that column. Selecting the same header repeatedly toggles between
ascending and descending order. These column header links are suppressed
with the IndexOptions directive's SuppressColumnSorting option.
Note that when the display is sorted by "Size", it's the actual size of
the files that's used, not the displayed value - so a 1010-byte file will
always be displayed before a 1011-byte file (if in ascending order) even
though they both are shown as "1K".
Alternatives
Requires
Provides
Name |
Value |
apache-mod_autoindex |
== 2.4.37-1:2014.1 |
config(apache-mod_autoindex) |
== 0:2.4.37-1:2014.1 |
mod_autoindex.so()(64bit) |
- |
Conflicts
Download
Install Howto
- Enable ROSA Main Updates repository on Install and Remove Software
- Update packages list:
# urpmi.update -a
- Install apache-mod_autoindex rpm package:
# urpmi apache-mod_autoindex
Files
Path |
/etc/httpd/modules.d/097_mod_autoindex.conf |
/usr/lib64/apache/mod_autoindex.so |
See Also