Skip to content

Simple docker image for AWStats, an open source Web analytics reporting tool

License

Notifications You must be signed in to change notification settings

ghudiczius/docker-web-awstats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWStats

Simple docker image for AWStats with HeoIP support, built on the official perl image. AWStats runs as user awstats with uid and gid 1000.

Usage

docker run --detach --entrypoint=/usr/sbin/fcgiwrap \
  --name=awstats-fcgiwrap \
  --rm \
  --volume=/path/to/etc/awstats/:/etc/awstats/ \
  --volume=/path/to/data/:/data/ \
  --volume=/path/to/usr/local/awstats/:/usr/local/awstats/ \
  ghudiczius/awstats:<VERSION> -s tcp:0.0.0.0:9000 -p /usr/local/awstats/wwwroot/cgi-bin/awstats.pl
docker run --entrypoint=/usr/local/bin/perl \
  --name=awstats-update \
  --rm \
  --volume=/path/to/etc/awstats/:/etc/awstats/ \
  --volume=/path/to/data/:/data/ \
  --volume=/path/to/usr/local/awstats/:/usr/local/awstats/ \
  ghudiczius/awstats:<VERSION> wwwroot/cgi-bin/awstats.pl -config=total update

or

docker run --detach --entrypoint=/usr/sbin/fcgiwrap \
  --name=awstats-fcgiwrap \
  --rm \
  --volume=/path/to/etc/awstats/:/etc/awstats/ \
  --volume=/path/to/data/:/data/ \
  --volume=/path/to/usr/local/awstats/:/usr/local/awstats/ \
  registry.gitlab.jmk.hu/docker/web/awstats:<VERSION> -s tcp:0.0.0.0:9000 -p /usr/local/awstats/wwwroot/cgi-bin/awstats.pl
docker run --entrypoint=/usr/local/bin/perl \
  --name=awstats-update \
  --rm \
  --volume=/path/to/etc/awstats/:/etc/awstats/ \
  --volume=/path/to/data/:/data/ \
  --volume=/path/to/usr/local/awstats/:/usr/local/awstats/ \
  registry.gitlab.jmk.hu/docker/web/awstats:<VERSION> wwwroot/cgi-bin/awstats.pl -config=total update

About

Simple docker image for AWStats, an open source Web analytics reporting tool

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published