My webhost, NearlyFreeSpeech.NET (NFSN) made this pretty easy.
First, I made sure that my access log was enabled. Then, I made a cgi script in /home/public called awstats.cgi which had the following contents:
#!/bin/sh
exec nfsn-awstats
(Don’t forget the line break on the second line.)
Next, I set the file’s permissions to 755, opened up a browser to [...]