File: auth_mellon.conf

package info (click to toggle)
libapache2-mod-auth-mellon 0.19.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,040 kB
  • sloc: ansic: 8,211; sh: 85; makefile: 74
file content (10 lines) | stat: -rw-r--r-- 514 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
# MellonCacheSize sets the maximum number of sessions which can be active
# at once. When mod_auth_mellon reaches this limit, it will begin removing
# the least recently used sessions.
# Default: MellonCacheSize 100
#MellonCacheSize 100

# MellonPostDirectory is the full path of a directory where POST requests
# are saved during authentication. This directory must writeable by the
# Apache user. It should not be writeable (or readable) by other users.
MellonPostDirectory "/var/cache/apache2/mod_auth_mellon/"