]> granicus.if.org Git - apache/commit
Make sure that mod_include's post_config hook always runs before
authorRyan Bloom <rbb@apache.org>
Tue, 6 Feb 2001 16:21:14 +0000 (16:21 +0000)
committerRyan Bloom <rbb@apache.org>
Tue, 6 Feb 2001 16:21:14 +0000 (16:21 +0000)
commit0d10444e860e600aa0f01de4a6034b45898bdfb4
tree4d2e888d40691cb1dbf8e7e93c30f32a4d55d7ec
parent19d471663821a2e6cc2a3da8255d55a34cdc8a38
Make sure that mod_include's post_config hook always runs before
mod_cgi(d)'s post_config hook.  Mod_include creates a hash table in the
post_config stage that mod_cgi(d) uses during it's post_config stage, so
it must be done in this order.
Submitted by:  Brian Havard <brianh@kheldar.apana.org.au>

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