File: apache-matrix-conf

package info (click to toggle)
dbeacon 0.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 396 kB
  • sloc: cpp: 2,346; perl: 1,549; makefile: 42; sh: 21
file content (24 lines) | stat: -rw-r--r-- 595 bytes parent folder | download | duplicates (5)
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>