mirror of
https://github.com/apache/httpd.git
synced 2025-08-03 16:33:59 +00:00
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:
@ -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,
|
||||
|
Reference in New Issue
Block a user