]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix some hook ordering problems. mod_vhost_alias should, perhaps, be HOOK_LAST.
authorJoshua Slive <slive@apache.org>
Sun, 21 Jul 2002 18:06:51 +0000 (18:06 +0000)
committerJoshua Slive <slive@apache.org>
Sun, 21 Jul 2002 18:06:51 +0000 (18:06 +0000)
commit963d47482bccb38f54a670bf9cd56cdacb507403
tree8bfd3db328d8cd631d179c129057473d7da1449b
parent0ecf0cce280db90e5c41460e784dbb5e6da6bd68
Fix some hook ordering problems.  mod_vhost_alias should, perhaps, be HOOK_LAST.
It redefines the document root, so it should only be used if no other mapper wants
the request.  I haven't made that change here; I've simply put explict ordering
to make sure we get

mod_alias -> mod_userdir -> mod_vhost_alias

I can't compile apache at the moment for other reasons, so this is untested,
but it looks right to me.

PR: 8853

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96137 13f79535-47bb-0310-9956-ffa450edef68
modules/mappers/mod_alias.c
modules/mappers/mod_userdir.c
modules/mappers/mod_vhost_alias.c