forked from Mirrors/freeswitch
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:
parent
4ed7b4811a
commit
35e4c978ce
@ -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"/> -->
|
||||
|
Loading…
Reference in New Issue
Block a user