]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Once again, try to bring the world into sync. Someday soon, we need to
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 10 Jan 2002 21:35:05 +0000 (21:35 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 10 Jan 2002 21:35:05 +0000 (21:35 +0000)
commit9296dc4bb37f0e871c30f3a3774566f5626d5239
treef6118a21c4f3e1af90e3da3c0b69757ca929e7e9
parent72fbc02472450c607cab5d1bc23c44be1d497974
  Once again, try to bring the world into sync.  Someday soon, we need to
  generate this and Netware's from -std using awk.  It really would make
  more sense to strip out the appropriate directives as we build, instead
  of 'toggling' the mpm with <IfModule > (at least, as an option during
  build.)  But that requires an un-nested syntax such as
  <IfModule module module> or <IfNotModule module module> that would be
  simpler to parse in awk.  Our nested IfModules make this quite tricky.
  The better final solution is possibly to add things like HAS_SCOREBOARD
  to the 'build-in' defines, therefore assuring a simple test for any
  mpm architecture.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92813 13f79535-47bb-0310-9956-ffa450edef68
docs/conf/httpd-std.conf
docs/conf/httpd-win.conf