]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
PR:
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 29 May 2000 04:17:41 +0000 (04:17 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 29 May 2000 04:17:41 +0000 (04:17 +0000)
commit677c482d6327e9ea93cad43ae8dffd29862af670
tree94b2b28c79b94a5f826602e7e3c90eab2d88fedb
parenta32a5cddbf36fd60f003cf7cb48260fb5e615271
PR:
Obtained from:
Submitted by:
Reviewed by:

  One last precursor to the common code base for Win32 rewrite_args from
  it's MPM.  Since we need to walk the arg list... why maintain it in
  several places.  This patch adds the AP_SERVER_BASEARGS definition to
  the header, so any mpm (and mod_info, for example) can know what args
  are legitimate, even when they plan to ignore them.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85340 13f79535-47bb-0310-9956-ffa450edef68
include/http_main.h
server/main.c