From 4cf287746241591e87cc0fc3d89d87c11a78988d Mon Sep 17 00:00:00 2001 From: eldy <> Date: Tue, 29 Dec 2009 23:21:50 +0000 Subject: [PATCH] Add info to enable pl script using activestate --- tools/httpd_conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/httpd_conf b/tools/httpd_conf index f0cfec9f..d9d2eaab 100644 --- a/tools/httpd_conf +++ b/tools/httpd_conf @@ -3,6 +3,11 @@ # your Apache server by using the AWStats configure.pl tool. # + +# If using Windows and Perl ActiveStat, this is to enable Perl script as CGI. +#ScriptInterpreterSource registry + + # # Directives to add to your Apache conf file to allow use of AWStats as a CGI. # Note that path "/usr/local/awstats/" must reflect your AWStats install path. @@ -12,6 +17,7 @@ Alias /awstatscss "/usr/local/awstats/wwwroot/css/" Alias /awstatsicons "/usr/local/awstats/wwwroot/icon/" ScriptAlias /awstats/ "/usr/local/awstats/wwwroot/cgi-bin/" + # # This is to permit URL access to scripts/files in AWStats directory. # -- 2.47.3