Mod cluster mod manager Configuration: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 7: | Line 7: | ||
==MemManagerFile== | ==MemManagerFile== | ||
<tt>MemManagerFile</tt> is the | <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>. | ||
'''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.