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

This directory contains 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.

Some template configuration are available :

Unix :
------

* WEB :

 - config-apache.pl if you are running an Apache server (Unix)

 - 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

* FTP

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

* EMAIL

 - config-exim.pl if you are running an exim4 mail server

* SQUID

 - config-squid for squid server


Windows :
---------

 - 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-win-apache.pl if you want to run w3perl on Windows with an 
Apache 2.2.4 server running.

