summaryrefslogtreecommitdiffstats
path: root/roles/awstats_vhost/templates/awstats.conf
diff options
context:
space:
mode:
Diffstat (limited to 'roles/awstats_vhost/templates/awstats.conf')
-rw-r--r--roles/awstats_vhost/templates/awstats.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/roles/awstats_vhost/templates/awstats.conf b/roles/awstats_vhost/templates/awstats.conf
new file mode 100644
index 0000000..b7c013f
--- /dev/null
+++ b/roles/awstats_vhost/templates/awstats.conf
@@ -0,0 +1,17 @@
+ScriptAlias /cgi-bin/ "/usr/share/awstats/wwwroot/cgi-bin/"
+
+SetEnv AWSTATS_CONFIG www.theopensourceway.org
+<Directory "/usr/share/awstats/wwwroot/cgi-bin">
+ Options +ExecCGI
+ AddHandler cgi-script .pl
+ AllowOverride None
+ Require all granted
+</Directory>
+
+<Location / >
+ AuthType Basic
+ AuthName "Authentication Required"
+ AuthUserFile "/etc/httpd/htpasswd"
+ require valid-user
+</Location>
+