Forum Moderators: DixonJones
Thanks,
Scott
After uploading awstats.pl, your conf file and the lang, lib and plugins directories to your cgi-bin, and the classes and icon (and js) directories to your web root, the things you have to worry about are:
. Is your conf file named correctly?
. Do you have the correct path to your log file? - on a *nix box likely to be something like:
/usr/local/psa/home/vhosts/mydomain.co.uk/logs/mylog
. Has awstats.pl got the correct permissions? - CHMODding to 744 should do the trick. You'll get a 500 error if you've got this wrong
The only other thing that might help is changing the first line on awstats.pl from:
#!/usr/bin/perl
to
#!/usr/bin/perl -w
but it shouldn't be necessary.
Thanks again for all your help!