]> granicus.if.org Git - apache/commit
Allow any mutex to accept a 'filename' ... and always root it to the
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 27 Mar 2003 23:32:42 +0000 (23:32 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 27 Mar 2003 23:32:42 +0000 (23:32 +0000)
commit199b44f0af51b16e2dbd1b07cc6dc4c6c36199ad
tree90fecc34214e1dd5818e1b0b081591a1ba932d32
parenta38bd025fc6d55a0cc471aec6b54d79592bbc45c
  Allow any mutex to accept a 'filename' ... and always root it to the
  server root unless we are using posixsem, which can't handle big paths.
  This reorganization should make the code much more readable because
  all of the common code is at the beginning and end of the function,
  simplifing the long conditional test case block.

  This patch allows SSLMutex default:logs/ssl_mutex syntax.  It also
  removes the mod_ssl historical '.pid' suffixes - that isn't how Apache2
  specifies files.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99094 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/ssl_engine_config.c