restart, whether graceful or not. The data itself is
stored and restored within a file noted by the <code>name</code>
parameter in the <code>create</code> and <code>attach</code>
- calls.
+ calls. If not specified with an absolute path, the file will be
+ created relative to the path specified by the
+ <directive module="core">DefaultRuntimeDir</directive> directive.
</p>
<p><code>mod_slotmem_shm</code> provides the following API functions:
<dt><code>"none"</code></dt>
<dd><code>Does not persist shared memory in file.</code></dd>
<dt><code>"file-name"</code></dt>
- <dd><code>$server_root/file-name</code></dd>
+ <dd><code>[DefaultRuntimeDir]/file-name</code></dd>
<dt><code>"/absolute-file-name"</code></dt>
- <dd><code>$absolute-file-name</code></dd>
+ <dd><code>Absolute file name</code></dd>
</dl></dd>
<dt>apr_status_t attach(ap_slotmem_instance_t **new, const char *name, apr_size_t *item_size, unsigned int *item_num, apr_pool_t *pool)</dt>