Fix references to MellonPostDirectory in README and in a comment.

git-svn-id: https://modmellon.googlecode.com/svn/trunk/mod_mellon2@111 a716ebb1-153a-0410-b759-cfb97c6a1b53
This commit is contained in:
olavmrk 2011-02-18 14:03:19 +00:00
parent f0ca39b15e
commit 73553d9987
2 changed files with 8 additions and 7 deletions

11
README
View File

@ -104,11 +104,12 @@ MellonCacheSize 100
# Default: MellonLockFile "/tmp/mellonLock"
MellonLockFile "/tmp/mellonLock"
# MellonPostDir is the full path of a directory where POST requests are
# saved during authentication. This directory must be owned by the Apache
# user and be mode 700. We will attempt to create it if it does not exist.
# Default: MellonPostDir "/var/tmp/mellonpost"
MellonPostDir "/var/tmp/mellonpost"
# MellonPostDirectory is the full path of a directory where POST requests
# are saved during authentication. This directory must be owned by the
# Apache user and be mode 700. We will attempt to create it if it does not
# exist.
# Default: MellonPostDirectory "/var/tmp/mellonpost"
MellonPostDirectory "/var/tmp/mellonpost"
# MellonPostTTL is the delay in seconds before a saved POST request can
# be flushed.

View File

@ -678,8 +678,8 @@ static int am_postdir_mkdir(request_rec *r)
}
/*
* Purge outdated saved POST requests. If the MellonPostDir directory
* does not exist, create it first.
* Purge outdated saved POST requests. If the MellonPostDirectory
* directory does not exist, create it first.
*
* Parameters:
* request_rec *r The current request