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-example-apache.pl if you are running an Apache server (Unix)

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

 - config-example-webstar.pl if you are running a Webstar server

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

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

* COUNTER

 - config-example-tag.pl if you use the logfiles generated from the javascript tag method

* CUPS

 - config-example-cups.pl if you want to run w3perl with CUPS logfiles

* FTP

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

* EMAIL

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

* SQUID

 - config-example-squid-native/config-example-squid-common/squid-example-eclf for squid server
   using Native/CLF or ECLF logfile format

* DHCPD
 - config-example-dhcp.pl if you are running an dhcpd server

Windows :
---------

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

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

 - 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 server running.

 - config-win-abyss.pl if you want to run w3perl on Windows with an 
Abyss server running.


MacOS :
-------

- config-example-macos.pl if you are running an Apache Web Server on
  MacOS X
