]> granicus.if.org Git - apache/commit
Get mod_rewrite to work as a DSO by changing the way it
authorJeff Trawick <trawick@apache.org>
Wed, 13 Dec 2000 13:03:32 +0000 (13:03 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 13 Dec 2000 13:03:32 +0000 (13:03 +0000)
commit30eedf752eeb80bfff5d8af4442c3effca699dbd
tree26432e2ee81a075c96bfe3adb3fa3114e45e5a7a
parent6be23b5b34d1972b3bcee8957654a562a04dbdb5
Get mod_rewrite to work as a DSO by changing the way it
keeps track of whether or not its post config hook has
been called before.  Instead of a static variable (which
is replaced when the DSO is loaded a second time), use
userdata in the process pool.

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