Windows

 IIS server 

  • First STAGE : Install the scripts

    - Run w3perl-iis.exe

  • 2nd STAGE : Build configuration file

    - Now use your opened browser to http://localhost/w3perl/admin/ to manage configuration files.
    - Default configuration file is provided for IIS : config-iis.pl. You should be able to use it without any modifications if you are using a default IIS server.
    - If you want to make some modifications (for instance changing logfile format to IIS instead of the default W3C), select Modify a config and select the config-iis file.
    - If you want to build your own configuration file from scratch, click on Make a new config and follow the procedures outlined. By filling in the details you will create a file called config.pl

  • 3rd STAGE : Ready

    - You should now be able to analyse your logs.
    - In admin go through the Immediate Launch which allow to compute the stats.
    - Then run the cron-w3perl.pl script.
    - In order to watch the ouput, go back to the administration interface and select the View stats
    - You can use the command at to schedule the stats to update, add the command 'cron-w3perl.pl -e' to run daily

  • Problem ?

    If you have any trouble with w3perl, please check installation was successful. Edit the /w3perl/Config.txt files. This is the configuration parameters which will be use for w3perl installation. If you find some Unix path inside Config.txt, then you should check the /cgi-bin/ directory have been created (permission write for /Inetpub/).

  • back