File size directory listing in Apache: Difference between revisions

From D3xt3r01.tk
Jump to navigationJump to search
m (New page: ==WHY== I wanted a bigger file name in Indexed directories. ==HOW== Editing ''/etc/apache2/modules.d/00_mod_autoindex.conf'' You should have a line looking like this: IndexOptions ...)
 
Line 5: Line 5:
==HOW==
==HOW==


Editing ''/etc/apache2/modules.d/00_mod_autoindex.conf''
In gentoo editing ''/etc/apache2/modules.d/00_mod_autoindex.conf''


You should have a line looking like this:
You should have a line looking like this:
Line 12: Line 12:


Nontice the NameWidth= option that should make it as large as needed.
Nontice the NameWidth= option that should make it as large as needed.
Don't forget to restart apache !


==LINKS==
==LINKS==

Revision as of 12:25, 18 October 2009

WHY

I wanted a bigger file name in Indexed directories.

HOW

In gentoo editing /etc/apache2/modules.d/00_mod_autoindex.conf

You should have a line looking like this:

 IndexOptions FancyIndexing VersionSort FoldersFirst NameWidth=*

Nontice the NameWidth= option that should make it as large as needed.

Don't forget to restart apache !

LINKS

mod_autoindex#indexoptions Apache 2.2 Cateogry: Tweaks