Enable SimpleXML?

#1
Hi,

I'm trying to configure "LiteSpeed Web Server Standard Edition" to mirror my apache configuration on a development workstation. I have tried to copy my apache configuration, but my apache configuration was using vhost_alias which doesn't seem to be working.

I then tried using the PHP_SuEXEC template to get a bit further, but I'm getting the error: Fatal error: Call to undefined function simplexml_load_string(). I have replicated the PHPRC and PHP_INI_SCAN_DIR environment variables so that phpinfo shows all of my ini from running under Apache. simplexml.ini is shown as loaded by phpinfo but the SimpleXML module doesn't appear to be loaded.

Could anybody give me a little guidance as to how to configure lightspeed's php to mirror my apache php configuration?

Thanks.
 
Top