Searched full:lockfile (Results 1 - 25 of 38) sorted by relevance

12

/httpd/modules/ssl/
H A Dssl_engine_mutex.c63 const char *lockfile; local
70 lockfile = apr_global_mutex_lockfile(mc->pMutex);
72 lockfile,
74 if (lockfile)
77 SSL_CACHE_MUTEX_TYPE, lockfile);
H A Dssl_util_stapling.c535 const char *lockfile; local
541 lockfile = apr_global_mutex_lockfile(mc->stapling_mutex);
543 lockfile, p)) != APR_SUCCESS) {
544 if (lockfile) {
547 SSL_STAPLING_MUTEX_TYPE, lockfile);
/httpd/build/rpm/
H A Dhtcacheclean.init50 lockfile=${LOCKFILE-/var/lock/subsys/${prog}}
62 [ $RETVAL = 0 ] && touch ${lockfile}
70 [ $RETVAL = 0 ] && rm -f ${lockfile}
H A Dhttpd.init62 lockfile=${LOCKFILE-/var/lock/subsys/${prog}}
91 [ $RETVAL = 0 ] && touch ${lockfile}
99 [ $RETVAL = 0 ] && rm -f ${lockfile} ${pidfile}
/httpd/docs/manual/mod/
H A Dmpm_common.xml.ja62 <dt><code>flock&lt;<var>:/path/to/lockfile</var>&gt;</code></dt>
63 <dd>オプションの <var>/path/to/lockfile</var>
66 ロックファイルの指定には <directive module="mpm_common">LockFile</directive>
69 <dt><code>fcntl&lt;<var>:/path/to/lockfile</var>&gt;</code></dt>
70 <dd>オプションの <var>/path/to/lockfile</var>
73 ロックファイルの指定には <directive module="mpm_common">LockFile</directive>
76 <dt><code>file&lt;<var>:/path/to/lockfile</var>&gt;</code></dt>
415 <name>LockFile</name>
417 <syntax>LockFile <var>filename</var></syntax>
418 <default>LockFile log
[all...]
H A Dprefork.xml.ja108 <directivesynopsis location="mpm_common"><name>LockFile</name>
H A Dworker.xml.ja160 <directivesynopsis location="mpm_common"><name>LockFile</name>
H A Dmpm_common.xml.de63 >LockFile</directive>-Direktive definierte Datei zu sperren.</dd>
68 >LockFile</directive>-Direktive definierte Datei zu sperren.</dd>
366 <name>LockFile</name>
369 <syntax>LockFile <var>Dateiname</var></syntax>
370 <default>LockFile logs/accept.lock</default>
377 <p>Die Direktive <directive>LockFile</directive> legt den Pfad zur
H A Dprefork.xml.de104 <directivesynopsis location="mpm_common"><name>LockFile</name>
H A Dworker.xml.de156 <directivesynopsis location="mpm_common"><name>LockFile</name>
/httpd/docs/manual/
H A Dserver-wide.xml.ja74 <directive module="mpm_common">LockFile</directive>
H A Dserver-wide.xml.ko68 <directive module="mpm_common">LockFile</directive>
H A Dserver-wide.html.ja.utf874 <table class="related"><tr><th>関連モジュール</th><th>関連ディレクティブ</th></tr><tr><td /><td><ul><li><code class="directive"><a href="./mod/mpm_common.html#coredumpdirectory">CoreDumpDirectory</a></code></li><li><code class="directive"><a href="./mod/core.html#documentroot">DocumentRoot</a></code></li><li><code class="directive"><a href="./mod/core.html#errorlog">ErrorLog</a></code></li><li><code class="directive"><a href="./mod/mpm_common.html#lockfile">LockFile</a></code></li><li><code class="directive"><a href="./mod/mpm_common.html#pidfile">PidFile</a></code></li><li><code class="directive"><a href="./mod/mpm_common.html#scoreboardfile">ScoreBoardFile</a></code></li><li><code class="directive"><a href="./mod/core.html#serverroot">ServerRoot</a></code></li></ul></td></tr></table>
H A Dserver-wide.html.ko.euc-kr67 <table class="related"><tr><th>��õ� ���</th><th>��õ� ���þ�</th></tr><tr><td /><td><ul><li><code class="directive"><a href="./mod/mpm_common.html#coredumpdirectory">CoreDumpDirectory</a></code></li><li><code class="directive"><a href="./mod/core.html#documentroot">DocumentRoot</a></code></li><li><code class="directive"><a href="./mod/core.html#errorlog">ErrorLog</a></code></li><li><code class="directive"><a href="./mod/mpm_common.html#lockfile">LockFile</a></code></li><li><code class="directive"><a href="./mod/mpm_common.html#pidfile">PidFile</a></code></li><li><code class="directive"><a href="./mod/mpm_common.html#scoreboardfile">ScoreBoardFile</a></code></li><li><code class="directive"><a href="./mod/core.html#serverroot">ServerRoot</a></code></li></ul></td></tr></table>
H A Dupgrading.xml241 <li>Directives AcceptMutex, LockFile, RewriteLock, SSLMutex,
H A Dupgrading.xml.fr258 <li>Les directives AcceptMutex, LockFile, RewriteLock, SSLMutex,
/httpd/os/unix/
H A Dunixd.c260 const char *lockfile = apr_proc_mutex_lockfile(pmutex); local
262 if (lockfile) {
263 if (chown(lockfile, ap_unixd_config.user_id,
/httpd/include/
H A Dutil_mutex.h92 * @param mutexfile The lockfile to use as required
/httpd/docs/manual/misc/
H A Dperf-tuning.html.ko.euc-kr637 �ý���ȣ���� ����Ѵ� (������� ��ġ�� <code class="directive"><a href="../mod/mpm_common.html#lockfile">LockFile</a></code> ���þ�� ����).</p>
644 �ý���ȣ���� ����Ѵ� (������� ��ġ�� <code class="directive"><a href="../mod/mpm_common.html#lockfile">LockFile</a></code> ���þ�� ����).</p>
H A Dperf-tuning.xml.ko672 module="mpm_common">LockFile</directive> ���þ�� ����).</p>
680 module="mpm_common">LockFile</directive> ���þ�� ����).</p>
/httpd/modules/cache/
H A Dcache_util.h100 #define CACHE_LOCKFILE_KEY "mod_cache-lockfile"
H A Dcache_util.c269 apr_file_t *lockfile; local
350 if (APR_SUCCESS == (status = apr_file_open(&lockfile, lockname,
353 apr_pool_userdata_set(lockfile, CACHE_LOCKFILE_KEY, NULL, r->pool);
/httpd/server/mpm/motorz/
H A Dmotorz.c841 const char *lockfile; local
884 lockfile = apr_proc_mutex_lockfile(my_bucket->mutex);
888 lockfile ? lockfile : "none",
/httpd/server/mpm/prefork/
H A Dprefork.c510 const char *lockfile; local
553 lockfile = apr_proc_mutex_lockfile(my_bucket->mutex);
557 lockfile ? lockfile : "none",
/httpd/docs/manual/developer/
H A Dnew_api_2_4.xml261 <li>REMOVES: <code>accept</code>, <code>lockfile</code>, <code>lock_mech</code>,

Completed in 762 milliseconds

12