Sophie

Sophie

distrib > * > 2010.0 > * > by-pkgid > 40118e8aa5316b9b3a5ec45d8d9a3097 > files > 1

apache-mod_cachem-0.2-6mdv2010.0.i586.rpm

<IfDefine HAVE_CACHEM>
    <IfModule !mod_cachem.c>
	LoadModule cachem_module	extramodules/mod_cachem.so
    </IfModule>
</IfDefine>

<IfModule mod_cachem.c>

    # enable if debug
    #<Location /cachem>
    #     SetHandler cachem
    #</Location>

    # CACHEM - ARG1:Shared memory file name|NULL. ARG2:Cache Size|NULL.
    CACHEM NULL NULL

    # CACHEMlockFile - For AcceptMutex(Lockfile), the path/name of the lockfile
    CACHEMlockFile /tmp/cachem.lock

    # CACHEMDBM - Absolute path-name of the DBM database
    CACHEMDBM /var/tmp/cachem

</IfModule>