Apache::AutoIndex - Perl replacment for mod_autoindex

anyone have an experience using this?

The real question:

does using this speed the creation of a directory index in Apache
significantly? We have directories with thousands of small files.

Thanks!
Petyr David [ Do, 24 April 2008 22:07 ] [ ID #1949607 ]

Re: Apache::AutoIndex - Perl replacment for mod_autoindex

Petyr David wrote:
> anyone have an experience using this?
>
> The real question:
>
> does using this speed the creation of a directory index in Apache
> significantly? We have directories with thousands of small files.

It's more likely that it'll be slower because mod_autoindex is
written in C and compiled into the Apache daemon, you're not
going to get much faster than that.

Possibly you could list 500 at a time, or something, which
would be faster, however having thousands of files in a directory
isn't typically a good design.
glex_no-spam [ Do, 24 April 2008 23:15 ] [ ID #1949611 ]
Perl » comp.lang.perl.misc » Apache::AutoIndex - Perl replacment for mod_autoindex

Vorheriges Thema: re: use of DBI; I am getting multiple error messages mixed in with
Nächstes Thema: Removing trailing newlines -