]> granicus.if.org Git - apache/commit
Get mod_cgid to work as a DSO by changing the way it
authorJeff Trawick <trawick@apache.org>
Wed, 13 Dec 2000 04:03:19 +0000 (04:03 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 13 Dec 2000 04:03:19 +0000 (04:03 +0000)
commitf67386df0bd20fce2e01019cc86e30a918e80c5c
treebb3930303e858aeb8a3300162a567bb90075999a
parent68fa37731976b259776efbc4bd4a6b7903281dcf
Get mod_cgid 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.

Still to go: mod_file_cache, mod_rewrite

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