Configuration files directory
-----------------------------

This directory should be filled with w3perl configuration files.
The administration interface (/w3perl/admin/) will create
files inside this directory. As scripts are running by web server with
minimal permission, this directory should be read/write to everyone.
(chmod 777).

To install configuration files, you'll need to copy (NOT move) them
in your cgi-bin directory with others w3perl scripts.

If you upgrade configuration files either from the administration 
interface or by hand, you need to modify the files inside this
directory and then copy them in your cgi-bin.

Two specific configuration are available :

 - config-ftp.pl if you are running a Unix FTP server

 - config-iis.pl if you want to run w3perl on Windows with a IIS
 server running.

 - config-win.pl if you want to run w3perl on Windows without the need
to install a server like IIS or Apache.

 - config-mdv.pl if you install w3perl as a Mandriva rpm
 
 - config-ubuntu.pl if you install w3perl as a Debian package

 - config-onebigfile.pl if you install w3perl on a server using only
   one logfile (with no logfile split).

 - config-w3perl.pl, this is my own configuration as an example
