vhost.conf to load xml module.

If I put this in vhost.conf will it work?

LoadModule xml_module libexec/libapache_xml.so
AddModule mod_xml.c

<IfModule mod_xml.c>
AddType text/xml.xml
UtfRule accept-charset utf
UtfRule user-agent Mozilla/[4-9]
XmlConf "/usr/local/psa/apache/conf/mxml.conf"
</IfModule>

 

 

 

 

Top