~ubuntu-branches/ubuntu/quantal/awstats/quantal

« back to all changes in this revision

Viewing changes to debian/README.Debian

  • Committer: Package Import Robot
  • Author(s): Sergey B Kirpichev
  • Date: 2012-06-13 21:44:08 UTC
  • mfrom: (18.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20120613214408-c11bt0zflbuajkwo
Tags: 7.0~dfsg-7
* Document -configdir option in README.Debian (Closes: #280067)
* Show config name on error in update.sh (Closes: #675174, thanks to
  laurent@bearteam.org)
* Create an index.$lang.html file in buildstatic.sh (Closes: #673317,
  thanks to Antoine Beaupré)

Show diffs side-by-side

added added

removed removed

Lines of Context:
153
153
AWStats configure.pl script is not available as a CGI script on
154
154
Debian.  Instead, it is located as awstats_configure.pl in
155
155
/usr/share/doc/awstats/examples/.
 
156
 
 
157
 
 
158
Cannot run configs outside of /etc/awstats/
 
159
-------------------------------------------
 
160
 
 
161
You can.  Please, use -configdir parameter for awstats.pl like this:
 
162
 
 
163
  /usr/lib/cgi-bin/awstats.pl -configdir=/home/user/ \
 
164
                              -config=example.com \
 
165
                              ...
 
166
 
 
167
If awstats.pl is used as CGI script, overwriting of configdir with a
 
168
value that differs from a default value is only possible if the
 
169
environment variable AWSTATS_ENABLE_CONFIG_DIR is defined.