1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
ScriptAlias /matrix/ /usr/share/dbeacon-matrix/matrix.pl
# You may specify the dbeacon dump file to be used by
# using environment the following environment variable:
#
# <Location /matrix/>
# SetEnv DBEACON_DUMP /path/to/dbeacon-dump.xml
# </Location>
#
# It also works DBEACON_CONF, to specify the configuration
# instead of default to /etc/dbeacon/matrix.conf
#
# <Location /matrix/>
# SetEnv DBEACON_CONF /path/to/mymatrix.conf
# </Location>
#
# If your Apache 2 has the DEFLATE module you may reduce
# bw usage with this
#
# <Location /matrix/>
# SetOutputFilter DEFLATE
# </Location>
|