diff options
author | Nishant Limbachia <nishant@mnspace.net> | 2014-03-02 10:12:01 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-03-02 10:12:01 +0700 |
commit | e3fda8322ec4c98a0f64ffdd6d8f2f6824247236 (patch) | |
tree | f7738fa91bf6ade0489175b5f54df590eea1b7b7 /network/awstats/patches/httpd-awstats.conf.patch | |
parent | b6281035dd77670ed521c1c5ae81c6fc99519998 (diff) | |
download | slackbuilds-e3fda8322ec4c98a0f64ffdd6d8f2f6824247236.tar.gz |
network/awstats: Updated for version 7.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/awstats/patches/httpd-awstats.conf.patch')
-rw-r--r-- | network/awstats/patches/httpd-awstats.conf.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/network/awstats/patches/httpd-awstats.conf.patch b/network/awstats/patches/httpd-awstats.conf.patch index 76a276f1aa..082e5e9eee 100644 --- a/network/awstats/patches/httpd-awstats.conf.patch +++ b/network/awstats/patches/httpd-awstats.conf.patch @@ -1,6 +1,6 @@ ---- tools/httpd_conf.orig 2013-11-06 23:39:17.353035049 -0600 -+++ tools/httpd_conf 2013-11-07 07:34:04.009417358 -0600 -@@ -12,18 +12,19 @@ +--- tools/httpd_conf.orig 2013-11-03 16:35:52.000000000 -0600 ++++ tools/httpd_conf 2014-03-01 08:58:34.894297509 -0600 +@@ -12,18 +12,20 @@ # 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. # @@ -8,12 +8,12 @@ -Alias /awstatscss "/usr/local/awstats/wwwroot/css/" -Alias /awstatsicons "/usr/local/awstats/wwwroot/icon/" -ScriptAlias /awstats/ "/usr/local/awstats/wwwroot/cgi-bin/" -- +Alias /awstatsclasses "@DOCROOT@/awstats/wwwroot/classes/" +Alias /awstatscss "@DOCROOT@/awstats/wwwroot/css/" +Alias /awstatsicons "@DOCROOT@/awstats/wwwroot/icon/" +ScriptAlias /awstats/ "@DOCROOT@/awstats/wwwroot/cgi-bin/" + # # This is to permit URL access to scripts/files in AWStats directory. # |