]> git.ipfire.org Git - thirdparty/apache/httpd.git/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)
commit64bb50e4271939dd88223d23b8d82ac17f283eab
treebb3930303e858aeb8a3300162a567bb90075999a
parent468d728dc598b0f08bd9f5d6bbfbbcc841d640ef
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