Is it possible to install AWstats log analyzer in OpenLiteSpeed?
I cannot find the lsws/admin/misc/awstats_install.sh script from this 2015 documentation:
https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:config:awstats
So I installed AWstats manually using sudo apt install awstats on my Ubuntu droplet, but I am missing the link on how to bring the charts in OpenLiteSpeed WebAdmin.
Thanks
I just did a rough set up, and manually setup AwStats seems to work on my OpenLiteSpeed web server.
sudo apt install awstatswhich you already did.Note, please make sure to substitute the example.com domain name and the access log path with your own settings.
Build your initial statistics which is generated from the current logs,
Example returns:
If there's no error in the output, we can start setting up the Awstats display
Add symlink for both cgi-bin and icons to your document root
Navigate to Web Admin at port 7080 > VirtualHosts > Name > Context, then create a CGI context
Click Save button and gracefully restart the web server.
Now you can access your AwStats by visiting the URL, http://your-server-ip/cgi-bin/awstats.pl?config=example.com