[Astpp-commit] SF.net SVN: astpp:[2308] trunk/freeswitch/conf/modules.conf.xml
Brought to you by:
darrenkw
From: <dar...@us...> - 2010-02-20 07:06:33
|
Revision: 2308 http://astpp.svn.sourceforge.net/astpp/?rev=2308&view=rev Author: darrenkw Date: 2010-02-20 07:06:27 +0000 (Sat, 20 Feb 2010) Log Message: ----------- Corrected modules.conf.xml to support mod_perl. Modified Paths: -------------- trunk/freeswitch/conf/modules.conf.xml Modified: trunk/freeswitch/conf/modules.conf.xml =================================================================== --- trunk/freeswitch/conf/modules.conf.xml 2010-02-20 07:03:37 UTC (rev 2307) +++ trunk/freeswitch/conf/modules.conf.xml 2010-02-20 07:06:27 UTC (rev 2308) @@ -73,7 +73,7 @@ <!-- Languages --> <load module="mod_spidermonkey"/> - <!-- <load module="mod_perl"/> --> + <load module="mod_perl"/> <!-- <load module="mod_python"/> --> <!-- <load module="mod_java"/> --> <!-- <load module="mod_lua"/> --> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |