Mod cluster mod manager Configuration: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 7: Line 7:
==MemManagerFile==
==MemManagerFile==


<tt>MemManagerFile</tt> is the base name for the names mod_manager will use to store configuration, generate keys for shared memory or lock files. That must be an absolute path name; the directories will created if needed. It is highly recommended that those files are placed on a local drive and not an NFS share. (Context: server config)
<tt>MemManagerFile</tt> is the directory mod_manager will use to store configuration, generate keys for shared memory or lock files. It must be an absolute path name. If the directory does not exist, it will be automatically created. The default value is <tt>$server_root/logs/</tt>.
Default: $server_root/logs/
 
'''Important''':
:It is highly recommended that the directory lives on a local drive and not an NFS share.

Revision as of 21:31, 8 January 2016

Internal

Configuration Options

MemManagerFile

MemManagerFile is the directory mod_manager will use to store configuration, generate keys for shared memory or lock files. It must be an absolute path name. If the directory does not exist, it will be automatically created. The default value is $server_root/logs/.

Important:

It is highly recommended that the directory lives on a local drive and not an NFS share.