Line 0
Link Here
|
|
|
1 |
--- tools/awstats_configure.pl.orig Sat Jan 15 17:42:58 2005 |
2 |
+++ tools/awstats_configure.pl Thu Sep 22 20:34:07 2005 |
3 |
@@ -29,10 +29,10 @@ |
4 |
$AWSTATS_DIRDATA_PATH |
5 |
/; |
6 |
$AWSTATS_PATH=''; |
7 |
-$AWSTATS_ICON_PATH='/usr/local/awstats/wwwroot/icon'; |
8 |
-$AWSTATS_CSS_PATH='/usr/local/awstats/wwwroot/css'; |
9 |
-$AWSTATS_CLASSES_PATH='/usr/local/awstats/wwwroot/classes'; |
10 |
-$AWSTATS_CGI_PATH='/usr/local/awstats/wwwroot/cgi-bin'; |
11 |
+$AWSTATS_ICON_PATH='%%PREFIX%%/www/awstats/icon'; |
12 |
+$AWSTATS_CSS_PATH='%%PREFIX%%/www/awstats/css'; |
13 |
+$AWSTATS_CLASSES_PATH='%%PREFIX%%/www/awstats/classes'; |
14 |
+$AWSTATS_CGI_PATH='%%PREFIX%%/www/awstats/cgi-bin'; |
15 |
$AWSTATS_MODEL_CONFIG='/etc/awstats/awstats.model.conf'; # Used only when configure ran on linux |
16 |
$AWSTATS_DIRDATA_PATH='/var/lib/awstats'; # Used only when configure ran on linux |
17 |
|