For the Allow and Deny directives, env.xml refers to mod_authz_host instead of mod_access_compat.
Patch included for trunk.

More fixes coming tomorrow - I'll be holding off on the rest, just in case someone shouts "You're doing it wrong!!".

With regards,
Daniel.
Index: env.xml
===================================================================
--- env.xml     (revision 1300620)
+++ env.xml     (working copy)
@@ -170,9 +170,9 @@
         <module>mod_rewrite</module>
       </modulelist>
       <directivelist>
-        <directive module="mod_authz_host">Allow</directive>
+        <directive module="mod_access_compat">Allow</directive>
         <directive module="mod_log_config">CustomLog</directive>
-        <directive module="mod_authz_host">Deny</directive>
+        <directive module="mod_access_compat">Deny</directive>
         <directive module="mod_ext_filter">ExtFilterDefine</directive>
         <directive module="mod_headers">Header</directive>
         <directive module="mod_log_config">LogFormat</directive>
---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org
For additional commands, e-mail: docs-h...@httpd.apache.org

Reply via email to