phpAutoindex 0.4 review

Download
by rbytes.net on

phpAutoindex is the PHP replacement of apaches mod_Autoindex module. phpAutoindex lists content of directories, processes these in

License: GPL (GNU General Public License)
File size: 0K
Developer: Jan
0 stars award from rbytes.net

phpAutoindex is the PHP replacement of apaches mod_Autoindex module.

phpAutoindex lists content of directories, processes these informations and sends them back to the user. So it is meant to be a replacement of the apache module autoindex.

Contrary to the apache module, phpAutoindex is more flexible and better configurable. So outputinformations may be manipulated, changed in order and turned off.

The input- and outputplugins are working independent of each other which makes creating plugins for own needs very easy.

Requirements:
apache >= 2 (versions < 2 weren't tested)
PHP >= 4

Installation:

There is no much PHP or apache knowledge needed for installing phpAutoindex.
Only the linux-variant will be described.

Unzip the tarball:

tar -xjf phpautoindex-.tar.bz2
mv phpautoindex- phpautoindex

The contents are now in the directory phpautoindex.
Enter the folder and copy the default configurationfile into the current:

cd phpautoindex
cp lang/config.default.en.inc.php config.inc.php

Afterwards edit config.inc.php with your preferred editor and change the default settings for your needs.

Now you can leave the folder and upload it to your webserver

What's New in This Release:
This release adds the ability to log accesses and/or errors, a filter, a script to generate a configuration, and a built-in thumbnail generator.
The mimetype input-extension now uses the finfo PECL-extension.

phpAutoindex 0.4 keywords