Core can specify a platform-specific rewrite args hook. Use that on Unix.

Windows continues to specify this in the MPM, at least until someone
can separate out the MPM-specific bits.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@759699 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jeff Trawick
2009-03-29 14:41:02 +00:00
parent f72c7532f1
commit a1908585a8
8 changed files with 24 additions and 6 deletions

View File

@ -354,8 +354,7 @@ static const command_rec unixd_cmds[] = {
};
module AP_MODULE_DECLARE_DATA unixd_module = {
MPM20_MODULE_STUFF,
ap_mpm_rewrite_args,
STANDARD20_MODULE_STUFF,
NULL,
NULL,
NULL,