]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Change the storage allocation mechanism for ap_proc_t structures
authorJeff Trawick <trawick@apache.org>
Sat, 29 Jul 2000 03:08:13 +0000 (03:08 +0000)
committerJeff Trawick <trawick@apache.org>
Sat, 29 Jul 2000 03:08:13 +0000 (03:08 +0000)
commit844bc85ee4d6c1c74a9830d2914b219d4fcf116f
tree8ca843825c3b7551d8a5a8af8ac2098e4db55b72
parent368bb3c9afd49c1911f8db0b3aa8c5d21beb4500
Change the storage allocation mechanism for ap_proc_t structures
passed to ap_note_subprocess() by mod_rewrite and mod_include.  The
storage needs to last as long as the pool passed to
ap_note_subprocess(), so autodata won't work.

The mod_rewrite change wasn't tested.  A normal build with mod_rewrite
on Linux currently results in the link failing due to unresolved
references to dbm_*.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85928 13f79535-47bb-0310-9956-ffa450edef68
modules/filters/mod_include.c
modules/mappers/mod_rewrite.c