Do not autoload mod_v8 in the default config [FS-7263]

mod_v8 is commented out in modules.conf (possibly because it requires
v8 development files installed), but is present in modules.conf. This
commit updates modules.conf.xml to reflect the defaults present in
modules.conf and not try and autoload mod_v8. With this change, the
spurious warning during start up goes away.
This commit is contained in:
Manav Rathi 2015-02-01 11:25:06 +05:30
parent 4ed7b4811a
commit 35e4c978ce
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@
<!-- <load module="mod_posix_timer"/> -->
<!-- Languages -->
<load module="mod_v8"/>
<!-- <load module="mod_v8"/> -->
<!-- <load module="mod_perl"/> -->
<!-- <load module="mod_python"/> -->
<!-- <load module="mod_java"/> -->