From 379a4b6e00774030f6f9f9763222c7d6f96ecfc4 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Tue, 22 Jun 2010 07:33:29 -0400 Subject: [PATCH] Added configuration fields for awstats support in the ispconfig interface. --- install/tpl/server.ini.master | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/install/tpl/server.ini.master b/install/tpl/server.ini.master index b52280b..747b9c6 100644 --- a/install/tpl/server.ini.master +++ b/install/tpl/server.ini.master @@ -46,6 +46,10 @@ apps_vhost_servername= php_open_basedir=[website_path]/web:[website_path]/tmp:/var/www/[website_domain]/web:/srv/www/[website_domain]/web:/usr/share/php5:/tmp:/usr/share/phpmyadmin:/etc/phpmyadmin:/var/lib/phpmyadmin htaccess_allow_override=All +awstats_conf_dir=/etc/awstats +awstats_data_dir=/var/lib/awstats +awstats_pl=/usr/lib/cgi-bin/awstats.pl +awstats_updateall_pl=/usr/share/doc/awstats/examples/awstats_updateall.pl [dns] bind_user=root -- Gitblit v1.9.1