On Sun, Nov 18, 2007 at 12:30:22PM -0500, William McKee wrote: ... > Debian/Ubuntu does not use httpd.conf to load modules; it uses > apache2.conf and loads the modules from a directory > (/etc/apache2/mods-enabled). mod_env, which provides the PassEnv > directive, is being loaded in this way. I guess A::T does not support > auto-detecting these modules yet. Is any work being done in this area?
I presume the "mods-enabled" directory contains config files included via "Include" from the main configuration file? A::T follows "Include" directives so this should work. joe